| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allowed string components after initial number of build tags in `wheel tags` ↵ | Alex Grönholm | 2023-04-14 | 1 | -5/+23 |
| | | | | | | (#528) Fixes #527. | ||||
| * | Changed `wheel unpack` to honor the original permissions of files (#514) | Alex Grönholm | 2023-03-13 | 1 | -0/+24 |
| | | | | Fixes #505. | ||||
| * | Fixed EncodingWarning when PYTHONWARNDEFAULTENCODING is set (#512) | Henry Schreiner | 2023-03-13 | 1 | -1/+1 |
| | | |||||
| * | Added tags CLI interface (#422) | Henry Schreiner | 2023-03-12 | 1 | -0/+214 |
| | | | | Co-authored-by: Joe Rickerby <joerick@mac.com> | ||||
| * | Used modern tmp_path instead of py.path based tmpdir (#513) | Henry Schreiner | 2023-03-11 | 3 | -13/+13 |
| | | |||||
| * | Added pyupgrade and flake8-bugbear to pre-commit config (#432) | Henry Schreiner | 2021-12-30 | 3 | -0/+6 |
| | | | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file. | ||||
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 2 | -27/+43 |
| | | |||||
| * | Fixed wheel pack duplicating WHEEL contents on build number change | Alex Grönholm | 2021-08-15 | 1 | -3/+12 |
| | | | | | Fixes #415. | ||||
| * | Fixed line endings when rewriting WHEEL | Alex Grönholm | 2020-01-26 | 1 | -3/+3 |
| | | |||||
| * | Use the existing build tag in wheel pack unless overridden | Alex Grönholm | 2020-01-26 | 1 | -11/+31 |
| | | | | | Closes #323. Fixes #322. | ||||
| * | Fixed duplicate RECORD file when using "wheel pack" on Windows | Alex Grönholm | 2020-01-21 | 1 | -0/+1 |
| | | |||||
| * | Added the --build-number option to "wheel pack" | Alex Grönholm | 2019-02-10 | 1 | -3/+9 |
| | | | | | Fixes #283. | ||||
| * | Removed leftover empty modules | Alex Grönholm | 2018-12-09 | 1 | -0/+0 |
| | | |||||
| * | Adding r for raw regex string on cli/test_convert.py (#273) | Bertil Hatt | 2018-10-28 | 1 | -1/+1 |
| | | |||||
| * | Added test and news item for PR #266 | Alex Grönholm | 2018-10-15 | 1 | -1/+7 |
| | | |||||
| * | Added the "wheel pack" command | Alex Grönholm | 2018-07-17 | 1 | -0/+26 |
| | | | | | Fixes #157. Fixes #168. | ||||
| * | Renamed the wheel.tool package to wheel.cli and migrated CLI stuff there | Alex Grönholm | 2018-07-17 | 4 | -0/+115 |
| The VerifyingZipFile class was also merged to the WheelFile class. | |||||
