summaryrefslogtreecommitdiff
path: root/src/wheel/cli
Commit message (Collapse)AuthorAgeFilesLines
* Allowed string components after initial number of build tags in `wheel tags` ↵Alex Grönholm2023-04-142-8/+18
| | | | | (#528) Fixes #527.
* [pre-commit.ci] pre-commit autoupdate (#524)pre-commit-ci[bot]2023-04-141-1/+1
| | | | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.257 → v0.0.261](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.257...v0.0.261) - [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.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>
* Removed convert.py execute permission to avoid packaging as executable (#523)Mike Geeves2023-03-211-0/+0
|
* Changed `wheel unpack` to honor the original permissions of files (#514)Alex Grönholm2023-03-131-1/+8
| | | Fixes #505.
* Added tags CLI interface (#422)Henry Schreiner2023-03-123-21/+255
| | | Co-authored-by: Joe Rickerby <joerick@mac.com>
* Removed install dependency on setuptools (#483)Alex Grönholm2022-11-041-2/+5
| | | Also re-added the fallback for `license_paths` on setuptools versions older than 57.
* [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>
* Replaced all uses of distutils with setuptools (#428)Alex Grönholm2021-12-312-16/+7
| | | | | | | Distutils has been deprecated and will be removed in Python 3.12. This changeset replaces distutils logging with similar logging functionality from setuptools (when ready), and if not available, provides a replacement of its own. Co-authored-by: Jason R. Coombs <jaraco@jaraco.com>
* Added pyupgrade and flake8-bugbear to pre-commit config (#432)Henry Schreiner2021-12-302-0/+4
| | | Added pyupgrade and flake8-bugbear to pre-commit configuration. Converted all code to py37+ syntax. Reformatted the pre-commit configuration file.
* Added the first batch of type annotationsAlex Grönholm2021-12-263-5/+9
|
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-244-93/+121
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-224-11/+11
|
* Dropped support for unmaintained Python versionsAlex Grönholm2021-12-224-15/+3
|
* Fixed wheel pack duplicating WHEEL contents on build number changeAlex Grönholm2021-08-151-1/+4
| | | | Fixes #415.
* Fixed line endings when rewriting WHEELAlex Grönholm2020-01-261-3/+3
|
* Use the existing build tag in wheel pack unless overriddenAlex Grönholm2020-01-261-6/+27
| | | | Closes #323. Fixes #322.
* Migrated to the src layoutAlex Grönholm2020-01-224-0/+440
Fixes #37.