diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 9eb61f81c..c0a3f65c7 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -100,9 +100,9 @@ python_configurations = [ { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.9/python-3.11.9-macos11.pkg" }, - { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" }, - { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" }, - { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.2/python-3.12.2-macos11.pkg" }, + { identifier = "cp312-macosx_x86_64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.3/python-3.12.3-macos11.pkg" }, + { identifier = "cp312-macosx_arm64", version = "3.12", url = "https://www.python.org/ftp/python/3.12.3/python-3.12.3-macos11.pkg" }, + { identifier = "cp312-macosx_universal2", version = "3.12", url = "https://www.python.org/ftp/python/3.12.3/python-3.12.3-macos11.pkg" }, { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.9-osx64.tar.bz2" }, { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_x86_64.tar.bz2" }, { identifier = "pp38-macosx_arm64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.11-macos_arm64.tar.bz2" }, @@ -126,12 +126,12 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" }, { identifier = "cp311-win32", version = "3.11.9", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.9", arch = "64" }, - { identifier = "cp312-win32", version = "3.12.2", arch = "32" }, - { identifier = "cp312-win_amd64", version = "3.12.2", arch = "64" }, + { identifier = "cp312-win32", version = "3.12.3", arch = "32" }, + { identifier = "cp312-win_amd64", version = "3.12.3", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.11", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" }, - { identifier = "cp312-win_arm64", version = "3.12.2", arch = "ARM64" }, + { identifier = "cp312-win_arm64", version = "3.12.3", 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.11-win64.zip" }, { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.15-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index c4af2efe4..1bdd7a271 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv importlib-metadata==7.1.0 # via build @@ -27,6 +27,6 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 zipp==3.18.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index d943b36bc..cbcc429fa 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv macholib==1.16.3 # via delocate @@ -21,4 +21,4 @@ pyproject-hooks==1.0.0 # via build typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index d943b36bc..cbcc429fa 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv macholib==1.16.3 # via delocate @@ -21,4 +21,4 @@ pyproject-hooks==1.0.0 # via build typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 39829fed0..946012293 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -32,6 +32,6 @@ typing-extensions==4.7.1 # delocate # importlib-metadata # platformdirs -virtualenv==20.25.1 +virtualenv==20.25.3 zipp==3.15.0 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index c4af2efe4..1bdd7a271 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv importlib-metadata==7.1.0 # via build @@ -27,6 +27,6 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 zipp==3.18.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index c4af2efe4..1bdd7a271 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv importlib-metadata==7.1.0 # via build @@ -27,6 +27,6 @@ tomli==2.0.1 # pyproject-hooks typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 zipp==3.18.1 # via importlib-metadata diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index d943b36bc..cbcc429fa 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,7 +6,7 @@ build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.3 +filelock==3.13.4 # via virtualenv macholib==1.16.3 # via delocate @@ -21,4 +21,4 @@ pyproject-hooks==1.0.0 # via build typing-extensions==4.11.0 # via delocate -virtualenv==20.25.1 +virtualenv==20.25.3 diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 83321ad18..44523c747 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,54 +1,54 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-03-25-69f3367 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-14-979f9bc manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-02-96b33b9 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-04-02-96b33b9 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-21-6ae659e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-04-21-6ae659e +musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-04-21-6ae659e [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2024-03-25-69f3367 +manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-14-979f9bc manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-04-02-96b33b9 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-04-02-96b33b9 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024-04-21-6ae659e +musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-04-21-6ae659e [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-21-6ae659e [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-02-96b33b9 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-04-02-96b33b9 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-21-6ae659e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-04-21-6ae659e +musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-04-21-6ae659e [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-04-02-96b33b9 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-04-02-96b33b9 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024-04-21-6ae659e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-04-21-6ae659e +musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-04-21-6ae659e [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-04-02-96b33b9 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-04-02-96b33b9 -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024-04-21-6ae659e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-04-21-6ae659e +musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-04-21-6ae659e [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-21-6ae659e manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-02-96b33b9 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-21-6ae659e diff --git a/docs/working-examples.md b/docs/working-examples.md index 58b00d413..0994da655 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -58,13 +58,13 @@ title: Working examples | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | | [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | -| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | +| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [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. | -| [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | | [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. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A machine learning model serving framework powered by Rust | @@ -94,8 +94,8 @@ title: Working examples | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | | [Python-WebRTC][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | a Python extension that provides bindings to WebRTC M92 | -| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | +| [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [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. | | [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. | @@ -167,13 +167,13 @@ title: Working examples [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [SimpleJSON]: https://github.com/simplejson/simplejson [aioquic]: https://github.com/aiortc/aioquic -[ruptures]: https://github.com/deepcharles/ruptures [Psycopg 3]: https://github.com/psycopg/psycopg +[ruptures]: https://github.com/deepcharles/ruptures [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO [PyTables]: https://github.com/PyTables/PyTables [Parselmouth]: https://github.com/YannickJadoul/Parselmouth -[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest [google neuroglancer]: https://github.com/google/neuroglancer +[DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py [mosec]: https://github.com/mosecorg/mosec @@ -203,8 +203,8 @@ title: Working examples [bx-python]: https://github.com/bxlab/bx-python [boost-histogram]: https://github.com/scikit-hep/boost-histogram [Python-WebRTC]: https://github.com/MarshalX/python-webrtc -[pybase64]: https://github.com/mayeut/pybase64 [power-grid-model]: https://github.com/alliander-opensource/power-grid-model +[pybase64]: https://github.com/mayeut/pybase64 [fathon]: https://github.com/stfbnc/fathon [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [Arbor]: https://github.com/arbor-sim/arbor