summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [pre-commit.ci] pre-commit autoupdate (#533)HEADmainpre-commit-ci[bot]2023-05-161-1/+1
| | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.265 → v0.0.267](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.265...v0.0.267) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#532)pre-commit-ci[bot]2023-05-091-1/+1
| | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.263 → v0.0.265](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.263...v0.0.265) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#531)pre-commit-ci[bot]2023-05-021-1/+1
| | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.262 → v0.0.263](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.262...v0.0.263) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* [pre-commit.ci] pre-commit autoupdate (#530)pre-commit-ci[bot]2023-04-251-1/+1
| | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.261 → v0.0.262](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.261...v0.0.262) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Allowed string components after initial number of build tags in `wheel tags` ↵Alex Grönholm2023-04-144-13/+46
| | | | | (#528) Fixes #527.
* Updated FreeBSD image on Cirrus CIAlex Grönholm2023-04-141-1/+1
|
* [pre-commit.ci] pre-commit autoupdate (#524)pre-commit-ci[bot]2023-04-142-3/+3
| | | | | | | | | | | | | | | * [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>
* [pre-commit.ci] pre-commit autoupdate (#521)pre-commit-ci[bot]2023-03-211-1/+1
| | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.255 → v0.0.257](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.255...v0.0.257) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Grönholm <alex.gronholm@nextday.fi>
* Made the `stacklevel` arguments explicit (#522)Henry Schreiner2023-03-211-1/+2
| | | Makes B028 happy.
* Removed convert.py execute permission to avoid packaging as executable (#523)Mike Geeves2023-03-211-0/+0
|
* Removed unused license line (#519)Henry Schreiner2023-03-141-1/+0
| | | This line doesn't do anything, as flit ignores it. The license is specified via trove classifiers, and Flit automatically includes LICENSE* in the dist-info directory.
* Updated version number in `__init__.py`0.40.0Alex Grönholm2023-03-141-1/+1
|
* Removed unnecessary rule exemptionAlex Grönholm2023-03-141-3/+0
|
* Created a new releaseAlex Grönholm2023-03-141-1/+1
|
* Folded a long line to stay within 88 charsAlex Grönholm2023-03-141-1/+2
|
* Added missing PR attributionsAlex Grönholm2023-03-141-1/+2
|
* Report stderr contents if `flit build` failsAlex Grönholm2023-03-141-2/+5
|
* Added venv* to .gitignoreAlex Grönholm2023-03-141-0/+1
|
* [pre-commit.ci] pre-commit autoupdate (#517)pre-commit-ci[bot]2023-03-141-2/+2
| | | | | | | updates: - [github.com/charliermarsh/ruff-pre-commit: v0.0.254 → v0.0.255](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.254...v0.0.255) - [github.com/codespell-project/codespell: v2.2.2 → v2.2.4](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Added a couple of missing changelog entries (#516)Henry Schreiner2023-03-131-0/+2
|
* Changed `wheel unpack` to honor the original permissions of files (#514)Alex Grönholm2023-03-133-1/+33
| | | Fixes #505.
* Added more cache directories to .gitignoreAlex Grönholm2023-03-131-0/+2
|
* Mark generated files as regular files (#511)Alex Grönholm2023-03-133-7/+12
| | | | Fixes #506.
* Fixed EncodingWarning when PYTHONWARNDEFAULTENCODING is set (#512)Henry Schreiner2023-03-135-6/+18
|
* Added mention of `wheel tags` to the manpageAlex Grönholm2023-03-131-0/+3
|
* Updated tox urlAlex Grönholm2023-03-131-1/+1
|
* Build the man page with Sphinx (#441)Stefano Rivera2023-03-132-1/+3
| | | | | Rather than trying to build the entire Sphinx documentation into a (poorly laid out) manpage, build the RST manpage we have in the source tree.
* Added tags CLI interface (#422)Henry Schreiner2023-03-126-21/+532
| | | Co-authored-by: Joe Rickerby <joerick@mac.com>
* Dropped the use of the deprecated pkg_resources API (#508)Thomas Grainger2023-03-1111-12/+2728
|
* Used modern tmp_path instead of py.path based tmpdir (#513)Henry Schreiner2023-03-118-133/+152
|
* feat: move to flit backend (#501)Henry Schreiner2023-03-109-128/+188
|
* [pre-commit.ci] pre-commit autoupdate (#499)pre-commit-ci[bot]2023-03-103-4/+3
| | | | | | | | | | | | | | | * [pre-commit.ci] pre-commit autoupdate updates: - [github.com/pycqa/isort: 5.11.4 → 5.12.0](https://github.com/pycqa/isort/compare/5.11.4...5.12.0) - [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.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>
* Fixed W503 flake8 errorsAlex Grönholm2023-01-311-1/+1
|
* Updated pre-commit modulesAlex Grönholm2023-01-242-1/+2
|
* Added news item for PR #491Alex Grönholm2023-01-241-0/+1
|
* Upgraded vendored packaging to v23.0Alex Grönholm2023-01-244-8/+47
|
* Replace spaces in platform names with underscoresDavid Tucker2023-01-232-1/+11
| | | | Without this, wheels produced on such platforms will cause a WheelError.
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-261-1/+1
| | | | | updates: - [github.com/pycqa/isort: v5.11.3 → 5.11.4](https://github.com/pycqa/isort/compare/v5.11.3...5.11.4)
* Fixed .dylib test ata files missing from sdistAlex Grönholm2022-12-251-1/+1
| | | | Fixes #496.
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-201-3/+3
| | | | | | | updates: - [github.com/pycqa/isort: 5.10.1 → v5.11.3](https://github.com/pycqa/isort/compare/5.10.1...v5.11.3) - [github.com/asottile/pyupgrade: v3.3.0 → v3.3.1](https://github.com/asottile/pyupgrade/compare/v3.3.0...v3.3.1) - [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
* Added missing module from vendored packagingAlex Grönholm2022-12-101-0/+108
|
* Updated vendored packaging lib to v22.0Alex Grönholm2022-12-105-207/+117
|
* [pre-commit.ci] pre-commit autoupdatepre-commit-ci[bot]2022-12-061-1/+1
| | | | | updates: - [github.com/asottile/pyupgrade: v3.2.2 → v3.3.0](https://github.com/asottile/pyupgrade/compare/v3.2.2...v3.3.0)
* Fix typo in documentation (#492)JakobDev2022-12-051-1/+1
|
* [pre-commit.ci] pre-commit autoupdate (#490)pre-commit-ci[bot]2022-11-291-3/+3
| | | | | | | | updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0) - [github.com/asottile/pyupgrade: v3.2.0 → v3.2.2](https://github.com/asottile/pyupgrade/compare/v3.2.0...v3.2.2) - [github.com/PyCQA/flake8: 5.0.4 → 6.0.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.0.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* Created a new release0.38.4Alex Grönholm2022-11-092-2/+2
|
* Added news item about PR #489Alex Grönholm2022-11-091-0/+5
|
* Allow `METADATA` file to contain UTF-8 chars (#489)Anderson Bravalheri2022-11-092-1/+46
|
* Created a new release0.38.3Alex Grönholm2022-11-081-1/+1
|
* Removed setup_requiresAlex Grönholm2022-11-082-1/+5
| | | | Fixes #487.