Joe Rickerby
|
29cb13893f
|
Merge remote-tracking branch 'origin/main' into env-order
|
2023-09-19 11:59:12 +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] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) pre-commit-ci[bot]andpre-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 DarboisandJoe 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
|
391249a1ca
|
Merge remote-tracking branch 'origin/main' into env-order
|
2023-09-18 17:39:08 +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 |
|
Joe Rickerby
|
62a06d28b5
|
Change order of environment-pass, so environment can reference it
|
2023-09-18 17:08:30 +01:00 |
|
Joe Rickerby
|
647b509c74
|
Add test for environment and environment_pass references
|
2023-09-18 17:06:09 +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] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) cibuildwheel-bot[bot]andcibuildwheel-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] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) dependabot[bot]anddependabot[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] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) pre-commit-ci[bot]andpre-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 |
|
 Lisandro DalcinandJoe Rickerby
|
4f888e27c3
|
feature: Automatically pass SOURCE_DATE_EPOCH to Linux containers
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2023-09-08 18:59:32 +03:00 |
|
Joe Rickerby
|
e5d0cc0b0d
|
Merge pull request #1598 from henryiii/henryiii/chore/checkoutv4
chore: use actions/checkout@4 everywhere
|
2023-09-06 10:13:35 +01:00 |
|
Henry Schreiner
|
a449142802
|
chore: use actions/checkout@4 everywhere
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
|
2023-09-05 10:09:36 -04:00 |
|
Mikail
|
82a1f99268
|
docs: fix deprecated option in github-deploy example (#1593)
The `github-deploy.yml` example workflow was using a deprecated argument `repository_url` which is not `repository-url` since v1.7.0 (https://github.com/pypa/gh-action-pypi-publish/releases/tag/v1.7.0 + https://github.com/pypa/gh-action-pypi-publish/blob/b7f401de30cb6434a1e19f805ff006643653240e/action.yml#L15)
Thus fixing the warning in GitHub workflows:
> Warning: Input 'repository_url' has been deprecated with message: The inputs have been normalized to use kebab-case. Use `repository-url` instead.
|
2023-09-05 10:07:16 -04:00 |
|
![cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) cibuildwheel-bot[bot]andcibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
1280565f7f
|
[Bot] Update dependencies (#1594)
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
2023-09-05 10:06:44 -04:00 |
|
![dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
386d36f5ad
|
chore(deps): bump actions/checkout from 3 to 4 (#1595)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
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-05 10:06:24 -04:00 |
|
![pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) pre-commit-ci[bot]andpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
be0e07ac31
|
[pre-commit.ci] pre-commit autoupdate (#1596)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.286...v0.0.287)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-09-05 10:06:12 -04:00 |
|
Joe Rickerby
|
001f11c755
|
Merge pull request #1591 from pypa/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
|
2023-09-01 11:45:01 +01:00 |
|
Joe Rickerby
|
5f37a3bb02
|
Merge pull request #1590 from pypa/update-dependencies-pr
[Bot] Update dependencies
|
2023-09-01 11:44:39 +01:00 |
|
Joe Rickerby
|
5311f88684
|
Fix for missing table in option parsing
|
2023-08-30 09:28:47 +01:00 |
|
Joe Rickerby
|
81ef5fac43
|
Add a unit test for the TOML form of the option
|
2023-08-30 09:28:34 +01:00 |
|
pre-commit-ci[bot]
|
53b641caaf
|
[pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.285 → v0.0.286](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.285...v0.0.286)
|
2023-08-28 23:17:35 +00:00 |
|
cibuildwheel-bot[bot]
|
ae6b3d40b5
|
Update dependencies
|
2023-08-28 06:12:52 +00:00 |
|
Joe Rickerby
|
061ea627e2
|
Add docs
|
2023-08-26 19:47:49 +01:00 |
|
Joe Rickerby
|
297e4a6099
|
Add args param to build-frontend option
|
2023-08-26 19:37:29 +01:00 |
|
 ![pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) 
|
e8bb208374
|
[pre-commit.ci] pre-commit autoupdate (#1583)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.284 → v0.0.285](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.284...v0.0.285)
- [github.com/pre-commit/mirrors-mypy: v1.5.0 → v1.5.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.5.0...v1.5.1)
* chore: add check arguments
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Update bin/bump_version.py
Co-authored-by: Joe Rickerby <joerick@mac.com>
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2023-08-24 11:57:20 -04:00 |
|
Mike Taves
|
18ff2c57c2
|
docs: Update info for CIBW_TEST_EXTRAS (#1582)
Update setuptools link to new URL, and add `pyproject.toml` as a source file (as already done in the example).
|
2023-08-22 11:41:51 -04:00 |
|
![cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) cibuildwheel-bot[bot]andcibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
98b83afe63
|
[Bot] Update dependencies (#1581)
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
2023-08-21 17:24:01 -04:00 |
|
![pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) pre-commit-ci[bot]andpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
25428deff2
|
[pre-commit.ci] pre-commit autoupdate (#1579)
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.0.282 → v0.0.284](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.282...v0.0.284)
- [github.com/pre-commit/mirrors-mypy: v1.4.1 → v1.5.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.4.1...v1.5.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
|
2023-08-21 17:23:52 -04:00 |
|
 Henry SchreinerandJoe Rickerby
|
ce71f445de
|
fix: --only shouldn't require prerelease pythons setting (#1564)
* fix: --only shouldn't require prerelease pythons setting
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
* Add test
---------
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
Co-authored-by: Joe Rickerby <joerick@mac.com>
|
2023-08-14 12:15:53 -04:00 |
|
![cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>](/assets/img/avatar_default.png) cibuildwheel-bot[bot]andcibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
12d548865f
|
[Bot] Update dependencies (#1575)
Update dependencies
Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com>
|
2023-08-14 12:15:24 -04:00 |
|