diff --git a/README.md b/README.md index 55712d78..4f43fcbe 100644 --- a/README.md +++ b/README.md @@ -175,8 +175,8 @@ Here are some repos that use cibuildwheel. | [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. | -| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [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. | +| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | | [Tokenizer][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | @@ -192,9 +192,9 @@ Here are some repos that use cibuildwheel. | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | +| [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. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | -| [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. | | [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. | @@ -236,8 +236,8 @@ Here are some repos that use cibuildwheel. [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 -[iminuit]: https://github.com/scikit-hep/iminuit [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[iminuit]: https://github.com/scikit-hep/iminuit [CTranslate2]: https://github.com/OpenNMT/CTranslate2 [jq.py]: https://github.com/mwilliamson/jq.py [Tokenizer]: https://github.com/OpenNMT/Tokenizer @@ -253,9 +253,9 @@ Here are some repos that use cibuildwheel. [numpythia]: https://github.com/scikit-hep/numpythia [polaroid]: https://github.com/daggy1234/polaroid [ninja]: https://github.com/scikit-build/ninja-python-distributions +[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [GSD]: https://github.com/glotzerlab/gsd [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib @@ -271,66 +271,66 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 1544c292..e727667d 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -40,9 +40,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" }, { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-osx64.tar.bz2" }, ] @@ -56,7 +56,7 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.6", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.6", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.0-b4", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.0-b4", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.0-rc1", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.0-rc1", arch = "64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index b4506b6a..bbc0558a 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -40,7 +40,7 @@ zipp==3.5.0 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==21.2.2 +pip==21.2.3 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 6ce89945..c87c4684 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -36,7 +36,7 @@ zipp==3.5.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==21.2.2 +pip==21.2.3 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index cee2475a..0fca46ee 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.2 +pip==21.2.3 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 936cf3b4..d9e928a8 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.2 +pip==21.2.3 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 936cf3b4..d9e928a8 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -28,7 +28,7 @@ wheel==0.36.2 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.2 +pip==21.2.3 # via -r cibuildwheel/resources/constraints.in setuptools==57.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 3c6a24f7..2ae1ac51 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,38 +1,38 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-08-01-f71d505 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-01-5f32364 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-01-5f32364 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37 [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-01-f71d505 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-01-5f32364 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-01-5f32364 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-01-5f32364 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-01-5f32364 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-01-5f32364 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-01-5f32364 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-01-5f32364 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-01-7f822f0 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-01-7f822f0 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-03-e7edb37 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-01-5f32364 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-03-e7edb37 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-01-5f32364 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-01-5f32364 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37