summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Replaced distutils with setuptoolsAlex Grönholm2021-12-241-0/+1
| | | | Distutils has been deprecated and will be removed in Python 3.12.
* Removed mentions of old Python versions in the installation docsAlex Grönholm2021-12-241-2/+1
|
* Updated vendored packaging to 21.3Alex Grönholm2021-12-221-0/+1
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-0/+4
|
* Created a new releaseAlex Grönholm2021-12-221-1/+1
|
* Added news entry for PR #427Alex Grönholm2021-12-221-0/+1
|
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-0/+4
| | | | Fixes #415.
* Created a new release0.37.0Alex Grönholm2021-08-091-1/+1
|
* Added classifier for Python 3.10 supportAlex Grönholm2021-08-091-0/+1
|
* Updated vendored packaging to v20.9Alex Grönholm2021-02-081-0/+4
|
* Created a new release0.36.2Alex Grönholm2020-12-131-1/+1
|
* Added news entry for PR #390Alex Grönholm2020-12-131-0/+2
|
* Made sure that the sdist contains LICENSE.txtAlex Grönholm2020-12-131-0/+1
| | | | Fixes #371.
* Updated vendored packaging to v20.8Alex Grönholm2020-12-131-0/+4
| | | | Fixes #354.
* Added news item about regression (#384)Matti Picus2020-12-131-0/+2
|
* Created a new release0.36.1Alex Grönholm2020-12-041-1/+1
|
* Added news entry for PR #386Alex Grönholm2020-12-041-0/+2
|
* Fixed TypeError when a unicode generator name was passed on Python 2.7Alex Grönholm2020-12-041-0/+6
| | | | Fixes #388.
* Created a new release0.36.0Alex Grönholm2020-12-011-1/+1
|
* Adapted for upcoming changes in PyPy's SOABI tag (#373)Matti Picus2020-11-291-0/+4
|
* Fixed CRLF being used when generating WHEEL files on Windows (#383)Alex Grönholm2020-11-291-0/+2
| | | Fixes #378.
* Tests CPython with only 2.7, 3.6 and 3.9Alex Grönholm2020-11-291-0/+1
| | | | 3.5 has reached its EOL.
* Updated vendored packaging to v20.7Alex Grönholm2020-11-291-0/+4
| | | | Fixes #381.
* Removed 'wheel install' from docs (#377)Dustin Ingram2020-09-241-16/+2
|
* Added release version and date to the release notesAlex Grönholm2020-08-151-1/+1
| | | | Oops, forgot to commit this when releasing.
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-141-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önholm2020-08-141-0/+5
| | | | Fixes #364.
* Created a new release0.35.0Alex Grönholm2020-08-141-1/+1
|
* Updated the release notesAlex Grönholm2020-08-141-0/+7
|
* Updated link to now-decommissioned mailing list (#356)Sumana Harihareswara2020-06-132-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 procedureAlex Grönholm2020-03-241-2/+3
| | | | This commit also fixes PRs not triggering checks.
* Fixed building the documentationAlex Grönholm2020-02-291-2/+2
| | | | Fixes #341.
* Created a new release0.34.2Alex Grönholm2020-01-311-1/+1
|
* Fixed installing from sdist in some non-UTF8 environmentsAlex Grönholm2020-01-281-0/+5
| | | | Fixes #331.
* Created a new release0.34.1Alex Grönholm2020-01-271-1/+1
|
* Fixed installation from sdist (#334)Alex Grönholm2020-01-272-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 releaseAlex Grönholm2020-01-271-1/+1
|
* Added the --compression option to bdist_wheel (#316)Alex Grönholm2020-01-261-0/+1
| | | Fixes #313.
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-1/+2
| | | | Closes #323. Fixes #322.
* Removed specialized PyPy tag generationAlex Grönholm2020-01-221-0/+1
| | | | Fixes #328.
* Fixed bdist_wheel failing on a read-only source treeAlex Grönholm2020-01-221-1/+2
| | | | Fixes #327.
* Switched to setuptools_scmAlex Grönholm2020-01-222-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 layoutAlex Grönholm2020-01-221-0/+1
| | | | Fixes #37.
* Dropped Python 3.4 supportAlex Grönholm2020-01-221-0/+1
|
* Replaced Travis with Github ActionsAlex Grönholm2020-01-221-10/+5
|
* Fixed duplicate RECORD file when using "wheel pack" on WindowsAlex Grönholm2020-01-211-0/+1
|
* license_file was deprecated in wheel v0.32 (#325)Hugo van Kemenade2019-12-151-1/+1
|
* Moved the contents of setup.py to setup.cfgAlex Grönholm2019-10-251-0/+1
|
* Added PEP 517 support to project packagingAlex Grönholm2019-10-251-0/+1
|
* Added news item for PR #314Alex Grönholm2019-10-241-0/+5
|