Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a6732b126f | ||
|
|
36a61012f3 | ||
|
|
8672fee21c | ||
|
|
b1b8ab500c | ||
|
|
89a8cac2aa | ||
|
|
db1208430e | ||
|
|
dfb3e627bc | ||
|
|
f259bfd4d6 | ||
|
|
f25227416d | ||
|
|
1aa841beda | ||
|
|
179a10c55b | ||
|
|
76aa7b3601 | ||
|
|
42fb827bd7 | ||
|
|
b2b703db9d | ||
|
|
41532a34ec | ||
|
|
d56a913257 | ||
|
|
1140a0c269 | ||
|
|
69c5562d08 | ||
|
|
03396fdbb2 | ||
|
|
c09359e9af | ||
|
|
162733ad74 | ||
|
|
6c361f0193 | ||
|
|
53a4e86577 | ||
|
|
68cbf29979 | ||
|
|
4a679749fa | ||
|
|
c083b12e41 | ||
|
|
fed1314511 | ||
|
|
56c8fac392 | ||
|
|
66dd66d920 | ||
|
|
442e95d08f |
@@ -38,7 +38,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-18.04, windows-latest, macos-11]
|
||||
python_version: ['3.10']
|
||||
python_version: ['3.11']
|
||||
timeout-minutes: 180
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
@@ -14,7 +14,7 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v3.0.0
|
||||
rev: v3.1.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
args: ["--py37-plus"]
|
||||
@@ -41,10 +41,10 @@ repos:
|
||||
- id: black
|
||||
|
||||
- repo: https://github.com/asottile/setup-cfg-fmt
|
||||
rev: v2.0.0
|
||||
rev: v2.1.0
|
||||
hooks:
|
||||
- id: setup-cfg-fmt
|
||||
args: [--include-version-classifiers, --max-py-version=3.10]
|
||||
args: [--include-version-classifiers, --max-py-version=3.11]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.982
|
||||
@@ -117,7 +117,7 @@ repos:
|
||||
files: ^docs/changelog.md$
|
||||
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.1
|
||||
rev: v2.2.2
|
||||
hooks:
|
||||
- id: codespell
|
||||
args: ["-L", "sur"]
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
This is a summary of the Python versions and platforms covered by the different CI platforms:
|
||||
|
||||
| | 3.7 | 3.8 | 3.9 | 3.10 |
|
||||
|----------|-----------------------|---------------------------|----------|---------------------------|
|
||||
| Linux | AppVeyor¹ / Travis CI | Azure Pipelines / GitLab | CircleCI | GitHub Actions, Cirrus CI |
|
||||
| macOS | AppVeyor¹ / Travis CI | Azure Pipelines | CircleCI | GitHub Actions, Cirrus CI |
|
||||
| Windows | AppVeyor¹ / Travis CI | Azure Pipelines | | GitHub Actions, Cirrus CI |
|
||||
| | 3.7 | 3.8 | 3.9 | 3.10 | 3.11 |
|
||||
|---------|-----------------------|--------------------------|----------|-----------|----------------|
|
||||
| Linux | AppVeyor¹ / Travis CI | Azure Pipelines / GitLab | CircleCI | Cirrus CI | GitHub Actions |
|
||||
| macOS | AppVeyor¹ / Travis CI | Azure Pipelines | CircleCI | Cirrus CI | GitHub Actions |
|
||||
| Windows | AppVeyor¹ / Travis CI | Azure Pipelines | | Cirrus CI | GitHub Actions |
|
||||
|
||||
> ¹ AppVeyor only runs the "basic" test to reduce load.
|
||||
|
||||
|
||||
@@ -93,7 +93,7 @@ jobs:
|
||||
- uses: actions/setup-python@v3
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.11.1
|
||||
run: python -m pip install cibuildwheel==2.11.2
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
@@ -209,6 +209,18 @@ Changelog
|
||||
|
||||
<!-- this section was generated by bin/update_readme_changelog.py -- do not edit manually -->
|
||||
|
||||
### v2.11.2
|
||||
|
||||
_26 October 2022_
|
||||
|
||||
- 🛠 Updates CPython 3.11 to 3.11.0 - final release (#1327)
|
||||
- 🛠 Simplify the default macOS repair command (#1322)
|
||||
- 🛠 Fix the default `MACOSX_DEPLOYMENT_TARGET` on arm64 (#1312)
|
||||
- 🛠 Hide irrelevant pip warnings on linux (#1311)
|
||||
- 🐛 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324)
|
||||
- 📚 Added [a FAQ entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64) describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323)
|
||||
- 📚 Other docs improvements
|
||||
|
||||
### v2.11.1
|
||||
|
||||
_13 October 2022_
|
||||
@@ -242,18 +254,6 @@ _18 September 2022_
|
||||
|
||||
- 🐛 Fix a bug that stopped environment variables specified in TOML from being expanded. (#1273)
|
||||
|
||||
### v2.10.0
|
||||
|
||||
_13 September 2022_
|
||||
|
||||
- 🌟 Adds support for [building wheels on Cirrus CI](https://cibuildwheel.readthedocs.io/en/stable/setup/#cirrus-ci). This is exciting for us, as it's the first public CI platform that natively supports macOS Apple Silicon (aka. M1, `arm64`) runners. As such, it's the first platform that you can natively build _and test_ macOS `arm64` wheels. It also has native Linux ARM (aarch64) runners, for fast, native builds there. (#1191)
|
||||
- 🌟 Adds support for running cibuildwheel on Apple Silicon machines. For a while, we've supported cross-compilation of Apple Silicon wheels on `x86_64`, but now that we have Cirrus CI we can run our test suite and officially support running cibuildwheel on `arm64`. (#1191)
|
||||
- ✨ Adds the `--only` [command line option](https://cibuildwheel.readthedocs.io/en/stable/options/#command-line), to specify a single build to run. Previously, it could be cumbersome to set all the build selection options to target a specific build - for example, you might have to run something like `CIBW_BUILD=cp39-manylinux_x86_64 cibuildwheel --platform linux --archs x86_64`. The new `--only` option overrides all the build selection options to simplify running a single build, which now looks like `cibuildwheel --only cp39-manylinux_x86_64`. (#1098)
|
||||
- ✨ Adds the [`CIBW_CONFIG_SETTINGS`](https://cibuildwheel.readthedocs.io/en/stable/options/#config-settings) option, so you can pass arguments to your package's build backend (#1244)
|
||||
- 🛠 Updates the CPython 3.11 version to the latest release candidate - v3.11.0rc2. (#1265)
|
||||
- 🐛 Fix a bug that can cause a RecursionError on Windows when building from an sdist. (#1253)
|
||||
- 🛠 Add support for the s390x architecture on manylinux_2_28 (#1255)
|
||||
|
||||
<!-- END bin/update_readme_changelog.py -->
|
||||
|
||||
---
|
||||
|
||||
+1
-1
@@ -28,7 +28,7 @@ runs:
|
||||
- uses: actions/setup-python@v4
|
||||
id: python
|
||||
with:
|
||||
python-version: "3.7 - 3.10"
|
||||
python-version: "3.7 - 3.11"
|
||||
update-environment: false
|
||||
|
||||
# Redirecting stderr to stdout to fix interleaving issue in Actions.
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
from __future__ import annotations
|
||||
|
||||
__version__ = "2.11.1"
|
||||
__version__ = "2.11.2"
|
||||
|
||||
@@ -189,6 +189,8 @@ def build_in_container(
|
||||
log.step("Setting up build environment...")
|
||||
|
||||
env = container.get_environment()
|
||||
env["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
|
||||
env["PIP_ROOT_USER_ACTION"] = "ignore"
|
||||
|
||||
# put this config's python top of the list
|
||||
python_bin = config.path / "bin"
|
||||
|
||||
@@ -207,13 +207,15 @@ def setup_python(
|
||||
)
|
||||
sys.exit(1)
|
||||
|
||||
# Set MACOSX_DEPLOYMENT_TARGET to 10.9, if the user didn't set it.
|
||||
# PyPy defaults to 10.7, causing inconsistencies if it's left unset.
|
||||
env.setdefault("MACOSX_DEPLOYMENT_TARGET", "10.9")
|
||||
|
||||
config_is_arm64 = python_configuration.identifier.endswith("arm64")
|
||||
config_is_universal2 = python_configuration.identifier.endswith("universal2")
|
||||
|
||||
# Set MACOSX_DEPLOYMENT_TARGET, if the user didn't set it.
|
||||
# For arm64, the minimal deployment target is 11.0.
|
||||
# On x86_64 (or universal2), use 10.9 as a default.
|
||||
# PyPy defaults to 10.7, causing inconsistencies if it's left unset.
|
||||
env.setdefault("MACOSX_DEPLOYMENT_TARGET", "11.0" if config_is_arm64 else "10.9")
|
||||
|
||||
if python_configuration.version not in {"3.6", "3.7"}:
|
||||
if config_is_arm64:
|
||||
# macOS 11 is the first OS with arm64 support, so the wheels
|
||||
|
||||
@@ -303,9 +303,11 @@ class OCIContainer:
|
||||
return_code = int(return_code_str)
|
||||
# add the last line to output, without the footer
|
||||
output_io.write(line[0:footer_offset])
|
||||
output_io.flush()
|
||||
break
|
||||
else:
|
||||
output_io.write(line)
|
||||
output_io.flush()
|
||||
|
||||
if isinstance(output_io, io.BytesIO):
|
||||
output = str(output_io.getvalue(), encoding="utf8", errors="surrogateescape")
|
||||
|
||||
@@ -84,9 +84,9 @@ python_configurations = [
|
||||
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.8/python-3.10.8-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0rc2-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
|
||||
{ identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0-macos11.pkg" },
|
||||
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" },
|
||||
{ identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-osx64.tar.bz2" },
|
||||
{ identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" },
|
||||
@@ -104,11 +104,11 @@ python_configurations = [
|
||||
{ identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" },
|
||||
{ identifier = "cp310-win32", version = "3.10.8", arch = "32" },
|
||||
{ identifier = "cp310-win_amd64", version = "3.10.8", arch = "64" },
|
||||
{ identifier = "cp311-win32", version = "3.11.0-rc2", arch = "32" },
|
||||
{ identifier = "cp311-win_amd64", version = "3.11.0-rc2", arch = "64" },
|
||||
{ identifier = "cp311-win32", version = "3.11.0", arch = "32" },
|
||||
{ identifier = "cp311-win_amd64", version = "3.11.0", arch = "64" },
|
||||
{ identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" },
|
||||
{ identifier = "cp310-win_arm64", version = "3.10.8", arch = "ARM64" },
|
||||
{ identifier = "cp311-win_arm64", version = "3.11.0-rc2", arch = "ARM64" },
|
||||
{ identifier = "cp311-win_arm64", version = "3.11.0", arch = "ARM64" },
|
||||
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-win64.zip" },
|
||||
{ identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.9-win64.zip" },
|
||||
{ identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" },
|
||||
|
||||
@@ -22,7 +22,7 @@ wheel==0.37.1
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -22,7 +22,7 @@ wheel==0.37.1
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -24,11 +24,11 @@ wheel==0.37.1
|
||||
# via
|
||||
# -r cibuildwheel/resources/constraints.in
|
||||
# delocate
|
||||
zipp==3.9.0
|
||||
zipp==3.10.0
|
||||
# via importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -22,7 +22,7 @@ wheel==0.37.1
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -22,7 +22,7 @@ wheel==0.37.1
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -22,7 +22,7 @@ wheel==0.37.1
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==22.2.2
|
||||
pip==22.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==65.4.1
|
||||
setuptools==65.5.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -42,9 +42,6 @@ musllinux-s390x-image = "musllinux_1_1"
|
||||
repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"
|
||||
|
||||
[tool.cibuildwheel.macos]
|
||||
repair-wheel-command = [
|
||||
"delocate-listdeps {wheel}",
|
||||
"delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}",
|
||||
]
|
||||
repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
|
||||
|
||||
[tool.cibuildwheel.windows]
|
||||
|
||||
@@ -1,49 +1,49 @@
|
||||
[x86_64]
|
||||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-11-c03643c
|
||||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-15-7701e25
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-25-fbea779
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-25-fbea779
|
||||
|
||||
[i686]
|
||||
manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-11-c03643c
|
||||
manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-15-7701e25
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-12-b8b6ebc
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-25-fbea779
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-25-fbea779
|
||||
|
||||
[pypy_x86_64]
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-25-fbea779
|
||||
|
||||
[pypy_i686]
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-25-fbea779
|
||||
|
||||
[aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-12-00e3958
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-25-fbea779
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-25-fbea779
|
||||
|
||||
[ppc64le]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-12-00e3958
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-12-00e3958
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-12-00e3958
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-12-00e3958
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-25-fbea779
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-25-fbea779
|
||||
|
||||
[s390x]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-12-00e3958
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-12-00e3958
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-12-00e3958
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-12-4e18a23
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-25-fbea779
|
||||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-25-fbea779
|
||||
|
||||
[pypy_aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-25-fbea779
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-25-fbea779
|
||||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-25-fbea779
|
||||
|
||||
|
||||
@@ -177,6 +177,8 @@ def setup_setuptools_cross_compile(
|
||||
env["SETUPTOOLS_USE_DISTUTILS"] = "local"
|
||||
|
||||
|
||||
# these cross-compile setup functions have the same signature by design
|
||||
# pylint: disable=unused-argument
|
||||
def setup_rust_cross_compile(
|
||||
tmp: Path,
|
||||
python_configuration: PythonConfiguration,
|
||||
|
||||
@@ -4,6 +4,18 @@ title: Changelog
|
||||
|
||||
# Changelog
|
||||
|
||||
### v2.11.2
|
||||
|
||||
_26 October 2022_
|
||||
|
||||
- 🛠 Updates CPython 3.11 to 3.11.0 - final release (#1327)
|
||||
- 🛠 Simplify the default macOS repair command (#1322)
|
||||
- 🛠 Fix the default `MACOSX_DEPLOYMENT_TARGET` on arm64 (#1312)
|
||||
- 🛠 Hide irrelevant pip warnings on linux (#1311)
|
||||
- 🐛 Fix a bug that caused the stdout and stderr of commands in containers to be in the wrong order Previously, stdout could appear after stderr. (#1324)
|
||||
- 📚 Added [a FAQ entry](https://cibuildwheel.readthedocs.io/en/stable/faq/#macos-building-cpython-38-wheels-on-arm64) describing how to perform native builds of CPython 3.8 wheels on Apple Silicon. (#1323)
|
||||
- 📚 Other docs improvements
|
||||
|
||||
### v2.11.1
|
||||
|
||||
_13 October 2022_
|
||||
|
||||
+28
-10
@@ -14,7 +14,7 @@ Linux wheels are built in [`manylinux`/`musllinux` containers](https://github.co
|
||||
|
||||
`cibuildwheel` supports this by providing the [`CIBW_ENVIRONMENT`](options.md#environment) and [`CIBW_BEFORE_ALL`](options.md#before-all) options to setup the build environment inside the running container.
|
||||
|
||||
- The project directory is mounted inside the container as `/project`, the output directory for the wheels as `/output`. In general, this is handled transparently by `cibuildwheel`. For a more finegrained level of control however, the root of the host file system is mounted as `/host`, allowing for example to access shared files, caches, etc. on the host file system. Note that `/host` is not available on CircleCI due to their Docker policies.
|
||||
- The project directory is copied into the container as `/project`, the output directory for the wheels to be copied out is `/output`. In general, this is handled transparently by `cibuildwheel`. For a more finegrained level of control however, the root of the host file system is mounted as `/host`, allowing for example to access shared files, caches, etc. on the host file system. Note that `/host` is not available on CircleCI due to their Docker policies.
|
||||
|
||||
- Alternative Docker images can be specified with the `CIBW_MANYLINUX_*_IMAGE`/`CIBW_MUSLLINUX_*_IMAGE` options to allow for a custom, preconfigured build environment for the Linux builds. See [options](options.md#linux-image) for more details.
|
||||
|
||||
@@ -143,7 +143,7 @@ There are two suggested methods for keeping cibuildwheel up to date that instead
|
||||
If you use GitHub Actions for builds, you can use cibuildwheel as an action:
|
||||
|
||||
```yaml
|
||||
uses: pypa/cibuildwheel@v2.11.1
|
||||
uses: pypa/cibuildwheel@v2.11.2
|
||||
```
|
||||
|
||||
This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal.
|
||||
@@ -165,7 +165,7 @@ The second option, and the only one that supports other CI systems, is using a `
|
||||
|
||||
```bash
|
||||
# requirements-cibw.txt
|
||||
cibuildwheel==2.11.1
|
||||
cibuildwheel==2.11.2
|
||||
```
|
||||
|
||||
Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `.github/dependabot.yml` file could look like this:
|
||||
@@ -309,7 +309,7 @@ Solutions to this vary, but the simplest is to use pipx:
|
||||
# most runners have pipx preinstalled, but in case you don't
|
||||
python3 -m pip install pipx
|
||||
|
||||
pipx run cibuildwheel==2.11.1 --output-dir wheelhouse
|
||||
pipx run cibuildwheel==2.11.2 --output-dir wheelhouse
|
||||
pipx run twine upload wheelhouse/*.whl
|
||||
```
|
||||
|
||||
@@ -323,22 +323,40 @@ To work around this, use a different environment variable such as `REPAIR_LIBRAR
|
||||
|
||||
```yaml
|
||||
CIBW_REPAIR_WHEEL_COMMAND_MACOS: >
|
||||
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel} &&
|
||||
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}
|
||||
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}
|
||||
```
|
||||
|
||||
!!! tab examples "pyproject.toml"
|
||||
|
||||
```toml
|
||||
[tool.cibuildwheel.macos]
|
||||
repair-wheel-command = [
|
||||
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-listdeps {wheel}",
|
||||
"DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
|
||||
]
|
||||
repair-wheel-command = """\
|
||||
DYLD_LIBRARY_PATH=$REPAIR_LIBRARY_PATH delocate-wheel \
|
||||
--require-archs {delocate_archs} -w {dest_dir} -v {wheel}\
|
||||
"""
|
||||
```
|
||||
|
||||
See [#816](https://github.com/pypa/cibuildwheel/issues/816), thanks to @phoerious for reporting.
|
||||
|
||||
### macOS: Building CPython 3.8 wheels on arm64
|
||||
|
||||
If you're building on an arm64 runner, you might notice something strange about CPython 3.8 - unlike Python 3.9+, it's cross-compiled to arm64 from an x86_64 version of Python running under Rosetta emulation. This is because (despite the prevalence of arm64 versions of Python 3.8 from Apple and Homebrew) there is no officially supported Python.org installer of Python 3.8 for arm64.
|
||||
|
||||
This is fine for simple C extensions, but for more complicated builds on arm64 it becomes an issue.
|
||||
|
||||
So, if the cross-compilation is an issue for you, there is an 'experimental' installer available that's built natively for arm64.
|
||||
|
||||
To use this installer and perform native CPython 3.8 building, before invoking cibuildwheel, install the universal2 version of Python on your arm64 runner, something like:
|
||||
|
||||
|
||||
```bash
|
||||
curl -o /tmp/Python38.pkg https://www.python.org/ftp/python/3.8.10/python-3.8.10-macos11.pkg
|
||||
sudo installer -pkg /tmp/Python38.pkg -target /
|
||||
sh "/Applications/Python 3.8/Install Certificates.command"
|
||||
```
|
||||
|
||||
Then cibuildwheel will detect that it's installed and use it instead. However, you probably don't want to build x86_64 wheels on this Python, unless you're happy with them only supporting macOS 11+.
|
||||
|
||||
### Windows: 'ImportError: DLL load failed: The specific module could not be found'
|
||||
|
||||
Visual Studio and MSVC link the compiled binary wheels to the Microsoft Visual C++ Runtime. Normally, the C parts of the runtime are included with Python, but the C++ components are not. When compiling modules using C++, it is possible users will run into problems on systems that do not have the full set of runtime libraries installed. The solution is to ask users to download the corresponding Visual C++ Redistributable from the [Microsoft website](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads) and install it.
|
||||
|
||||
+1
-1
@@ -851,7 +851,7 @@ Platform-specific environment variables are also available:<br/>
|
||||
Default:
|
||||
|
||||
- on Linux: `'auditwheel repair -w {dest_dir} {wheel}'`
|
||||
- on macOS: `'delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}'`
|
||||
- on macOS: `'delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}'`
|
||||
- on Windows: `''`
|
||||
|
||||
A shell command to repair a built wheel by copying external library dependencies into the wheel tree and relinking them.
|
||||
|
||||
+2
-2
@@ -184,7 +184,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build wheels
|
||||
run: pipx run cibuildwheel==2.11.1
|
||||
run: pipx run cibuildwheel==2.11.2
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
@@ -219,7 +219,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
||||
- uses: actions/setup-python@v3
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.11.1
|
||||
run: python -m pip install cibuildwheel==2.11.2
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
||||
+115
-115
@@ -22,8 +22,8 @@ title: Working examples
|
||||
| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. |
|
||||
| [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python |
|
||||
| [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 |
|
||||
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
||||
| [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System |
|
||||
| [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library |
|
||||
| [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. |
|
||||
| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. |
|
||||
| [PyGame][] | ![github icon][] | ![apple icon][] ![linux icon][] | 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. |
|
||||
@@ -57,8 +57,8 @@ title: Working examples
|
||||
| [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. |
|
||||
| [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data |
|
||||
| [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. |
|
||||
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML |
|
||||
| [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python |
|
||||
| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML, based on docker |
|
||||
| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. |
|
||||
| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python |
|
||||
| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) |
|
||||
@@ -79,14 +79,14 @@ title: Working examples
|
||||
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
|
||||
| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. |
|
||||
| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing |
|
||||
| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. |
|
||||
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
|
||||
| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. |
|
||||
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
||||
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
|
||||
| [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
||||
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
|
||||
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
|
||||
| [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine |
|
||||
| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. |
|
||||
| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. |
|
||||
| [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. |
|
||||
| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 |
|
||||
@@ -97,12 +97,12 @@ title: Working examples
|
||||
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
|
||||
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
|
||||
| [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. |
|
||||
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
|
||||
| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis |
|
||||
| [Imagecodecs (fork)][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] | Over 20 external dependencies in compiled libraries, custom docker image, `libomp`, `openblas` and `install_name_tool` for macOS. |
|
||||
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
|
||||
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
|
||||
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
|
||||
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
|
||||
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
|
||||
| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy |
|
||||
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
|
||||
| [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. |
|
||||
@@ -127,8 +127,8 @@ title: Working examples
|
||||
[uvloop]: https://github.com/MagicStack/uvloop
|
||||
[psutil]: https://github.com/giampaolo/psutil
|
||||
[vaex]: https://github.com/vaexio/vaex
|
||||
[Google Benchmark]: https://github.com/google/benchmark
|
||||
[duckdb]: https://github.com/duckdb/duckdb
|
||||
[Google Benchmark]: https://github.com/google/benchmark
|
||||
[Apache Beam]: https://github.com/apache/beam
|
||||
[asyncpg]: https://github.com/MagicStack/asyncpg
|
||||
[PyGame]: https://github.com/pygame/pygame
|
||||
@@ -162,8 +162,8 @@ title: Working examples
|
||||
[OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO
|
||||
[PyTables]: https://github.com/PyTables/PyTables
|
||||
[OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO
|
||||
[aioquic]: https://github.com/aiortc/aioquic
|
||||
[envd]: https://github.com/tensorchord/envd
|
||||
[aioquic]: https://github.com/aiortc/aioquic
|
||||
[ruptures]: https://github.com/deepcharles/ruptures
|
||||
[Psycopg 3]: https://github.com/psycopg/psycopg
|
||||
[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest
|
||||
@@ -184,14 +184,14 @@ title: Working examples
|
||||
[time-machine]: https://github.com/adamchainz/time-machine
|
||||
[sourmash]: https://github.com/dib-lab/sourmash
|
||||
[cyvcf2]: https://github.com/brentp/cyvcf2
|
||||
[abess]: https://github.com/abess-team/abess
|
||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||
[abess]: https://github.com/abess-team/abess
|
||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||
[iminuit]: https://github.com/scikit-hep/iminuit
|
||||
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
||||
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
|
||||
[bx-python]: https://github.com/bxlab/bx-python
|
||||
[mosec]: https://github.com/mosecorg/mosec
|
||||
[bx-python]: https://github.com/bxlab/bx-python
|
||||
[TgCrypto]: https://github.com/pyrogram/tgcrypto
|
||||
[boost-histogram]: https://github.com/scikit-hep/boost-histogram
|
||||
[iDynTree]: https://github.com/robotology/idyntree
|
||||
@@ -202,12 +202,12 @@ title: Working examples
|
||||
[etebase-py]: https://github.com/etesync/etebase-py
|
||||
[polaroid]: https://github.com/daggy1234/polaroid
|
||||
[pillow-heif]: https://github.com/bigcat88/pillow_heif
|
||||
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
||||
[power-grid-model]: https://github.com/alliander-opensource/power-grid-model
|
||||
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
||||
[cf-units]: https://github.com/SciTools/cf-units
|
||||
[clang-format]: https://github.com/ssciwr/clang-format-wheel
|
||||
[numpythia]: https://github.com/scikit-hep/numpythia
|
||||
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
|
||||
[numpythia]: https://github.com/scikit-hep/numpythia
|
||||
[pyjet]: https://github.com/scikit-hep/pyjet
|
||||
[ninja]: https://github.com/scikit-build/ninja-python-distributions
|
||||
[GSD]: https://github.com/glotzerlab/gsd
|
||||
@@ -229,110 +229,110 @@ title: Working examples
|
||||
[apple icon]: data/readme_icons/apple.svg
|
||||
[linux icon]: data/readme_icons/linux.svg
|
||||
|
||||
<!-- scikit-learn: 51667, last pushed 0 days ago -->
|
||||
<!-- NumPy: 21675, last pushed 0 days ago -->
|
||||
<!-- Tornado: 20788, last pushed 5 days ago -->
|
||||
<!-- pytorch-fairseq: 19415, last pushed 0 days ago -->
|
||||
<!-- Matplotlib: 16245, last pushed 0 days ago -->
|
||||
<!-- NCNN: 15703, last pushed 0 days ago -->
|
||||
<!-- Kivy: 15109, last pushed 5 days ago -->
|
||||
<!-- Prophet: 15003, last pushed 21 days ago -->
|
||||
<!-- MyPy: 13932, last pushed 0 days ago -->
|
||||
<!-- pydantic: 11264, last pushed 0 days ago -->
|
||||
<!-- MemRay: 9389, last pushed 0 days ago -->
|
||||
<!-- uvloop: 8937, last pushed 11 days ago -->
|
||||
<!-- psutil: 8761, last pushed 1 days ago -->
|
||||
<!-- vaex: 7342, last pushed 0 days ago -->
|
||||
<!-- Google Benchmark: 6907, last pushed 0 days ago -->
|
||||
<!-- duckdb: 6795, last pushed 0 days ago -->
|
||||
<!-- Apache Beam: 5939, last pushed 0 days ago -->
|
||||
<!-- asyncpg: 5667, last pushed 1 days ago -->
|
||||
<!-- PyGame: 5282, last pushed 0 days ago -->
|
||||
<!-- cmake: 5149, last pushed 0 days ago -->
|
||||
<!-- scikit-image: 5080, last pushed 0 days ago -->
|
||||
<!-- twisted-iocpsupport: 4783, last pushed 0 days ago -->
|
||||
<!-- PyOxidizer: 4343, last pushed 9 days ago -->
|
||||
<!-- websockets: 4200, last pushed 3 days ago -->
|
||||
<!-- cvxpy: 4126, last pushed 0 days ago -->
|
||||
<!-- Triton: 4098, last pushed 0 days ago -->
|
||||
<!-- UltraJSON: 3863, last pushed 1 days ago -->
|
||||
<!-- River: 3733, last pushed 0 days ago -->
|
||||
<!-- OpenSpiel: 3340, last pushed 0 days ago -->
|
||||
<!-- pyzmq: 3175, last pushed 1 days ago -->
|
||||
<!-- aiortc: 3094, last pushed 14 days ago -->
|
||||
<!-- Confluent client for Kafka: 2987, last pushed 0 days ago -->
|
||||
<!-- Implicit: 2966, last pushed 8 days ago -->
|
||||
<!-- vispy: 2942, last pushed 4 days ago -->
|
||||
<!-- tinyobjloader: 2669, last pushed 3 days ago -->
|
||||
<!-- Dependency Injector: 2421, last pushed 34 days ago -->
|
||||
<!-- coverage.py: 2228, last pushed 2 days ago -->
|
||||
<!-- PyCryptodome: 2147, last pushed 12 days ago -->
|
||||
<!-- PyYAML: 1953, last pushed 11 days ago -->
|
||||
<!-- numexpr: 1823, last pushed 37 days ago -->
|
||||
<!-- h5py: 1789, last pushed 2 days ago -->
|
||||
<!-- Wrapt: 1767, last pushed 49 days ago -->
|
||||
<!-- PyAV: 1682, last pushed 20 days ago -->
|
||||
<!-- pikepdf: 1526, last pushed 8 days ago -->
|
||||
<!-- SimpleJSON: 1526, last pushed 103 days ago -->
|
||||
<!-- Line Profiler: 1412, last pushed 9 days ago -->
|
||||
<!-- OpenColorIO: 1375, last pushed 0 days ago -->
|
||||
<!-- PyTables: 1152, last pushed 1 days ago -->
|
||||
<!-- OpenTimelineIO: 1105, last pushed 0 days ago -->
|
||||
<!-- aioquic: 1085, last pushed 11 days ago -->
|
||||
<!-- envd: 1083, last pushed 0 days ago -->
|
||||
<!-- ruptures: 1058, last pushed 6 days ago -->
|
||||
<!-- Psycopg 3: 803, last pushed 1 days ago -->
|
||||
<!-- DeepForest: 785, last pushed 12 days ago -->
|
||||
<!-- google neuroglancer: 764, last pushed 1 days ago -->
|
||||
<!-- Parselmouth: 716, last pushed 2 days ago -->
|
||||
<!-- AutoPy: 678, last pushed 22 days ago -->
|
||||
<!-- H3-py: 567, last pushed 3 days ago -->
|
||||
<!-- Rtree: 504, last pushed 1 days ago -->
|
||||
<!-- markupsafe: 497, last pushed 9 days ago -->
|
||||
<!-- python-rapidjson: 460, last pushed 85 days ago -->
|
||||
<!-- pybind11 cmake_example: 455, last pushed 9 days ago -->
|
||||
<!-- python-snappy: 445, last pushed 210 days ago -->
|
||||
<!-- KDEpy: 412, last pushed 10 days ago -->
|
||||
<!-- tgcalls: 393, last pushed 103 days ago -->
|
||||
<!-- pybind11 python_example: 366, last pushed 16 days ago -->
|
||||
<!-- dd-trace-py: 363, last pushed 0 days ago -->
|
||||
<!-- CTranslate2: 346, last pushed 9 days ago -->
|
||||
<!-- time-machine: 339, last pushed 1 days ago -->
|
||||
<!-- sourmash: 325, last pushed 2 days ago -->
|
||||
<!-- cyvcf2: 306, last pushed 14 days ago -->
|
||||
<!-- abess: 289, last pushed 31 days ago -->
|
||||
<!-- matrixprofile: 289, last pushed 6 days ago -->
|
||||
<!-- jq.py: 234, last pushed 23 days ago -->
|
||||
<!-- iminuit: 213, last pushed 10 days ago -->
|
||||
<!-- Tokenizer: 192, last pushed 30 days ago -->
|
||||
<!-- PyGLM: 151, last pushed 198 days ago -->
|
||||
<!-- bx-python: 120, last pushed 45 days ago -->
|
||||
<!-- mosec: 120, last pushed 4 days ago -->
|
||||
<!-- TgCrypto: 118, last pushed 1 days ago -->
|
||||
<!-- boost-histogram: 116, last pushed 0 days ago -->
|
||||
<!-- iDynTree: 109, last pushed 2 days ago -->
|
||||
<!-- Python-WebRTC: 95, last pushed 216 days ago -->
|
||||
<!-- pybase64: 89, last pushed 0 days ago -->
|
||||
<!-- scikit-learn: 51848, last pushed 0 days ago -->
|
||||
<!-- NumPy: 21783, last pushed 0 days ago -->
|
||||
<!-- Tornado: 20819, last pushed 9 days ago -->
|
||||
<!-- pytorch-fairseq: 19600, last pushed 0 days ago -->
|
||||
<!-- Matplotlib: 16308, last pushed 0 days ago -->
|
||||
<!-- NCNN: 15771, last pushed 0 days ago -->
|
||||
<!-- Kivy: 15142, last pushed 0 days ago -->
|
||||
<!-- Prophet: 15053, last pushed 4 days ago -->
|
||||
<!-- MyPy: 14010, last pushed 0 days ago -->
|
||||
<!-- pydantic: 11358, last pushed 0 days ago -->
|
||||
<!-- MemRay: 9471, last pushed 4 days ago -->
|
||||
<!-- uvloop: 8956, last pushed 23 days ago -->
|
||||
<!-- psutil: 8794, last pushed 2 days ago -->
|
||||
<!-- vaex: 7361, last pushed 7 days ago -->
|
||||
<!-- duckdb: 6941, last pushed 0 days ago -->
|
||||
<!-- Google Benchmark: 6940, last pushed 6 days ago -->
|
||||
<!-- Apache Beam: 5970, last pushed 0 days ago -->
|
||||
<!-- asyncpg: 5679, last pushed 13 days ago -->
|
||||
<!-- PyGame: 5309, last pushed 0 days ago -->
|
||||
<!-- cmake: 5181, last pushed 0 days ago -->
|
||||
<!-- scikit-image: 5093, last pushed 0 days ago -->
|
||||
<!-- twisted-iocpsupport: 4808, last pushed 0 days ago -->
|
||||
<!-- PyOxidizer: 4347, last pushed 21 days ago -->
|
||||
<!-- websockets: 4210, last pushed 1 days ago -->
|
||||
<!-- cvxpy: 4147, last pushed 3 days ago -->
|
||||
<!-- Triton: 4134, last pushed 0 days ago -->
|
||||
<!-- UltraJSON: 3872, last pushed 10 days ago -->
|
||||
<!-- River: 3762, last pushed 0 days ago -->
|
||||
<!-- OpenSpiel: 3363, last pushed 0 days ago -->
|
||||
<!-- pyzmq: 3187, last pushed 7 days ago -->
|
||||
<!-- aiortc: 3110, last pushed 6 days ago -->
|
||||
<!-- Confluent client for Kafka: 3002, last pushed 3 days ago -->
|
||||
<!-- Implicit: 2979, last pushed 20 days ago -->
|
||||
<!-- vispy: 2946, last pushed 0 days ago -->
|
||||
<!-- tinyobjloader: 2674, last pushed 2 days ago -->
|
||||
<!-- Dependency Injector: 2444, last pushed 46 days ago -->
|
||||
<!-- coverage.py: 2234, last pushed 1 days ago -->
|
||||
<!-- PyCryptodome: 2155, last pushed 24 days ago -->
|
||||
<!-- PyYAML: 1965, last pushed 8 days ago -->
|
||||
<!-- numexpr: 1827, last pushed 0 days ago -->
|
||||
<!-- h5py: 1794, last pushed 3 days ago -->
|
||||
<!-- Wrapt: 1772, last pushed 61 days ago -->
|
||||
<!-- PyAV: 1699, last pushed 5 days ago -->
|
||||
<!-- pikepdf: 1537, last pushed 3 days ago -->
|
||||
<!-- SimpleJSON: 1526, last pushed 115 days ago -->
|
||||
<!-- Line Profiler: 1430, last pushed 11 days ago -->
|
||||
<!-- OpenColorIO: 1385, last pushed 0 days ago -->
|
||||
<!-- PyTables: 1153, last pushed 0 days ago -->
|
||||
<!-- OpenTimelineIO: 1111, last pushed 1 days ago -->
|
||||
<!-- envd: 1101, last pushed 0 days ago -->
|
||||
<!-- aioquic: 1094, last pushed 6 days ago -->
|
||||
<!-- ruptures: 1068, last pushed 17 days ago -->
|
||||
<!-- Psycopg 3: 816, last pushed 3 days ago -->
|
||||
<!-- DeepForest: 786, last pushed 24 days ago -->
|
||||
<!-- google neuroglancer: 768, last pushed 0 days ago -->
|
||||
<!-- Parselmouth: 727, last pushed 14 days ago -->
|
||||
<!-- AutoPy: 681, last pushed 34 days ago -->
|
||||
<!-- H3-py: 570, last pushed 11 days ago -->
|
||||
<!-- Rtree: 505, last pushed 13 days ago -->
|
||||
<!-- markupsafe: 501, last pushed 21 days ago -->
|
||||
<!-- python-rapidjson: 462, last pushed 7 days ago -->
|
||||
<!-- pybind11 cmake_example: 462, last pushed 0 days ago -->
|
||||
<!-- python-snappy: 445, last pushed 222 days ago -->
|
||||
<!-- KDEpy: 417, last pushed 22 days ago -->
|
||||
<!-- tgcalls: 393, last pushed 115 days ago -->
|
||||
<!-- pybind11 python_example: 370, last pushed 1 days ago -->
|
||||
<!-- dd-trace-py: 364, last pushed 0 days ago -->
|
||||
<!-- CTranslate2: 350, last pushed 0 days ago -->
|
||||
<!-- time-machine: 345, last pushed 1 days ago -->
|
||||
<!-- sourmash: 326, last pushed 0 days ago -->
|
||||
<!-- cyvcf2: 307, last pushed 26 days ago -->
|
||||
<!-- matrixprofile: 290, last pushed 18 days ago -->
|
||||
<!-- abess: 289, last pushed 43 days ago -->
|
||||
<!-- jq.py: 237, last pushed 10 days ago -->
|
||||
<!-- iminuit: 212, last pushed 22 days ago -->
|
||||
<!-- Tokenizer: 196, last pushed 41 days ago -->
|
||||
<!-- PyGLM: 151, last pushed 210 days ago -->
|
||||
<!-- mosec: 146, last pushed 0 days ago -->
|
||||
<!-- bx-python: 121, last pushed 57 days ago -->
|
||||
<!-- TgCrypto: 117, last pushed 13 days ago -->
|
||||
<!-- boost-histogram: 117, last pushed 7 days ago -->
|
||||
<!-- iDynTree: 109, last pushed 14 days ago -->
|
||||
<!-- Python-WebRTC: 96, last pushed 228 days ago -->
|
||||
<!-- pybase64: 92, last pushed 0 days ago -->
|
||||
<!-- Arbor: 82, last pushed 0 days ago -->
|
||||
<!-- fathon: 71, last pushed 132 days ago -->
|
||||
<!-- etebase-py: 59, last pushed 98 days ago -->
|
||||
<!-- polaroid: 56, last pushed 154 days ago -->
|
||||
<!-- pillow-heif: 51, last pushed 1 days ago -->
|
||||
<!-- Imagecodecs (fork): 50, last pushed 16 days ago -->
|
||||
<!-- power-grid-model: 49, last pushed 0 days ago -->
|
||||
<!-- cf-units: 49, last pushed 1 days ago -->
|
||||
<!-- clang-format: 44, last pushed 11 days ago -->
|
||||
<!-- numpythia: 35, last pushed 12 days ago -->
|
||||
<!-- pybind11 scikit_build_example: 34, last pushed 2 days ago -->
|
||||
<!-- pyjet: 33, last pushed 12 days ago -->
|
||||
<!-- ninja: 26, last pushed 0 days ago -->
|
||||
<!-- GSD: 19, last pushed 9 days ago -->
|
||||
<!-- CorrectionLib: 11, last pushed 6 days ago -->
|
||||
<!-- pyinstrument_cext: 10, last pushed 369 days ago -->
|
||||
<!-- SiPM: 10, last pushed 133 days ago -->
|
||||
<!-- ril: 9, last pushed 29 days ago -->
|
||||
<!-- xmlstarlet: 8, last pushed 9 days ago -->
|
||||
<!-- pybind11 cross build example: 0, last pushed 6 days ago -->
|
||||
<!-- fathon: 71, last pushed 144 days ago -->
|
||||
<!-- etebase-py: 60, last pushed 110 days ago -->
|
||||
<!-- polaroid: 57, last pushed 5 days ago -->
|
||||
<!-- pillow-heif: 52, last pushed 0 days ago -->
|
||||
<!-- power-grid-model: 52, last pushed 0 days ago -->
|
||||
<!-- Imagecodecs (fork): 50, last pushed 28 days ago -->
|
||||
<!-- cf-units: 49, last pushed 0 days ago -->
|
||||
<!-- clang-format: 44, last pushed 23 days ago -->
|
||||
<!-- pybind11 scikit_build_example: 36, last pushed 1 days ago -->
|
||||
<!-- numpythia: 36, last pushed 23 days ago -->
|
||||
<!-- pyjet: 33, last pushed 23 days ago -->
|
||||
<!-- ninja: 26, last pushed 10 days ago -->
|
||||
<!-- GSD: 19, last pushed 21 days ago -->
|
||||
<!-- CorrectionLib: 11, last pushed 0 days ago -->
|
||||
<!-- pyinstrument_cext: 10, last pushed 381 days ago -->
|
||||
<!-- SiPM: 10, last pushed 145 days ago -->
|
||||
<!-- ril: 10, last pushed 41 days ago -->
|
||||
<!-- xmlstarlet: 8, last pushed 7 days ago -->
|
||||
<!-- pybind11 cross build example: 0, last pushed 11 days ago -->
|
||||
|
||||
<!-- END bin/projects.py -->
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ stack: python 3.7
|
||||
init:
|
||||
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
|
||||
|
||||
install: python -m pip install cibuildwheel==2.11.1
|
||||
install: python -m pip install cibuildwheel==2.11.2
|
||||
|
||||
build_script: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install cibuildwheel==2.11.1
|
||||
pip3 install cibuildwheel==2.11.2
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install cibuildwheel==2.11.1
|
||||
python3 -m pip install cibuildwheel==2.11.2
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python -m pip install --upgrade pip
|
||||
pip install cibuildwheel==2.11.1
|
||||
pip install cibuildwheel==2.11.2
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
- run:
|
||||
name: Build the Linux wheels.
|
||||
command: |
|
||||
pip3 install --user cibuildwheel==2.11.1
|
||||
pip3 install --user cibuildwheel==2.11.2
|
||||
cibuildwheel --output-dir wheelhouse
|
||||
- store_artifacts:
|
||||
path: wheelhouse/
|
||||
@@ -28,7 +28,7 @@ jobs:
|
||||
- run:
|
||||
name: Build the Linux aarch64 wheels.
|
||||
command: |
|
||||
python3 -m pip install --user cibuildwheel==2.11.1
|
||||
python3 -m pip install --user cibuildwheel==2.11.2
|
||||
python3 -m cibuildwheel --output-dir wheelhouse
|
||||
- store_artifacts:
|
||||
path: wheelhouse/
|
||||
@@ -42,7 +42,7 @@ jobs:
|
||||
- run:
|
||||
name: Build the OS X wheels.
|
||||
command: |
|
||||
pip3 install cibuildwheel==2.11.1
|
||||
pip3 install cibuildwheel==2.11.2
|
||||
cibuildwheel --output-dir wheelhouse
|
||||
- store_artifacts:
|
||||
path: wheelhouse/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
|
||||
install_cibuildwheel_script:
|
||||
- python -m pip install cibuildwheel==2.11.1
|
||||
- python -m pip install cibuildwheel==2.11.2
|
||||
run_cibuildwheel_script:
|
||||
- cibuildwheel
|
||||
wheels_artifacts:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
build_and_store_wheels: &BUILD_AND_STORE_WHEELS
|
||||
install_cibuildwheel_script:
|
||||
- python -m pip install cibuildwheel==2.11.1
|
||||
- python -m pip install cibuildwheel==2.11.2
|
||||
run_cibuildwheel_script:
|
||||
- cibuildwheel
|
||||
wheels_artifacts:
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.11.1
|
||||
uses: pypa/cibuildwheel@v2.11.2
|
||||
env:
|
||||
CIBW_ARCHS_MACOS: x86_64 arm64
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.11.1
|
||||
uses: pypa/cibuildwheel@v2.11.2
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.11.1
|
||||
uses: pypa/cibuildwheel@v2.11.2
|
||||
# env:
|
||||
# CIBW_SOME_OPTION: value
|
||||
# ...
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
platforms: all
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.11.1
|
||||
uses: pypa/cibuildwheel@v2.11.2
|
||||
env:
|
||||
# configure cibuildwheel to build native archs ('auto'), and some
|
||||
# emulated ones
|
||||
|
||||
@@ -12,7 +12,7 @@ linux:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
- curl -sSL https://get.docker.com/ | sh
|
||||
- python -m pip install cibuildwheel==2.11.1
|
||||
- python -m pip install cibuildwheel==2.11.2
|
||||
- cibuildwheel --output-dir wheelhouse
|
||||
artifacts:
|
||||
paths:
|
||||
@@ -23,7 +23,7 @@ windows:
|
||||
before_script:
|
||||
- choco install python -y --version 3.8.6
|
||||
- choco install git.install -y
|
||||
- py -m pip install cibuildwheel==2.11.1
|
||||
- py -m pip install cibuildwheel==2.11.2
|
||||
script:
|
||||
- py -m cibuildwheel --output-dir wheelhouse --platform windows
|
||||
artifacts:
|
||||
|
||||
@@ -14,7 +14,7 @@ linux:
|
||||
- curl -sSL https://get.docker.com/ | sh
|
||||
# Warning: This is extremely slow, be careful with how many wheels you build
|
||||
- docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
- python -m pip install cibuildwheel==2.11.1
|
||||
- python -m pip install cibuildwheel==2.11.2
|
||||
# Assuming your CI runner's default architecture is x86_64...
|
||||
- cibuildwheel --output-dir wheelhouse --platform linux --archs aarch64
|
||||
artifacts:
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||
|
||||
install:
|
||||
- python3 -m pip install cibuildwheel==2.11.1
|
||||
- python3 -m pip install cibuildwheel==2.11.2
|
||||
|
||||
script:
|
||||
# build the wheels, put them into './dist'
|
||||
|
||||
@@ -26,7 +26,7 @@ jobs:
|
||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||
|
||||
install:
|
||||
- python3 -m pip install cibuildwheel==2.11.1
|
||||
- python3 -m pip install cibuildwheel==2.11.2
|
||||
|
||||
script:
|
||||
# build the wheels, put them into './wheelhouse'
|
||||
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
- stage: deploy
|
||||
name: Build and deploy Linux wheels
|
||||
services: docker
|
||||
install: python3 -m pip install cibuildwheel==2.11.1 twine
|
||||
install: python3 -m pip install cibuildwheel==2.11.2 twine
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
||||
# Deploy on windows
|
||||
@@ -62,7 +62,7 @@ jobs:
|
||||
name: Build and deploy Windows wheels
|
||||
os: windows
|
||||
language: shell
|
||||
install: python3 -m pip install cibuildwheel==2.11.1 twine
|
||||
install: python3 -m pip install cibuildwheel==2.11.2 twine
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success: python3 -m twine upload --skip-existing wheelhouse/*.whl
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = cibuildwheel
|
||||
version = 2.11.1
|
||||
version = 2.11.2
|
||||
description = Build Python wheels on CI with minimal configuration.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
@@ -20,6 +20,7 @@ classifiers =
|
||||
Programming Language :: Python :: 3.8
|
||||
Programming Language :: Python :: 3.9
|
||||
Programming Language :: Python :: 3.10
|
||||
Programming Language :: Python :: 3.11
|
||||
Programming Language :: Python :: Implementation :: CPython
|
||||
Topic :: Software Development :: Build Tools
|
||||
keywords = ci,wheel,packaging,pypi,travis,appveyor,macos,linux,windows
|
||||
|
||||
@@ -20,7 +20,7 @@ basic_project = test_projects.new_c_project(
|
||||
)
|
||||
|
||||
|
||||
def test(tmp_path, build_frontend_env):
|
||||
def test(tmp_path, build_frontend_env, capfd):
|
||||
project_dir = tmp_path / "project"
|
||||
basic_project.generate(project_dir)
|
||||
|
||||
@@ -31,6 +31,12 @@ def test(tmp_path, build_frontend_env):
|
||||
expected_wheels = utils.expected_wheels("spam", "0.1.0")
|
||||
assert set(actual_wheels) == set(expected_wheels)
|
||||
|
||||
# Verify pip warning not shown
|
||||
captured = capfd.readouterr()
|
||||
for stream in (captured.err, captured.out):
|
||||
assert "WARNING: Running pip as the 'root' user can result" not in stream
|
||||
assert "A new release of pip available" not in stream
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="to keep test output clean")
|
||||
def test_sample_build(tmp_path, capfd):
|
||||
|
||||
@@ -14,6 +14,8 @@ ALL_MACOS_WHEELS = {
|
||||
*utils.expected_wheels("spam", "0.1.0", machine_arch="arm64", include_universal2=True),
|
||||
}
|
||||
|
||||
DEPLOYMENT_TARGET_TOO_LOW_WARNING = "[WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value"
|
||||
|
||||
|
||||
def get_xcode_version() -> tuple[int, int]:
|
||||
output = subprocess.run(
|
||||
@@ -66,11 +68,14 @@ def test_cross_compiled_test(tmp_path, capfd, build_universal2):
|
||||
"CIBW_BUILD": "cp39-*",
|
||||
"CIBW_TEST_COMMAND": '''python -c "import platform; print('running tests on ' + platform.machine())"''',
|
||||
"CIBW_ARCHS": "universal2" if build_universal2 else "x86_64 arm64",
|
||||
"CIBW_BUILD_VERBOSITY": "3",
|
||||
},
|
||||
)
|
||||
|
||||
captured = capfd.readouterr()
|
||||
|
||||
assert DEPLOYMENT_TARGET_TOO_LOW_WARNING not in captured.err
|
||||
|
||||
if platform.machine() == "x86_64":
|
||||
# ensure that tests were run on only x86_64
|
||||
assert "running tests on x86_64" in captured.out
|
||||
@@ -97,6 +102,28 @@ def test_cross_compiled_test(tmp_path, capfd, build_universal2):
|
||||
assert set(actual_wheels) == set(expected_wheels)
|
||||
|
||||
|
||||
def test_deployment_target_warning_is_firing(tmp_path, capfd):
|
||||
# force the warning to check that we can detect it if it happens
|
||||
if utils.platform != "macos":
|
||||
pytest.skip("this test is only relevant to macos")
|
||||
|
||||
project_dir = tmp_path / "project"
|
||||
basic_project.generate(project_dir)
|
||||
|
||||
utils.cibuildwheel_run(
|
||||
project_dir,
|
||||
add_env={
|
||||
"CIBW_BUILD": "cp39-*",
|
||||
"CIBW_ARCHS": "x86_64",
|
||||
"MACOSX_DEPLOYMENT_TARGET": "10.8",
|
||||
"CIBW_BUILD_VERBOSITY": "3",
|
||||
},
|
||||
)
|
||||
|
||||
captured = capfd.readouterr()
|
||||
assert DEPLOYMENT_TARGET_TOO_LOW_WARNING in captured.err
|
||||
|
||||
|
||||
@pytest.mark.parametrize("skip_arm64_test", [False, True])
|
||||
def test_universal2_testing(tmp_path, capfd, skip_arm64_test):
|
||||
if utils.platform != "macos":
|
||||
|
||||
@@ -122,7 +122,7 @@ def get_default_repair_command(platform):
|
||||
if platform == "linux":
|
||||
return "auditwheel repair -w {dest_dir} {wheel}"
|
||||
elif platform == "macos":
|
||||
return "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
|
||||
return "delocate-wheel --require-archs {delocate_archs} -w {dest_dir} -v {wheel}"
|
||||
elif platform == "windows":
|
||||
return ""
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user