Henry Schreiner and Matthieu Darbois
c234ff5f36
fix: add suggestions to the TOML error message ( #1205 )
...
* fix: add suggestions to the TOML error message
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
* Update cibuildwheel/options.py
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
Co-authored-by: Matthieu Darbois <mayeut@users.noreply.github.com >
2022-08-02 14:43:07 -04:00
Joe Rickerby
9d170ac0f4
Merge pull request #1208 from pypa/dependabot/github_actions/pypa/gh-action-pypi-publish-1.5.1
...
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
2022-08-02 19:07:20 +01:00
dependabot[bot]
3c219a621f
chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1
...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish ) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases )
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/v1.5.0...v1.5.1 )
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-01 13:09:27 +00:00
Joe Rickerby
c731529187
Merge pull request #1196 from jack1142/remove_dependency_on_unix_tools_in_windows
...
Remove dependency on Unix tools in Windows test suite
2022-07-30 15:10:07 +01:00
Joe Rickerby
7c95f77524
Ensure the tests that use subcommands have access to the system env
2022-07-29 18:48:43 +01:00
jack1142
3cbe175632
Fix Windows paths getting escaped
2022-07-29 18:57:47 +02:00
jack1142
e0f25c5fb5
Use sys.executable
2022-07-29 18:52:26 +02:00
jack1142
cccc2acae9
Use an equivalent of Unix echo written in Python
2022-07-29 18:04:49 +02:00
Joe Rickerby
7c7dda7208
Merge pull request #1197 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-07-29 16:19:54 +01:00
Joe Rickerby
74e40d5078
Merge pull request #1194 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-07-29 16:19:24 +01:00
Joe Rickerby
4db339cbb7
Merge pull request #1175 from mayeut/python-3.7
...
chore: drop python 3.6 for cibuildwheel driver
2022-07-29 16:13:56 +01:00
Joe Rickerby
f2c03faa7c
Merge pull request #1195 from jack1142/fix_arch_x86_64_shell_true
...
Fix Rosetta2 usage for shell commands
2022-07-29 16:06:32 +01:00
pre-commit-ci[bot]
23cdab79e6
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/asottile/pyupgrade: v2.37.1 → v2.37.2](https://github.com/asottile/pyupgrade/compare/v2.37.1...v2.37.2 )
- [github.com/asottile/setup-cfg-fmt: v1.20.1 → v1.20.2](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.1...v1.20.2 )
- [github.com/pre-commit/mirrors-mypy: v0.961 → v0.971](https://github.com/pre-commit/mirrors-mypy/compare/v0.961...v0.971 )
2022-07-25 19:17:51 +00:00
jack1142
1a7abe562b
Remove dependency on Unix tools in Windows
2022-07-25 19:10:09 +02:00
jack1142
aa4ca42683
Fix Rosetta2 usage for shell commands
2022-07-25 16:15:00 +02:00
cibuildwheel-bot[bot]
fc15836c63
Update dependencies
2022-07-25 06:15:53 +00:00
Joe Rickerby
fb63392538
Merge pull request #1186 from hadialqattan/patch-1
...
Upgrading Pycln from v2.0.3 to v2.0.4 (a pre-commit hook)
2022-07-19 12:01:17 +01:00
Hadi Alqattan
8575b35cc2
Upgrading Pycln from v2.0.3 to v2.0.4
...
Pycln v2.0.3 has some issues with Py3.9+.
2022-07-19 13:05:33 +03:00
mayeut
6d27f05c7c
chore: use from __future__ import annotations
2022-07-19 07:47:45 +02:00
mayeut
054230e01b
fix: test_build_default_launches to use an empty package dir
...
test_build_default_launches was using cibuildwheel setup.cfg which led to the test failing once python 3.6 was dropped.
Use an empty package, provided by fake_package_dir, to run the test.
2022-07-19 07:47:20 +02:00
mayeut
bc17f103f1
chore: drop python 3.6 for cibuildwheel driver
...
This drops python 3.6 for cibuildwheel.
Building python 3.6 packages is still supported.
2022-07-19 07:47:20 +02:00
Joe Rickerby
afb4329fe3
Bump version: v2.8.1
v2.8.1
2022-07-18 21:41:54 +01:00
Joe Rickerby
5d73e913d8
Merge pull request #1185 from pypa/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-07-18 21:16:57 +01:00
Joe Rickerby
444c40f590
Merge pull request #1180 from pypa/update-dependencies-pr
...
[Bot] Update dependencies
2022-07-18 21:14:30 +01:00
Joe Rickerby
98f5bc52f0
Merge pull request #1182 from larsoner/bump-macos
...
DOC: Bump to non-deprecated image
2022-07-18 21:07:32 +01:00
pre-commit-ci[bot]
8bf28fb1ac
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/hadialqattan/pycln: v2.0.1 → v2.0.3](https://github.com/hadialqattan/pycln/compare/v2.0.1...v2.0.3 )
2022-07-18 18:44:03 +00:00
cibuildwheel-bot[bot]
39176acc4b
Update dependencies
2022-07-18 16:12:23 +00:00
Henry Schreiner
61821a8473
fix(docs): pin things due to the mkdocs pin ( #1181 )
...
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com >
2022-07-18 09:14:51 -05:00
Eric Larson
a7b7d146b9
FIX: Name
2022-07-17 15:26:34 -04:00
Eric Larson
0e1878bcdb
DOC: Bump to non-deprecated image
2022-07-17 14:31:45 -04:00
Joe Rickerby
7c922f99d4
Merge pull request #1147 from abitrolly/patch-2
...
Clear up that BEFORE_ALL runs outside of Python env
2022-07-15 18:03:57 +01:00
Henry Schreiner
ee85748505
ci: fix update script ( #1179 )
2022-07-15 07:57:22 -05:00
Eric Larson
0b1e5818ba
doc: typo manylinux_2_24 ( #1178 )
...
* DOC: Typo manylinux_2_24
* FIX: Need to quote the braces
2022-07-14 21:23:04 -05:00
Joe Rickerby
57800921c5
Don't attempt to test CPython 3.8 wheels on Apple Silicon. ( #1171 )
...
I've added a warning for users, so they know that it doesn't get tested.
See discussion in #1169 for the reason why.
Fixes #1168 , fixes #1169
2022-07-14 11:42:40 +02:00
Matthieu Darbois
88d432ca21
Merge pull request #1114 from mayeut/action-tool-cache
...
action: use the most recent python from tool cache to run the GitHub Action
2022-07-14 11:39:38 +02:00
Joe Rickerby
e50075b96f
fix: expand the catch statement on util.download to be more robust ( #1173 )
...
URLError and SSLError both subclass OSError. Should prevent random
network errors like this from breaking the build
https://app.circleci.com/pipelines/github/pypa/cibuildwheel/3668/workflows/6a3b6066-e892-48c4-bb6b-4c094b1c814e/jobs/9933?invite=true#step-103-623
2022-07-13 09:02:32 -05:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
6afe95e6ae
[pre-commit.ci] pre-commit autoupdate ( #1172 )
...
updates:
- [github.com/asottile/pyupgrade: v2.34.0 → v2.37.1](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1 )
- [github.com/hadialqattan/pycln: v1.3.5 → v2.0.1](https://github.com/hadialqattan/pycln/compare/v1.3.5...v2.0.1 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-13 09:01:52 -05:00
Bill Little and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
9f526509d7
docs: add cf-units to working examples docs ( #1170 )
...
* add cf-units to working examples docs
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* review action - remove notes
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-13 09:01:30 -05:00
Henry Schreiner
de53d48373
ci: try ubuntu 18.04
2022-07-12 08:46:45 -05:00
Joe Rickerby
024bc2dc7f
Merge remote-tracking branch 'origin/main' into action-tool-cache
2022-07-11 18:31:18 +02:00
Joe Rickerby
d76bbb6046
Consolidate Github Actions sample builds
2022-07-11 18:29:09 +02:00
Henry Schreiner
f423b51ea6
Update action.yml
2022-07-11 09:34:04 -05:00
Joe Rickerby
f349304eb7
Small changelog wording changes
2022-07-05 18:36:03 +01:00
Joe Rickerby
5ef488ba30
Bump version: v2.8.0
v2.8.0
2022-07-05 18:33:12 +01:00
Joe Rickerby
40f92bd1bc
Proposal to improve this doc entry
2022-07-05 17:15:09 +01:00
Joe Rickerby
e035e3a289
Merge pull request #1152 from mayeut/already-built
...
fix: error out if multiple wheels with the same name are produced
2022-07-05 16:58:52 +01:00
Joe Rickerby
6fe0354c26
Merge pull request #966 from Erotemic/new_podman_support
...
Podman support on Linux
2022-07-05 16:57:03 +01:00
pre-commit-ci[bot] and pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
227125cdf8
[pre-commit.ci] pre-commit autoupdate ( #1167 )
...
updates:
- [github.com/psf/black: 22.3.0 → 22.6.0](https://github.com/psf/black/compare/22.3.0...22.6.0 )
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-07-05 09:13:34 -04:00
c4f1c31ccc
chore(deps): bump actions/setup-python from 3 to 4 ( #1134 )
...
* chore(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Apply suggestions from code review
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com >
2022-07-05 09:13:25 -04:00
Henry Schreiner
5e2d02d809
Merge branch 'main' into new_podman_support
2022-07-03 14:04:06 -04:00