summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added automatic detection of .dist-info directoryAlex Grönholm2022-12-112-6/+30
* Added compatibility shim for wheel.wheelfileAlex Grönholm2022-12-102-3/+147
* Added a fix for #489Alex Grönholm2022-11-272-41/+10
* [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-11-261-0/+1
* Merge branch 'main' into publicapiAlex Grönholm2022-11-271-0/+38
|\
| * Allow `METADATA` file to contain UTF-8 chars (#489)Anderson Bravalheri2022-11-091-0/+39
* | Moved the bdist_wheel module back to its original locationAlex Grönholm2022-11-072-2/+2
* | Merge branch 'main' into publicapiAlex Grönholm2022-11-062-0/+20
|\ \ | |/
| * Fixed parsing of wheel file names with multiple platform tags0.38.2Alex Grönholm2022-11-051-3/+11
| * Removed install dependency on setuptools (#483)Alex Grönholm2022-11-041-0/+11
| * Fixed PyPy SOABI parsing (#484)Matti Picus2022-11-031-1/+15
* | Re-added test accidentally removed during mergeAlex Grönholm2022-10-271-0/+33
* | Removed obsolete testAlex Grönholm2022-10-271-15/+0
* | Added tests to type checking and finish annotations. (#477)Kyle Benesch2022-10-265-17/+24
* | Made all remaining modules privateAlex Grönholm2022-10-244-4/+4
* | Made most wheel modules privateAlex Grönholm2022-10-244-4/+4
* | Fixed deprecated pytest importsAlex Grönholm2022-10-246-9/+6
* | Fixed test_write_fileAlex Grönholm2022-10-241-1/+1
* | Improved the API and dropped bdist_wininst convert supportAlex Grönholm2022-10-248-200/+241
* | Merge branch 'main' into publicapiAlex Grönholm2022-10-2222-373/+607
|\ \ | |/
| * Fixed pre-1980 file timestamps raising ValueErrorfix-411Alex Grönholm2022-10-201-0/+16
| * Add support for `license_files` specified in `setup.py` (#466)Anderson Bravalheri2022-10-201-24/+23
| * [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-311-1/+1
| * Remove Python < 3.6 skips and master branch references (#435)Hugo van Kemenade2022-01-011-7/+0
| * Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-311-11/+11
| * Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-3017-2/+37
| * Fixed pre-commit parameters for BlackHenry Schreiner2021-12-301-1/+1
| * Eliminated the pkg_info moduleAlex Grönholm2021-12-251-24/+0
| * Eliminated more py2 compatibility codeAlex Grönholm2021-12-241-27/+18
| * Adopted isort and applied it to the codebaseAlex Grönholm2021-12-244-6/+6
| * Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-2416-378/+572
| * Upgraded to py3.7+ syntaxAlex Grönholm2021-12-2210-22/+19
| * Dropped support for unmaintained Python versionsAlex Grönholm2021-12-223-5/+0
| * Support unpacking wheels that contain files with commas in their names (#427)Hood Chatham2021-12-226-1/+13
| * Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-3/+12
* | Merge branch 'master' into publicapiAlex Grönholm2020-12-205-13/+53
|\ \ | |/
| * Don't use default macos/arm64 deployment target in calculating the platform t...Ronald Oussoren2020-12-132-0/+1
| * Fixed error on Big Sur when deployment target = 11 (#386)Grzegorz Bokota2020-12-042-4/+24
| * Fixed CRLF being used when generating WHEEL files on Windows (#383)Alex Grönholm2020-11-291-0/+8
| * Fixed regression in setting plat-name (#375)Matti Picus2020-09-181-17/+23
* | Fixed a few WheelFile testsAlex Grönholm2020-06-211-3/+2
* | Removed obsolete modulesAlex Grönholm2020-06-211-22/+0
* | Refactored test suite and CLI tools to use tmp_pathAlex Grönholm2020-06-219-142/+145
* | Refactored bdist_wheel to use the new WheelFile APIAlex Grönholm2020-06-212-39/+36
|/
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-1/+1
* Ignore files terminating in ~. (#347)Diego Elio Pettenò2020-03-241-1/+4
* Added the --compression option to bdist_wheel (#316)Alex Grönholm2020-01-261-0/+15
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-11/+31
* Fixed bdist_wheel failing on a read-only source treeAlex Grönholm2020-01-221-2/+17