Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added news item about regression (#384) | Matti Picus | 2020-12-13 | 1 | -0/+2 | |
| | ||||||
* | Don't use default macos/arm64 deployment target in calculating the platform ↵ | Ronald Oussoren | 2020-12-13 | 3 | -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.1 | Alex Grönholm | 2020-12-04 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -0/+11 | |
| | | | | Fixes #388. | |||||
* | Fixed error on Big Sur when deployment target = 11 (#386) | Grzegorz Bokota | 2020-12-04 | 3 | -10/+34 | |
| | | | | | Fixes #385. Co-authored-by: FX Coudert <fxcoudert@gmail.com> | |||||
* | Created a new release0.36.0 | Alex Grönholm | 2020-12-01 | 2 | -2/+2 | |
| | ||||||
* | Adapted for upcoming changes in PyPy's SOABI tag (#373) | Matti Picus | 2020-11-29 | 2 | -0/+8 | |
| | ||||||
* | Fixed CRLF being used when generating WHEEL files on Windows (#383) | Alex Grönholm | 2020-11-29 | 3 | -3/+19 | |
| | | | Fixes #378. | |||||
* | Excluded pypy+macOS 11 from the test matrix | Alex Grönholm | 2020-11-29 | 1 | -2/+2 | |
| | | | | Github Actions does not provide these interpreters on macOS 11 yet. | |||||
* | Added macOS 11 to the test matrix | Alex Grönholm | 2020-11-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed flake8 error | Alex Grönholm | 2020-11-29 | 1 | -1/+1 | |
| | ||||||
* | Tests CPython with only 2.7, 3.6 and 3.9 | Alex Grönholm | 2020-11-29 | 2 | -7/+2 | |
| | | | | 3.5 has reached its EOL. | |||||
* | Updated vendored packaging to v20.7 | Alex Grönholm | 2020-11-29 | 3 | -61/+166 | |
| | | | | Fixes #381. | |||||
* | Declare support for and test Python 3.9 (#380) | Hugo van Kemenade | 2020-11-20 | 3 | -2/+3 | |
| | ||||||
* | Removed 'wheel install' from docs (#377) | Dustin Ingram | 2020-09-24 | 1 | -16/+2 | |
| | ||||||
* | Fixed regression in setting plat-name (#375) | Matti Picus | 2020-09-18 | 2 | -18/+25 | |
| | ||||||
* | Fixed the Cirrus CI only_if condition | Alex Grönholm | 2020-08-15 | 1 | -1/+1 | |
| | | | | This seems to be the correct way to make it trigger only on master and any PR. | |||||
* | Added Cirrus CI configuration | Alex Grönholm | 2020-08-15 | 1 | -0/+15 | |
| | | | | This is the only reasonable way to have automated tests on FreeBSD. | |||||
* | 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. | |||||
* | Upgraded to newer versions of several workflow tasks | Alex Grönholm | 2020-08-14 | 2 | -7/+7 | |
| | ||||||
* | Created a new release0.35.1 | Alex Grönholm | 2020-08-14 | 1 | -1/+1 | |
| | ||||||
* | Fixed duplicate runs in the codeqa-test workflow | Alex Grönholm | 2020-08-14 | 1 | -3/+2 | |
| | ||||||
* | Vendored the packaging.tags module (#365) | Alex Grönholm | 2020-08-14 | 7 | -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önholm | 2020-08-14 | 2 | -1/+6 | |
| | | | | Fixes #364. | |||||
* | Created a new release0.35.0 | Alex Grönholm | 2020-08-14 | 2 | -2/+2 | |
| | ||||||
* | Fixed test matrix config for PyPy2 | Alex Grönholm | 2020-08-14 | 1 | -3/+3 | |
| | ||||||
* | Updated the release notes | Alex Grönholm | 2020-08-14 | 1 | -0/+7 | |
| | ||||||
* | Fixed PyPy2 ABI tag generation | Alex Grönholm | 2020-08-14 | 1 | -1/+1 | |
| | ||||||
* | Added PyPy2 to the test matrix | Alex Grönholm | 2020-08-14 | 1 | -1/+5 | |
| | | | | Let's test against PyPy2 at least until v1.0. | |||||
* | The PyPA has adopted the PSF code of conduct (#361) | Hugo van Kemenade | 2020-07-30 | 1 | -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 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> | |||||
* | Replaced pep425tags with packaging (#346) | Matti Picus | 2020-04-07 | 5 | -279/+157 | |
| | | | The internal pep425tags module has been removed in favor of the "packaging" library. | |||||
* | Added ReadTheDocs configuration | Alex Grönholm | 2020-03-31 | 1 | -0/+7 | |
| | ||||||
* | Fix resource leak in WheelFile.open() (#338) | Jon Dufresne | 2020-03-24 | 3 | -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 Dufresne | 2020-03-24 | 1 | -5/+0 | |
| | | | Unused since 595e4a8fc6bed54091ead713933c8ec8ebd1bb51. | |||||
* | Ignore files terminating in ~. (#347) | Diego Elio Pettenò | 2020-03-24 | 2 | -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 workflow | Alex Grönholm | 2020-03-24 | 1 | -1/+1 | |
| | ||||||
* | Updated the release procedure | Alex Grönholm | 2020-03-24 | 3 | -16/+11 | |
| | | | | 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 | 2 | -2/+2 | |
| | ||||||
* | Fixed installing from sdist in some non-UTF8 environments | Alex Grönholm | 2020-01-28 | 4 | -3/+9 | |
| | | | | 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 | 10 | -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 Coghlan | 2020-01-27 | 1 | -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.0 | Alex Grönholm | 2020-01-27 | 1 | -1/+1 | |
| | ||||||
* | Fixed publish workflow not being run on local tag creation | Alex Grönholm | 2020-01-27 | 1 | -4/+2 | |
| | ||||||
* | 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 | 4 | -5/+38 | |
| | | | Fixes #313. | |||||
* | Removed obsolete comment | Alex Grönholm | 2020-01-26 | 1 | -2/+1 | |
| | | | | Closes #296. |