summaryrefslogtreecommitdiff
path: root/tests/test_wheelfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Mark generated files as regular files (#511)Alex Grönholm2023-03-131-3/+3
| | | | Fixes #506.
* Used modern tmp_path instead of py.path based tmpdir (#513)Henry Schreiner2023-03-111-11/+11
|
* Fixed parsing of wheel file names with multiple platform tags0.38.2Alex Grönholm2022-11-051-3/+11
| | | | Fixes #485.
* [pre-commit.ci] pre-commit autoupdate (#445)pre-commit-ci[bot]2022-01-311-1/+1
| | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/psf/black: 21.12b0 → 22.1.0](https://github.com/psf/black/compare/21.12b0...22.1.0) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-301-0/+2
| | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
* Eliminated more py2 compatibility codeAlex Grönholm2021-12-241-27/+18
| | | | | - Got rid of as_bytes(), as_unicode() and native() - Eliminated the py2 code path in _update_crc()
* Adopted isort and applied it to the codebaseAlex Grönholm2021-12-241-2/+2
|
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-71/+92
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-6/+6
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-221-3/+0
|
* Revert "Include directory entries when building wheel (#289)"Alex Grönholm2019-05-121-24/+0
| | | | This reverts commit 369b1eeb. Fixes #294.
* Include directory entries when building wheel (#289)Jason R. Coombs2019-04-281-0/+24
| | | Fixes #287.
* Skip attributes test on WindowsAlex Grönholm2019-02-121-0/+3
|
* Fixed test warnings on Python 2Alex Grönholm2019-02-111-1/+1
|
* Write the RECORD file as CSV (#281)Paul Moore2019-02-101-2/+6
| | | Fixes #280.
* Fixed permissions on the RECORD fileAlex Grönholm2018-10-041-0/+4
| | | | Fixes #261.
* Renamed the wheel.tool package to wheel.cli and migrated CLI stuff thereAlex Grönholm2018-07-171-53/+127
| | | | The VerifyingZipFile class was also merged to the WheelFile class.
* Moved the tests out of the package treeAlex Grönholm2017-07-291-0/+89