diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 00c633819..136254615 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -71,8 +71,8 @@ python_configurations = [ { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" }, { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" }, { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.2/python-3.10.2-macos11.pkg" }, - { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" }, - { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-osx64.tar.bz2" }, + { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.8-osx64.tar.bz2" }, + { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-osx64.tar.bz2" }, ] [windows] @@ -89,6 +89,6 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.2", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.2", arch = "ARM64" }, - { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" }, - { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.7-win64.zip" }, + { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.8-win64.zip" }, + { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 874fe576a..dc1ff26de 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -18,7 +18,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.1 +typing-extensions==4.1.1 # via # delocate # importlib-metadata diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 51127e580..efb098633 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -8,15 +8,15 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.2 +filelock==3.6.0 # via virtualenv -importlib-metadata==4.10.1 +importlib-metadata==4.11.1 # via virtualenv -platformdirs==2.4.1 +platformdirs==2.5.1 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.1 +typing-extensions==4.1.1 # via # delocate # importlib-metadata @@ -32,5 +32,5 @@ zipp==3.7.0 # The following packages are considered to be unsafe in a requirements file: pip==22.0.3 # via -r cibuildwheel/resources/constraints.in -setuptools==60.8.1 +setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 32577c753..4f3a6e11e 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -8,13 +8,13 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.2 +filelock==3.6.0 # via virtualenv -platformdirs==2.4.1 +platformdirs==2.5.1 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.1 +typing-extensions==4.1.1 # via delocate virtualenv==20.13.1 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.0.3 # via -r cibuildwheel/resources/constraints.in -setuptools==60.8.1 +setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 80b3ac5c3..2ec337292 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -8,13 +8,13 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.2 +filelock==3.6.0 # via virtualenv -platformdirs==2.4.1 +platformdirs==2.5.1 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.1 +typing-extensions==4.1.1 # via delocate virtualenv==20.13.1 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.0.3 # via -r cibuildwheel/resources/constraints.in -setuptools==60.8.1 +setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 80b3ac5c3..2ec337292 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -8,13 +8,13 @@ delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.2 +filelock==3.6.0 # via virtualenv -platformdirs==2.4.1 +platformdirs==2.5.1 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.1 +typing-extensions==4.1.1 # via delocate virtualenv==20.13.1 # via -r cibuildwheel/resources/constraints.in @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.0.3 # via -r cibuildwheel/resources/constraints.in -setuptools==60.8.1 +setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index a176a3598..3b9468302 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,43 +1,43 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-02-06-b47a1c3 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-02-06-28e8f4e -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-02-06-28e8f4e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-02-06-28e8f4e +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-02-20-044a1ea +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-02-20-e7cad68 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-02-20-e7cad68 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-02-20-e7cad68 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-02-06-b47a1c3 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-02-06-28e8f4e -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-02-06-28e8f4e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-02-06-28e8f4e +manylinux1 = quay.io/pypa/manylinux1_i686:2022-02-20-044a1ea +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-02-20-e7cad68 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-02-20-e7cad68 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-02-20-e7cad68 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-02-06-28e8f4e -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-02-06-28e8f4e +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-02-20-e7cad68 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-02-20-e7cad68 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-02-06-28e8f4e -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-02-06-28e8f4e +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-02-20-e7cad68 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-02-20-e7cad68 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-02-06-28e8f4e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-02-06-28e8f4e +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-02-20-e7cad68 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-02-20-e7cad68 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-02-06-28e8f4e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-02-06-28e8f4e +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-02-20-e7cad68 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-02-20-e7cad68 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-02-06-28e8f4e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-02-06-28e8f4e +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-02-20-e7cad68 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-02-20-e7cad68 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-02-06-28e8f4e -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-02-06-28e8f4e +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-02-20-e7cad68 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-02-20-e7cad68 diff --git a/docs/working-examples.md b/docs/working-examples.md index 7bcf37419..379337631 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -36,8 +36,8 @@ title: Working examples | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | | [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python | -| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python | | [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI | +| [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python | | [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML | | [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more | | [h5py][] | ![azurepipelines icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format. | @@ -67,8 +67,8 @@ title: Working examples | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | -| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | | [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. | +| [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | | [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 | @@ -78,6 +78,7 @@ title: Working examples | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | +| [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [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. | @@ -88,8 +89,8 @@ title: Working examples | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | -| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [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. | +| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | @@ -122,8 +123,8 @@ title: Working examples [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [coverage.py]: https://github.com/nedbat/coveragepy -[PyCryptodome]: https://github.com/Legrandin/pycryptodome [Dependency Injector]: https://github.com/ets-labs/python-dependency-injector +[PyCryptodome]: https://github.com/Legrandin/pycryptodome [PyYAML]: https://github.com/yaml/pyyaml [numexpr]: https://github.com/pydata/numexpr [h5py]: https://github.com/h5py/h5py @@ -153,8 +154,8 @@ title: Working examples [cyvcf2]: https://github.com/brentp/cyvcf2 [sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine -[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[CTranslate2]: https://github.com/OpenNMT/CTranslate2 [jq.py]: https://github.com/mwilliamson/jq.py [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer @@ -164,6 +165,7 @@ title: Working examples [iDynTree]: https://github.com/robotology/idyntree [TgCrypto]: https://github.com/pyrogram/tgcrypto [pybase64]: https://github.com/mayeut/pybase64 +[Arbor]: https://github.com/arbor-sim/arbor [etebase-py]: https://github.com/etesync/etebase-py [fathon]: https://github.com/stfbnc/fathon [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build @@ -174,8 +176,8 @@ title: Working examples [ninja]: https://github.com/scikit-build/ninja-python-distributions [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [GSD]: https://github.com/glotzerlab/gsd -[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [pillow-heif]: https://github.com/bigcat88/pillow_heif +[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [SiPM]: https://github.com/EdoPro98/SimSiPM @@ -190,91 +192,92 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +