summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* Updated the codecov action to the latest versionAlex Grönholm2022-10-211-1/+1
* Updated __version__ to match the release0.38.0Alex Grönholm2022-10-211-1/+1
* Updated tasks to their latest versionsAlex Grönholm2022-10-212-3/+3
* Created a new releaseAlex Grönholm2022-10-211-1/+1
* Fixed pre-1980 file timestamps raising ValueErrorfix-411Alex Grönholm2022-10-203-0/+21
* Fixed potential DoS attack via WHEEL_INFO_REAlex Grönholm2022-10-202-2/+3
* Updated tox configuration and classifiers to support Python 3.11Alex Grönholm2022-10-202-1/+2
* [pre-commit.ci] pre-commit autoupdate (#468)pre-commit-ci[bot]2022-10-201-2/+2
* Add support for `license_files` specified in `setup.py` (#466)Anderson Bravalheri2022-10-204-58/+29
* [pre-commit.ci] pre-commit autoupdate (#467)pre-commit-ci[bot]2022-10-101-2/+2
* [pre-commit.ci] pre-commit autoupdate (#464)pre-commit-ci[bot]2022-09-271-1/+1
* [pre-commit.ci] pre-commit autoupdate (#463)pre-commit-ci[bot]2022-09-051-4/+4
* Make license auto-detectable by GitHub (#459)Dustin Ingram2022-07-271-3/+2
* [pre-commit.ci] pre-commit autoupdate (#462)pre-commit-ci[bot]2022-07-251-1/+1
* [pre-commit.ci] pre-commit autoupdate (#460)pre-commit-ci[bot]2022-07-121-1/+1
* [pre-commit.ci] pre-commit autoupdate (#458)pre-commit-ci[bot]2022-07-041-1/+1
* [pre-commit.ci] pre-commit autoupdate (#457)pre-commit-ci[bot]2022-06-141-2/+2
* CI: Reconfigure build matrix for Python 3.11 and PyPy 3.9 (#456)Ewout ter Hoeven2022-05-251-21/+18
* [pre-commit.ci] pre-commit autoupdate (#455)pre-commit-ci[bot]2022-05-121-1/+1
* [pre-commit.ci] pre-commit autoupdate (#452)pre-commit-ci[bot]2022-04-111-2/+2
* [pre-commit.ci] pre-commit autoupdate (#450)pre-commit-ci[bot]2022-04-041-1/+1
* [pre-commit.ci] pre-commit autoupdate (#449)pre-commit-ci[bot]2022-03-141-1/+1
* [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-314-11/+8
* Recommend build instead of invoking setup.py directly (#439)Hugo van Kemenade2022-01-112-5/+6
* [pre-commit.ci] pre-commit autoupdate (#437)pre-commit-ci[bot]2022-01-031-3/+3
* Removed *.dylib from gitignoreAlex Grönholm2022-01-031-1/+0
* Ignore DLLs generated by the test distributionsAlex Grönholm2022-01-021-0/+3
* Remove Python < 3.6 skips and master branch references (#435)Hugo van Kemenade2022-01-012-10/+3
* Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-319-48/+79
* Added more pre-commit checks and a tox job for it (#434)Henry Schreiner2021-12-313-32/+40
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-3031-72/+135
* Removed code quality checks from the main GA workflowAlex Grönholm2021-12-301-21/+1
* Fixed pre-commit parameters for BlackHenry Schreiner2021-12-306-80/+75
* Switched to upstream flake8 in pre-commit configAlex Grönholm2021-12-291-5/+5
* Corrected the flake8 section nameAlex Grönholm2021-12-291-1/+1
* Removed leftover pytest-cov configurationAlex Grönholm2021-12-291-1/+0
* Eliminated pyproject.toml entirelyAlex Grönholm2021-12-294-29/+25
* Backed out of PEP 517 buildsAlex Grönholm2021-12-292-5/+0
* Added the first batch of type annotationsAlex Grönholm2021-12-265-17/+26
* Tidied up the code in the metadata moduleAlex Grönholm2021-12-251-4/+7
* Eliminated unwarranted pkg-info workaroundsAlex Grönholm2021-12-251-45/+11