| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added pyupgrade and flake8-bugbear to pre-commit config (#432) | Henry Schreiner | 2021-12-30 | 8 | -0/+17 |
| | | | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file. | ||||
| * | Fixed pre-commit parameters for Black | Henry Schreiner | 2021-12-30 | 1 | -1/+1 |
| | | |||||
| * | Adopted isort and applied it to the codebase | Alex Grönholm | 2021-12-24 | 2 | -2/+2 |
| | | |||||
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 7 | -58/+57 |
| | | |||||
| * | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 6 | -7/+7 |
| | | |||||
| * | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -1/+0 |
| | | |||||
| * | Support unpacking wheels that contain files with commas in their names (#427) | Hood Chatham | 2021-12-22 | 5 | -0/+12 |
| | | | | | | The csv module is now being used to read RECORD. Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi> | ||||
| * | Don't use default macos/arm64 deployment target in calculating the platform ↵ | Ronald Oussoren | 2020-12-13 | 1 | -0/+0 |
| | | | | | | | | | 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. | ||||
| * | Fixed error on Big Sur when deployment target = 11 (#386) | Grzegorz Bokota | 2020-12-04 | 1 | -0/+0 |
| | | | | | | Fixes #385. Co-authored-by: FX Coudert <fxcoudert@gmail.com> | ||||
| * | Added boilerplate code to the dummy extension dist | Alex Grönholm | 2020-01-21 | 1 | -0/+16 |
| | | | | | On Windows, not having this results in a linker error (unresolved external symbol PyInit_extension). | ||||
| * | Don't try to build ABI3 extensions on Windows | Alex Grönholm | 2020-01-21 | 5 | -3/+14 |
| | | |||||
| * | macosx platform tag does not support patch releases (#317) | Grzegorz Bokota | 2020-01-03 | 2 | -0/+0 |
| | | |||||
| * | Fixed typo 'dynlib' -> 'dylib' (#320) | Grzegorz Bokota | 2019-11-19 | 10 | -0/+0 |
| | | |||||
| * | Better discovery of macos system version to determine proper platform tag (#314) | Grzegorz Bokota | 2019-10-23 | 11 | -0/+13 |
| | | |||||
| * | Fixed warning about the [wheel] section in tests | Alex Grönholm | 2019-02-12 | 1 | -1/+1 |
| | | |||||
| * | Added the "wheel pack" command | Alex Grönholm | 2018-07-17 | 1 | -0/+0 |
| | | | | | Fixes #157. Fixes #168. | ||||
| * | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 15 | -0/+63 |
| The VerifyingZipFile class was also merged to the WheelFile class. | |||||
