| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adopted black and reformatted the codebase to match | Alex Grönholm | 2021-12-24 | 1 | -59/+114 |
| | | |||||
| * | Upgraded to py3.7+ syntax | Alex Grönholm | 2021-12-22 | 1 | -2/+2 |
| | | |||||
| * | Dropped support for unmaintained Python versions | Alex Grönholm | 2021-12-22 | 1 | -1/+0 |
| | | |||||
| * | Fixed CRLF being used when generating WHEEL files on Windows (#383) | Alex Grönholm | 2020-11-29 | 1 | -0/+8 |
| | | | | Fixes #378. | ||||
| * | Ignore files terminating in ~. (#347) | Diego Elio Pettenò | 2020-03-24 | 1 | -1/+4 |
| | | | | | 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. | ||||
| * | Added the --compression option to bdist_wheel (#316) | Alex Grönholm | 2020-01-26 | 1 | -0/+15 |
| | | | | Fixes #313. | ||||
| * | Fixed bdist_wheel failing on a read-only source tree | Alex Grönholm | 2020-01-22 | 1 | -2/+17 |
| | | | | | Fixes #327. | ||||
| * | Skipped the limited ABI test on Python 2 | Alex Grönholm | 2020-01-21 | 1 | -0/+1 |
| | | |||||
| * | Skip unicode dist and related test on Python < 3.6 | Alex Grönholm | 2020-01-21 | 1 | -0/+2 |
| | | | | | Due to encoding issues, this ends up failing in certain cases and there is nothing wheel can do about it. | ||||
| * | Fixed building binary wheels against the limited ABI | Alex Grönholm | 2019-08-18 | 1 | -0/+12 |
| | | | | | Fixes #305. | ||||
| * | Revert "Include directory entries when building wheel (#289)" | Alex Grönholm | 2019-05-12 | 1 | -1/+0 |
| | | | | | This reverts commit 369b1eeb. Fixes #294. | ||||
| * | Include directory entries when building wheel (#289) | Jason R. Coombs | 2019-04-28 | 1 | -0/+1 |
| | | | | Fixes #287. | ||||
| * | Correct default license file 'LICENCE.txt' (#279) | Jon Dufresne | 2018-12-09 | 1 | -1/+1 |
| | | | | Before it mistakenly duplicated 'LICENSE.txt'. | ||||
| * | Fixed flake8 error | Alex Grönholm | 2018-10-05 | 1 | -1/+0 |
| | | |||||
| * | Fixed build number appearing in the .dist-info directory name | Alex Grönholm | 2018-10-04 | 1 | -0/+11 |
| | | | | | | | Adding a build number caused two different .dist-info directories to be added to the wheel, making pip (rightfully) reject it. We now construct the dist-info directory name without the build number in all cases. Fixes #263. | ||||
| * | Added a few additional common patterns for legal and attribution files (#251) | C.A.M. Gerlach | 2018-09-25 | 1 | -1/+2 |
| | | |||||
| * | Added the license_files option and deprecated license_file | Alex Grönholm | 2018-07-17 | 1 | -0/+72 |
| | | | | | Fixes #138. | ||||
| * | Build wheels into a temporary directory in the test setup phase | Alex Grönholm | 2018-07-17 | 1 | -1/+1 |
| | | | | | This avoids polluting the project directory and also avoids unicode issues when a py3 test suite encounters a unicode containing wheel. | ||||
| * | Fixed wrong character encodings used to write RECORD | Alex Grönholm | 2018-03-31 | 1 | -0/+9 |
| | | | | | | RECORD should always be read and written as UTF-8. Fixes #207. | ||||
| * | Don't create metadata.json anymore | Alex Grönholm | 2018-03-30 | 1 | -24/+0 |
| | | | | | | This was a thing in the now-withdrawn PEP 426. Fixes #195. | ||||
| * | Moved the tests out of the package tree | Alex Grönholm | 2017-07-29 | 1 | -0/+32 |
