diff --git a/README.md b/README.md index 100af7f2..f0be9554 100644 --- a/README.md +++ b/README.md @@ -143,8 +143,8 @@ Here are some repos that use cibuildwheel. |-----------------------------------|----|----|:------| | [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. | | [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. | -| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | +| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints | @@ -154,8 +154,8 @@ Here are some repos that use cibuildwheel. [scikit-learn]: https://github.com/scikit-learn/scikit-learn [Tornado]: https://github.com/tornadoweb/tornado -[Matplotlib]: https://github.com/matplotlib/matplotlib [pytorch-fairseq]: https://github.com/pytorch/fairseq +[Matplotlib]: https://github.com/matplotlib/matplotlib [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels [uvloop]: https://github.com/MagicStack/uvloop [pydantic]: https://github.com/samuelcolvin/pydantic diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index d6efc50e..61bccf7d 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.1 # via virtualenv -delocate==0.10.0 +delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv @@ -40,5 +40,5 @@ zipp==3.6.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.2.0 +setuptools==59.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index e09601eb..1d151e87 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.1 # via virtualenv -delocate==0.10.0 +delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv @@ -36,5 +36,5 @@ zipp==3.6.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.2.0 +setuptools==59.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 8cf062a1..9f0ad365 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.1 # via virtualenv -delocate==0.10.0 +delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.2.0 +setuptools==59.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index ac015abc..9749e879 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.1 # via virtualenv -delocate==0.10.0 +delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.2.0 +setuptools==59.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index ac015abc..9749e879 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.1 # via virtualenv -delocate==0.10.0 +delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.2.0 +setuptools==59.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 9f6ab687..1f28209e 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:2021-11-20-c4c639c -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-20-f410d11 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-11-28-b444735 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-28-06a91ec +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-28-06a91ec [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-20-c4c639c -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-20-f410d11 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-28-b444735 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-28-06a91ec +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-28-06a91ec [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-28-06a91ec [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-28-06a91ec [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-28-06a91ec +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-28-06a91ec [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-20-f410d11 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-28-06a91ec +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-28-06a91ec [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-20-f410d11 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-28-06a91ec +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-28-06a91ec [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-28-06a91ec +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-28-06a91ec diff --git a/docs/working-examples.md b/docs/working-examples.md index 6a8ccf75..ead986b4 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -10,8 +10,8 @@ title: Working examples |-----------------------------------|----|----|:------| | [scikit-learn][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The machine learning library. A complex but clean config using many of cibuildwheel's features to build a large project with Cython and C++ extensions. | | [Tornado][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. | -| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | +| [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. | | [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints | @@ -51,8 +51,9 @@ title: Working examples | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | | [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | -| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [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. | +| [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | @@ -61,8 +62,8 @@ title: Working examples | [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 | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | -| [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 | +| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [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. | @@ -95,8 +96,8 @@ title: Working examples [scikit-learn]: https://github.com/scikit-learn/scikit-learn [Tornado]: https://github.com/tornadoweb/tornado -[Matplotlib]: https://github.com/matplotlib/matplotlib [pytorch-fairseq]: https://github.com/pytorch/fairseq +[Matplotlib]: https://github.com/matplotlib/matplotlib [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels [uvloop]: https://github.com/MagicStack/uvloop [pydantic]: https://github.com/samuelcolvin/pydantic @@ -136,8 +137,9 @@ title: Working examples [aioquic]: https://github.com/aiortc/aioquic [google neuroglancer]: https://github.com/google/neuroglancer [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest -[AutoPy]: https://github.com/autopilot-rs/autopy [Parselmouth]: https://github.com/YannickJadoul/Parselmouth +[AutoPy]: https://github.com/autopilot-rs/autopy +[Psycopg 3]: https://github.com/psycopg/psycopg [H3-py]: https://github.com/uber/h3-py [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [markupsafe]: https://github.com/pallets/markupsafe @@ -146,8 +148,8 @@ title: Working examples [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [tgcalls]: https://github.com/MarshalX/tgcalls -[pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py +[pybind11 python_example]: https://github.com/pybind/python_example [cyvcf2]: https://github.com/brentp/cyvcf2 [sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine @@ -188,90 +190,91 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + +