summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added a standalone function for writing a WHEEL filepublicapiAlex Grönholm2022-12-122-22/+35
* Fixed the rest of mypy errorsAlex Grönholm2022-12-111-2/+6
* Refactored pkg_resources importsAlex Grönholm2022-12-111-3/+1
* Refactored code to make mypy happyAlex Grönholm2022-12-113-6/+15
* Added automatic detection of .dist-info directoryAlex Grönholm2022-12-113-20/+68
* Added compatibility shim for wheel.wheelfileAlex Grönholm2022-12-105-7/+273
* Merge branch 'main' into publicapiAlex Grönholm2022-12-1010-351/+430
|\
| * Added missing module from vendored packagingAlex Grönholm2022-12-101-0/+108
| * Updated vendored packaging lib to v22.0Alex Grönholm2022-12-105-207/+117
| * [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-061-1/+1
| * Fix typo in documentation (#492)JakobDev2022-12-051-1/+1
| * [pre-commit.ci] pre-commit autoupdate (#490)pre-commit-ci[bot]2022-11-291-3/+3
* | Fixed cache not being used on Windows and macOS in the test workflowAlex Grönholm2022-11-271-4/+2
* | Added a fix for #489Alex Grönholm2022-11-273-43/+14
* | [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-272-0/+48
|\ \ | |/
| * Created a new release0.38.4Alex Grönholm2022-11-092-2/+2
| * Added news item about PR #489Alex Grönholm2022-11-091-0/+5
| * Allow `METADATA` file to contain UTF-8 chars (#489)Anderson Bravalheri2022-11-092-1/+46
| * Created a new release0.38.3Alex Grönholm2022-11-081-1/+1
| * Removed setup_requiresAlex Grönholm2022-11-082-1/+5
* | Renamed test() to validate_record()Alex Grönholm2022-11-271-1/+1
* | Moved the bdist_wheel module back to its original locationAlex Grönholm2022-11-074-3/+3
* | Merge branch 'main' into publicapiAlex Grönholm2022-11-065-7/+37
|\ \ | |/
| * Fixed parsing of wheel file names with multiple platform tags0.38.2Alex Grönholm2022-11-054-6/+19
| * Created a new release0.38.1Alex Grönholm2022-11-042-2/+2
| * Moved news item from PR #484 to its proper placeAlex Grönholm2022-11-041-2/+2
| * Removed install dependency on setuptools (#483)Alex Grönholm2022-11-045-5/+66
| * Fixed PyPy SOABI parsing (#484)Matti Picus2022-11-033-7/+22
| * [pre-commit.ci] pre-commit autoupdate (#480)pre-commit-ci[bot]2022-11-021-1/+1
* | Re-added test accidentally removed during mergeAlex Grönholm2022-10-271-0/+33
* | Removed obsolete testAlex Grönholm2022-10-271-15/+0
* | Merge branch 'main' into publicapiAlex Grönholm2022-10-263-6/+5
|\ \ | |/
| * Test on Python 3.11 finalAlex Grönholm2022-10-261-3/+3
| * Updated the pypi-publish actionAlex Grönholm2022-10-261-2/+1
| * Fixed docs not building due to code style changesAlex Grönholm2022-10-251-1/+1
* | Merged the license_paths property back to run()Alex Grönholm2022-10-261-11/+6
* | Added tests to type checking and finish annotations. (#477)Kyle Benesch2022-10-2615-58/+81
* | Fixed mypy errorAlex Grönholm2022-10-251-2/+2
* | Removed obsolete optionsAlex Grönholm2022-10-251-13/+0
* | Made WheelContentElement into a named tupleAlex Grönholm2022-10-251-5/+10
* | Updated CLI help, type annotations and string interpolationAlex Grönholm2022-10-251-4/+6
* | Updated the docs for "wheel convert"Alex Grönholm2022-10-251-2/+3
* | Removed unused moduleAlex Grönholm2022-10-251-26/+0
* | [pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]2022-10-251-1/+1
* | Fixed the most critical type issues and added a MyPy check to CI (#473)Kyle Benesch2022-10-257-55/+91
* | Fixed import in wheel.__main__Alex Grönholm2022-10-241-2/+2
* | Changed the default value for amount in WheelArchiveFile.read() to -1Alex Grönholm2022-10-241-1/+1
* | Made all remaining modules privateAlex Grönholm2022-10-2410-6/+6
* | Made most wheel modules privateAlex Grönholm2022-10-2412-11/+14