Joe Rickerby
77d3a5f98e
Merge pull request #1621 from pypa/parse-kvs-colons
...
fix: improve parse_key_value_string to allow colons in values
2023-10-03 18:20:24 +01:00
Joe Rickerby
9535d168fa
Merge pull request #1629 from henryiii/henryiii/refactor/schemaref
...
refactor: use refs instead of copies
2023-10-03 18:19:53 +01:00
Joe Rickerby
70fae8d0b7
Merge pull request #1630 from mayeut/manylinux-interpreters
...
feat: use manylinux-interpreters tool if present
2023-10-03 18:16:59 +01:00
Joe Rickerby
7699db3017
Merge pull request #1632 from gdementen/patch-1
...
docs: fix typo in changelog
2023-10-03 18:13:57 +01:00
Joe Rickerby
6dceb29008
Merge pull request #1634 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-10-03 18:12:54 +01:00
Joe Rickerby
035f5a2297
Merge pull request #1635 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2023-10-03 18:12:08 +01:00
pre-commit-ci[bot]
951d453a2e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-10-03 14:34:04 +00:00
Henry Schreiner
b05d91ee01
docs: fix typo
2023-10-03 10:33:40 -04:00
pre-commit-ci[bot]
cbffaf76d2
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-10-03 14:19:29 +00:00
Henry Schreiner
46a7bf14dc
Update .pre-commit-config.yaml
2023-10-03 10:19:06 -04:00
cibuildwheel-bot[bot]
1e2942dd68
Update dependencies
2023-10-03 11:46:25 +00:00
pre-commit-ci[bot]
de4fe44dc8
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.291...v0.0.292 )
- [github.com/asottile/setup-cfg-fmt: v2.4.0 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v2.4.0...v2.5.0 )
- [github.com/shellcheck-py/shellcheck-py: v0.9.0.5 → v0.9.0.6](https://github.com/shellcheck-py/shellcheck-py/compare/v0.9.0.5...v0.9.0.6 )
- [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.2.5...v2.2.6 )
2023-10-03 00:39:29 +00:00
Joe Rickerby
96e0efe076
Merge pull request #1631 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2023-10-02 15:16:27 +01:00
pre-commit-ci[bot]
84ffe27f78
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-10-02 09:45:47 +00:00
Gaëtan de Menten
129137d894
fix typo in README.md
2023-10-02 11:44:49 +02:00
cibuildwheel-bot[bot]
35a8d6486e
Update dependencies
2023-10-02 06:13:58 +00:00
mayeut
74c99e0d93
feat: use manylinux-interpreters tool if present
...
This will allow dropping some EOL (and maybe some none EOL) python interpreters in manylinux images which would allow to reduce its size (faster for a vast majority of user, a small slow-down for users of those interpreters).
2023-10-01 13:51:21 +02:00
Henry Schreiner
86248929ed
fix: ensure 2+ items in each override in schema ( #1628 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-28 19:32:18 -04:00
Henry Schreiner
5fee29256d
refactor: use refs instead of copies
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-28 12:35:07 -04:00
Henry Schreiner
d4af0ac229
feat: add schema and validate-pyproject support ( #1622 )
...
* feat: add schema and validate-pyproject support
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* fix: address review comments, fix bug, add tests
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* fix: add test of examples in docs and fix
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* fix: nicer titles
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-26 11:23:20 -05:00
Joe Rickerby
7da7df1efc
Bump version: v2.16.1
v2.16.1
2023-09-26 10:52:04 +02:00
Joe Rickerby
9deb1b6794
Merge pull request #1625 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2023-09-26 09:44:46 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
271c5fe6e4
[pre-commit.ci] pre-commit autoupdate ( #1627 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.290 → v0.0.291](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.290...v0.0.291 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-26 08:47:25 +02:00
cibuildwheel-bot[bot]
c716cfaeb8
Update dependencies
2023-09-25 06:13:35 +00:00
Joe Rickerby
687981060f
Improve parse_key_value_string to allow colons in values.
...
Fix #1600
2023-09-19 14:05:36 +01:00
Joe Rickerby
099d397aee
Merge pull request #1599 from mayeut/manylinux-entrypoint
...
fix: do not use `linux32` when unnecessary
2023-09-19 11:56:45 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
72222654f4
[pre-commit.ci] pre-commit autoupdate ( #1619 )
...
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.288 → v0.0.290](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.288...v0.0.290 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-19 08:28:07 +02:00
Matthieu Darbois and Joe Rickerby
7a8b8012ff
clearer simulate_32_bit initialization
...
Co-authored-by: Joe Rickerby <joerick@mac.com >
2023-09-18 21:30:22 +02:00
mayeut
0ccf1dc016
remove GHA runner cached docker images
...
This frees up some space preventing reaching GHA disk space limits.
2023-09-18 21:28:33 +02:00
mayeut
ba11212a13
use fixture in oci_container_test.py to clean-up images after tests
2023-09-18 21:28:33 +02:00
mayeut
6d0890e7e0
add tests
2023-09-18 21:28:33 +02:00
mayeut
cf7586ce7e
check i686 directly
2023-09-18 21:28:33 +02:00
mayeut
137dc1a2cf
Rename simulate_32_bit to enforce_32_bit
2023-09-18 21:28:33 +02:00
mayeut
1646b08659
fix: do not use linux32 when unnecessary
2023-09-18 21:28:32 +02:00
Joe Rickerby
a873dd9cbf
Bump version: v2.16.0
v2.16.0
2023-09-18 18:34:53 +01:00
Joe Rickerby
e8ba0d49ed
Merge pull request #1615 from pypa/dependabot/github_actions/docker/setup-qemu-action-3
...
chore(deps): bump docker/setup-qemu-action from 2 to 3
2023-09-18 18:19:19 +01:00
Joe Rickerby
f0feaffbaa
Merge pull request #1613 from henryiii/henryiii/fix/mainif
...
fix(setup.py): look inside if name == main block
2023-09-18 18:16:04 +01:00
Joe Rickerby
80a54b0226
Merge pull request #1589 from dalcinl/source_date_epoch
...
feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
2023-09-18 18:15:13 +01:00
Joe Rickerby
76dba0b9ba
Merge pull request #1588 from pypa/frontend-flags
...
Add the ability to pass extra flags to a build frontend through CIBW_BUILD_FRONTEND
2023-09-18 18:14:42 +01:00
Joe Rickerby
0954ffaa65
Merge pull request #1618 from pypa/rtd-update
...
Update RtD config to include mandatory build.os option
2023-09-18 17:25:54 +01:00
Joe Rickerby
753cbd1ca5
Update RtD config to include mandatory build.os option
2023-09-18 17:20:30 +01:00
Joe Rickerby
825d89818a
Merge pull request #1614 from henryiii/henryiii/chore/minor
...
chore: minor additions
2023-09-18 17:15:21 +01:00
Henry Schreiner
f5e60d647f
fix: include examples too
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-18 11:57:32 -04:00
cibuildwheel-bot[bot] and cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
adc991c47b
[Bot] Update dependencies ( #1604 )
...
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
2023-09-18 10:34:09 -04:00
dependabot[bot]
cc50337ecd
chore(deps): bump docker/setup-qemu-action from 2 to 3
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 2 to 3.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-18 13:11:07 +00:00
Henry Schreiner
db6d3095b9
chore: add .gitattributes
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-13 16:09:56 -04:00
Henry Schreiner
f6a95d3d0b
chore: Ruff ignore for _compat
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-13 16:09:21 -04:00
dependabot[bot] and dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
028455f481
chore(deps): bump tibdex/github-app-token from 1 to 2 ( #1606 )
...
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token ) from 1 to 2.
- [Release notes](https://github.com/tibdex/github-app-token/releases )
- [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: tibdex/github-app-token
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-13 16:07:34 -04:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
05d5c9bada
[pre-commit.ci] pre-commit autoupdate ( #1607 )
...
updates:
- [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](https://github.com/psf/black-pre-commit-mirror/compare/23.7.0...23.9.1 )
- [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.287...v0.0.288 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2023-09-13 16:02:03 -04:00
Henry Schreiner
f34ae7731d
fix(setup.py): look inside if name == main block
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2023-09-13 15:45:40 -04:00