diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index eb7c5a4ce..fe8528d31 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -81,9 +81,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, @@ -102,12 +102,12 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.13", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.4", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.5", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.5", arch = "64" }, { identifier = "cp311-win32", version = "3.11.0-b3", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.0-b3", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, - { identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" }, + { identifier = "cp310-win_arm64", version = "3.10.5", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.0-b3", 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" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 62f78db38..9c96aa12c 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 51137a23e..82e6c46d7 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 634e7e361..e0a254722 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -32,5 +32,5 @@ zipp==3.8.0 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index f8893e087..971a8e428 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index f6ee1651e..8f6d1c003 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f6ee1651e..8f6d1c003 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 21da0890c..c4f81a5d2 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-06-05-89b8e6d -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-05-61145a4 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-06-12-a846b05 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-13-c365205 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-05-89b8e6d -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-05-61145a4 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-12-a846b05 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-13-c365205 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-13-c365205 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-13-c365205 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-13-c365205 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-13-c365205 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-13-c365205 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-13-c365205 diff --git a/docs/working-examples.md b/docs/working-examples.md index dceca6eaa..2845ebecd 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -76,10 +76,10 @@ title: Working examples | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [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. | -| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [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. | -| [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. | +| [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [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 | @@ -96,11 +96,11 @@ title: Working examples | [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. | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [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 | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | -| [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 | | [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. | +| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [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. | | [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | @@ -176,10 +176,10 @@ title: Working examples [dd-trace-py]: https://github.com/DataDog/dd-trace-py [sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine -[cyvcf2]: https://github.com/brentp/cyvcf2 [CTranslate2]: https://github.com/OpenNMT/CTranslate2 -[abess]: https://github.com/abess-team/abess +[cyvcf2]: https://github.com/brentp/cyvcf2 [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 @@ -196,11 +196,11 @@ title: Working examples [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [polaroid]: https://github.com/daggy1234/polaroid [clang-format]: https://github.com/ssciwr/clang-format-wheel +[numpythia]: https://github.com/scikit-hep/numpythia [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [pyjet]: https://github.com/scikit-hep/pyjet -[numpythia]: https://github.com/scikit-hep/numpythia -[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [pillow-heif]: https://github.com/bigcat88/pillow_heif +[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [ninja]: https://github.com/scikit-build/ninja-python-distributions [GSD]: https://github.com/glotzerlab/gsd [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext @@ -218,105 +218,105 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + +