Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replaced distutils with setuptools | Alex Grönholm | 2021-12-24 | 1 | -0/+1 |
| | | | | Distutils has been deprecated and will be removed in Python 3.12. | ||||
* | Removed mentions of old Python versions in the installation docs | Alex Grönholm | 2021-12-24 | 1 | -2/+1 |
| | |||||
* | Updated vendored packaging to 21.3 | Alex Grönholm | 2021-12-22 | 1 | -0/+1 |
| | |||||
* | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -0/+4 |
| | |||||
* | Created a new release | Alex Grönholm | 2021-12-22 | 1 | -1/+1 |
| | |||||
* | Added news entry for PR #427 | Alex Grönholm | 2021-12-22 | 1 | -0/+1 |
| | |||||
* | Fixed wheel pack duplicating WHEEL contents on build number change | Alex Grönholm | 2021-08-15 | 1 | -0/+4 |
| | | | | Fixes #415. | ||||
* | Created a new release0.37.0 | Alex Grönholm | 2021-08-09 | 1 | -1/+1 |
| | |||||
* | Added classifier for Python 3.10 support | Alex Grönholm | 2021-08-09 | 1 | -0/+1 |
| | |||||
* | Updated vendored packaging to v20.9 | Alex Grönholm | 2021-02-08 | 1 | -0/+4 |
| | |||||
* | Created a new release0.36.2 | Alex Grönholm | 2020-12-13 | 1 | -1/+1 |
| | |||||
* | Added news entry for PR #390 | Alex Grönholm | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | Made sure that the sdist contains LICENSE.txt | Alex Grönholm | 2020-12-13 | 1 | -0/+1 |
| | | | | Fixes #371. | ||||
* | Updated vendored packaging to v20.8 | Alex Grönholm | 2020-12-13 | 1 | -0/+4 |
| | | | | Fixes #354. | ||||
* | Added news item about regression (#384) | Matti Picus | 2020-12-13 | 1 | -0/+2 |
| | |||||
* | Created a new release0.36.1 | Alex Grönholm | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Added news entry for PR #386 | Alex Grönholm | 2020-12-04 | 1 | -0/+2 |
| | |||||
* | Fixed TypeError when a unicode generator name was passed on Python 2.7 | Alex Grönholm | 2020-12-04 | 1 | -0/+6 |
| | | | | Fixes #388. | ||||
* | Created a new release0.36.0 | Alex Grönholm | 2020-12-01 | 1 | -1/+1 |
| | |||||
* | Adapted for upcoming changes in PyPy's SOABI tag (#373) | Matti Picus | 2020-11-29 | 1 | -0/+4 |
| | |||||
* | Fixed CRLF being used when generating WHEEL files on Windows (#383) | Alex Grönholm | 2020-11-29 | 1 | -0/+2 |
| | | | Fixes #378. | ||||
* | Tests CPython with only 2.7, 3.6 and 3.9 | Alex Grönholm | 2020-11-29 | 1 | -0/+1 |
| | | | | 3.5 has reached its EOL. | ||||
* | Updated vendored packaging to v20.7 | Alex Grönholm | 2020-11-29 | 1 | -0/+4 |
| | | | | Fixes #381. | ||||
* | Removed 'wheel install' from docs (#377) | Dustin Ingram | 2020-09-24 | 1 | -16/+2 |
| | |||||
* | Added release version and date to the release notes | Alex Grönholm | 2020-08-15 | 1 | -1/+1 |
| | | | | Oops, forgot to commit this when releasing. | ||||
* | Vendored the packaging.tags module (#365) | Alex Grönholm | 2020-08-14 | 1 | -0/+2 |
| | | | See the commentary on https://github.com/pypa/wheel/pull/346 for the reason. | ||||
* | Fixed bdist_wheel not lower casing the platform tag (#366) | Alex Grönholm | 2020-08-14 | 1 | -0/+5 |
| | | | | Fixes #364. | ||||
* | Created a new release0.35.0 | Alex Grönholm | 2020-08-14 | 1 | -1/+1 |
| | |||||
* | Updated the release notes | Alex Grönholm | 2020-08-14 | 1 | -0/+7 |
| | |||||
* | Updated link to now-decommissioned mailing list (#356) | Sumana Harihareswara | 2020-06-13 | 2 | -5/+5 |
| | | | | | Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig per a link elsewhere in the wheel documentation. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc> | ||||
* | Updated the release procedure | Alex Grönholm | 2020-03-24 | 1 | -2/+3 |
| | | | | This commit also fixes PRs not triggering checks. | ||||
* | Fixed building the documentation | Alex Grönholm | 2020-02-29 | 1 | -2/+2 |
| | | | | Fixes #341. | ||||
* | Created a new release0.34.2 | Alex Grönholm | 2020-01-31 | 1 | -1/+1 |
| | |||||
* | Fixed installing from sdist in some non-UTF8 environments | Alex Grönholm | 2020-01-28 | 1 | -0/+5 |
| | | | | Fixes #331. | ||||
* | Created a new release0.34.1 | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Fixed installation from sdist (#334) | Alex Grönholm | 2020-01-27 | 2 | -5/+15 |
| | | | | | | | Wheel cannot use pep517 yet because the installation process involves installing wheel because the setuptools build backend declares it as a dependency for building wheels. A future update of pip may solve this problem. Setuptools_scm, on the other hand, requires wheel as a build time dependency so if somebody tries to install wheel using `--no-binary=:all:`, it also creates a circular dependency. Fixes #332. | ||||
* | Created a new release | Alex Grönholm | 2020-01-27 | 1 | -1/+1 |
| | |||||
* | Added the --compression option to bdist_wheel (#316) | Alex Grönholm | 2020-01-26 | 1 | -0/+1 |
| | | | Fixes #313. | ||||
* | Use the existing build tag in wheel pack unless overridden | Alex Grönholm | 2020-01-26 | 1 | -1/+2 |
| | | | | Closes #323. Fixes #322. | ||||
* | Removed specialized PyPy tag generation | Alex Grönholm | 2020-01-22 | 1 | -0/+1 |
| | | | | Fixes #328. | ||||
* | Fixed bdist_wheel failing on a read-only source tree | Alex Grönholm | 2020-01-22 | 1 | -1/+2 |
| | | | | Fixes #327. | ||||
* | Switched to setuptools_scm | Alex Grönholm | 2020-01-22 | 2 | -8/+8 |
| | | | | New versions are now made by declaring a new version in the changelog (docs/news.rst) and pushing this change to Github. The workflow will see this version and create a new tag which then triggers the release workflow. | ||||
* | Migrated to the src layout | Alex Grönholm | 2020-01-22 | 1 | -0/+1 |
| | | | | Fixes #37. | ||||
* | Dropped Python 3.4 support | Alex Grönholm | 2020-01-22 | 1 | -0/+1 |
| | |||||
* | Replaced Travis with Github Actions | Alex Grönholm | 2020-01-22 | 1 | -10/+5 |
| | |||||
* | Fixed duplicate RECORD file when using "wheel pack" on Windows | Alex Grönholm | 2020-01-21 | 1 | -0/+1 |
| | |||||
* | license_file was deprecated in wheel v0.32 (#325) | Hugo van Kemenade | 2019-12-15 | 1 | -1/+1 |
| | |||||
* | Moved the contents of setup.py to setup.cfg | Alex Grönholm | 2019-10-25 | 1 | -0/+1 |
| | |||||
* | Added PEP 517 support to project packaging | Alex Grönholm | 2019-10-25 | 1 | -0/+1 |
| | |||||
* | Added news item for PR #314 | Alex Grönholm | 2019-10-24 | 1 | -0/+5 |
| |