| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Don't count vendored code into coveragemaster | Alex Grönholm | 2021-08-18 | 1 | -1/+2 |
| | | |||||
| * | Fixed wheel pack duplicating WHEEL contents on build number change | Alex Grönholm | 2021-08-15 | 3 | -4/+20 |
| | | | | | Fixes #415. | ||||
| * | Created a new release0.37.0 | Alex Grönholm | 2021-08-09 | 2 | -2/+2 |
| | | |||||
| * | Updated the flake8 action to the latest version | Alex Grönholm | 2021-08-09 | 1 | -1/+1 |
| | | |||||
| * | Readded macOS 11 to the testing matrix | Alex Grönholm | 2021-08-09 | 1 | -4/+2 |
| | | |||||
| * | Added classifier for Python 3.10 support | Alex Grönholm | 2021-08-09 | 2 | -0/+2 |
| | | |||||
| * | Added Python 3.10 to the testing matrix (#414) | Hugo van Kemenade | 2021-08-09 | 2 | -2/+2 |
| | | |||||
| * | Test using FreeBSD 13.0 (#405) | Alex Grönholm | 2021-05-23 | 1 | -1/+1 |
| | | |||||
| * | Fix typo of comments (#404) | Yusuke Hayashi | 2021-05-22 | 1 | -2/+2 |
| | | |||||
| * | Readded codecov reporting (#402) | Alex Grönholm | 2021-04-27 | 1 | -1/+5 |
| | | | | Fixes #401. | ||||
| * | Removed MacOS 11.0 from the test matrix | Alex Grönholm | 2021-02-09 | 1 | -1/+1 |
| | | | | | | It should be readded when the runners on Github Actions start actually working. Reference: https://github.com/actions/virtual-environments/issues/2381 | ||||
| * | Updated vendored packaging to v20.9 | Alex Grönholm | 2021-02-08 | 3 | -6/+24 |
| | | |||||
| * | Added vendor.txt | Alex Grönholm | 2021-01-04 | 2 | -0/+2 |
| | | | | | This is a requirements.txt style file intended for downstream packagers. Closes #392. | ||||
| * | Created a new release0.36.2 | Alex Grönholm | 2020-12-13 | 2 | -2/+2 |
| | | |||||
| * | 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 | 2 | -0/+2 |
| | | | | | Fixes #371. | ||||
| * | Updated vendored packaging to v20.8 | Alex Grönholm | 2020-12-13 | 2 | -6/+6 |
| | | | | | Fixes #354. | ||||
| * | 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. | ||||
