diff --git a/README.md b/README.md index 3b2f84e9..2e12731f 100644 --- a/README.md +++ b/README.md @@ -164,8 +164,8 @@ Here are some repos that use cibuildwheel. | [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ΒΆ | -| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | +| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | @@ -173,8 +173,8 @@ Here are some repos that use cibuildwheel. | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [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. | -| [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. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | +| [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 | @@ -192,8 +192,8 @@ Here are some repos that use cibuildwheel. | [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 | +| [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 | | [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. | @@ -225,8 +225,8 @@ Here are some repos that use cibuildwheel. [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [Rtree]: https://github.com/Toblerity/rtree -[markupsafe]: https://github.com/pallets/markupsafe [H3-py]: https://github.com/uber/h3-py +[markupsafe]: https://github.com/pallets/markupsafe [python-snappy]: https://github.com/andrix/python-snappy [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy @@ -234,8 +234,8 @@ Here are some repos that use cibuildwheel. [pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py [sourmash]: https://github.com/dib-lab/sourmash -[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [time-machine]: https://github.com/adamchainz/time-machine +[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 @@ -253,8 +253,8 @@ Here are some repos that use cibuildwheel. [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 +[GSD]: https://github.com/glotzerlab/gsd [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib @@ -270,66 +270,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/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 7f07856d..c406b312 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-09-92f447b -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-09-92f447b +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-08-21-78eb32a +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-21-cbf585b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-21-cbf585b [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-01-f71d505 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-09-92f447b -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-09-92f447b +manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-21-78eb32a +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-21-cbf585b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-21-cbf585b [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-09-92f447b -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-09-92f447b +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-21-cbf585b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-21-cbf585b [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-09-92f447b -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-09-92f447b +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-21-cbf585b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-21-cbf585b [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-21-cbf585b [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-21-cbf585b [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-21-cbf585b [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-09-92f447b -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-21-cbf585b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-21-cbf585b