summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added news item about regression (#384)Matti Picus2020-12-131-0/+2
|
* Don't use default macos/arm64 deployment target in calculating the platform ↵Ronald Oussoren2020-12-133-0/+15
| | | | | | | | tag for fat binaries (#390) The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0 (which is the first version of macOS supporting arm64). To allow building wheels that target an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment target in the arm64 part of fat binaries when that's 11.0.0.
* Created a new release0.36.1Alex Grönholm2020-12-042-2/+2
|
* 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-042-0/+11
| | | | Fixes #388.
* Fixed error on Big Sur when deployment target = 11 (#386)Grzegorz Bokota2020-12-043-10/+34
| | | | | Fixes #385. Co-authored-by: FX Coudert <fxcoudert@gmail.com>
* Created a new release0.36.0Alex Grönholm2020-12-012-2/+2
|
* Adapted for upcoming changes in PyPy's SOABI tag (#373)Matti Picus2020-11-292-0/+8
|
* Fixed CRLF being used when generating WHEEL files on Windows (#383)Alex Grönholm2020-11-293-3/+19
| | | Fixes #378.
* Excluded pypy+macOS 11 from the test matrixAlex Grönholm2020-11-291-2/+2
| | | | Github Actions does not provide these interpreters on macOS 11 yet.
* Added macOS 11 to the test matrixAlex Grönholm2020-11-291-1/+1
|
* Fixed flake8 errorAlex Grönholm2020-11-291-1/+1
|
* Tests CPython with only 2.7, 3.6 and 3.9Alex Grönholm2020-11-292-7/+2
| | | | 3.5 has reached its EOL.
* Updated vendored packaging to v20.7Alex Grönholm2020-11-293-61/+166
| | | | Fixes #381.
* Declare support for and test Python 3.9 (#380)Hugo van Kemenade2020-11-203-2/+3
|
* Removed 'wheel install' from docs (#377)Dustin Ingram2020-09-241-16/+2
|
* Fixed regression in setting plat-name (#375)Matti Picus2020-09-182-18/+25
|
* Fixed the Cirrus CI only_if conditionAlex Grönholm2020-08-151-1/+1
| | | | This seems to be the correct way to make it trigger only on master and any PR.
* Added Cirrus CI configurationAlex Grönholm2020-08-151-0/+15
| | | | This is the only reasonable way to have automated tests on FreeBSD.
* Added release version and date to the release notesAlex Grönholm2020-08-151-1/+1
| | | | Oops, forgot to commit this when releasing.
* Upgraded to newer versions of several workflow tasksAlex Grönholm2020-08-142-7/+7
|
* Created a new release0.35.1Alex Grönholm2020-08-141-1/+1
|
* Fixed duplicate runs in the codeqa-test workflowAlex Grönholm2020-08-141-3/+2
|
* Vendored the packaging.tags module (#365)Alex Grönholm2020-08-147-2/+806
| | | 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-142-1/+6
| | | | Fixes #364.
* Created a new release0.35.0Alex Grönholm2020-08-142-2/+2
|
* Fixed test matrix config for PyPy2Alex Grönholm2020-08-141-3/+3
|
* Updated the release notesAlex Grönholm2020-08-141-0/+7
|
* Fixed PyPy2 ABI tag generationAlex Grönholm2020-08-141-1/+1
|
* Added PyPy2 to the test matrixAlex Grönholm2020-08-141-1/+5
| | | | Let's test against PyPy2 at least until v1.0.
* The PyPA has adopted the PSF code of conduct (#361)Hugo van Kemenade2020-07-301-2/+3
| | | | | For details, see: * https://discuss.python.org/t/implementing-pep-609-pypa-governance/4745
* 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>
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-075-279/+157
| | | The internal pep425tags module has been removed in favor of the "packaging" library.
* Added ReadTheDocs configurationAlex Grönholm2020-03-311-0/+7
|
* Fix resource leak in WheelFile.open() (#338)Jon Dufresne2020-03-243-6/+6
| | | | | | | | | | | In WheelFile.open(), if the hash does not exist, avoid opening the file before raising the exception. Previously would leak the open file resource which could result in a ResourceWarning when Python warnings are enabled: ResourceWarning: unclosed file <_io.FileIO name='…/test_testzip_missing_hash0/test-1.0-py2.py3-none-any.whl' mode='rb' closefd=True> Python warnings are now enabled during tests to help catch these earlier.
* Remove unused EXTRA_RE variable (#340)Jon Dufresne2020-03-241-5/+0
| | | Unused since 595e4a8fc6bed54091ead713933c8ec8ebd1bb51.
* Ignore files terminating in ~. (#347)Diego Elio Pettenò2020-03-242-1/+8
| | | | This is Unix's most common pattern for backup files. They are often present, but I can't think of a good reason for them to be distributed.
* Fixed the name of the codeqa/test workflowAlex Grönholm2020-03-241-1/+1
|
* Updated the release procedureAlex Grönholm2020-03-243-16/+11
| | | | 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-312-2/+2
|
* Fixed installing from sdist in some non-UTF8 environmentsAlex Grönholm2020-01-284-3/+9
| | | | Fixes #331.
* Created a new release0.34.1Alex Grönholm2020-01-271-1/+1
|
* Fixed installation from sdist (#334)Alex Grönholm2020-01-2710-19/+37
| | | | | | | 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.
* Issue #329: Remove last remnant of custom PyPy tags (#330)Nick Coghlan2020-01-271-1/+1
| | | | | | The resolution of issue #328 removed the custom PyPy tagging from `get_impl_version_info()`, this just cleans up the check that forces PyPy to call that even if `py_version_nodot` was already set.
* Fixed syntax for pep517.build0.34.0Alex Grönholm2020-01-271-1/+1
|
* Fixed publish workflow not being run on local tag creationAlex Grönholm2020-01-271-4/+2
|
* Created a new releaseAlex Grönholm2020-01-271-1/+1
|
* Added the --compression option to bdist_wheel (#316)Alex Grönholm2020-01-264-5/+38
| | | Fixes #313.
* Removed obsolete commentAlex Grönholm2020-01-261-2/+1
| | | | Closes #296.