From 242ce368bc816c0c2f12082c8239ed4edd3c2d6f Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 06:04:08 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 ++--- .../resources/constraints-python310.txt | 6 +-- .../resources/constraints-python311.txt | 6 +-- .../resources/constraints-python312.txt | 6 +-- .../resources/constraints-python38.txt | 6 +-- .../resources/constraints-python39.txt | 6 +-- cibuildwheel/resources/constraints.txt | 6 +-- .../resources/pinned_docker_images.cfg | 52 +++++++++---------- docs/working-examples.md | 12 ++--- 9 files changed, 56 insertions(+), 56 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 168ecadac..9eb61f81c 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -97,9 +97,9 @@ python_configurations = [ { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" }, { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" }, { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.11/python-3.10.11-macos11.pkg" }, - { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" }, - { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" }, - { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.8/python-3.11.8-macos11.pkg" }, + { 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" }, @@ -124,13 +124,13 @@ python_configurations = [ { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, { identifier = "cp310-win32", version = "3.10.11", arch = "32" }, { identifier = "cp310-win_amd64", version = "3.10.11", arch = "64" }, - { identifier = "cp311-win32", version = "3.11.8", arch = "32" }, - { identifier = "cp311-win_amd64", version = "3.11.8", 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 = "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.8", arch = "ARM64" }, + { identifier = "cp311-win_arm64", version = "3.11.9", arch = "ARM64" }, { identifier = "cp312-win_arm64", version = "3.12.2", 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" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 9907af01d..c4af2efe4 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv importlib-metadata==7.1.0 # via build @@ -25,7 +25,7 @@ tomli==2.0.1 # via # build # pyproject-hooks -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 zipp==3.18.1 diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 5c0ba2a19..d943b36bc 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv macholib==1.16.3 # via delocate @@ -19,6 +19,6 @@ platformdirs==4.2.0 # via virtualenv pyproject-hooks==1.0.0 # via build -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 diff --git a/cibuildwheel/resources/constraints-python312.txt b/cibuildwheel/resources/constraints-python312.txt index 5c0ba2a19..d943b36bc 100644 --- a/cibuildwheel/resources/constraints-python312.txt +++ b/cibuildwheel/resources/constraints-python312.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv macholib==1.16.3 # via delocate @@ -19,6 +19,6 @@ platformdirs==4.2.0 # via virtualenv pyproject-hooks==1.0.0 # via build -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 9907af01d..c4af2efe4 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv importlib-metadata==7.1.0 # via build @@ -25,7 +25,7 @@ tomli==2.0.1 # via # build # pyproject-hooks -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 zipp==3.18.1 diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 9907af01d..c4af2efe4 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv importlib-metadata==7.1.0 # via build @@ -25,7 +25,7 @@ tomli==2.0.1 # via # build # pyproject-hooks -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 zipp==3.18.1 diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 5c0ba2a19..d943b36bc 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -2,11 +2,11 @@ # nox -s update_constraints altgraph==0.17.4 # via macholib -build==1.1.1 +build==1.2.1 delocate==0.11.0 distlib==0.3.8 # via virtualenv -filelock==3.13.1 +filelock==3.13.3 # via virtualenv macholib==1.16.3 # via delocate @@ -19,6 +19,6 @@ platformdirs==4.2.0 # via virtualenv pyproject-hooks==1.0.0 # via build -typing-extensions==4.10.0 +typing-extensions==4.11.0 # via delocate virtualenv==20.25.1 diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 1086db8fd..83321ad18 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-10-b85029d +manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-03-25-69f3367 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9 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-03-18-314a21e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024-03-18-314a21e -musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2024-03-18-314a21e +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 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2024-03-10-b85029d +manylinux1 = quay.io/pypa/manylinux1_i686:2024-03-25-69f3367 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9 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-03-18-314a21e -musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2024-03-18-314a21e +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 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2024-04-02-96b33b9 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-03-18-314a21e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2024-04-02-96b33b9 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_i686:2024-04-02-96b33b9 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9 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-03-18-314a21e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024-03-18-314a21e -musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024-03-18-314a21e +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 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024-04-02-96b33b9 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-03-18-314a21e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024-03-18-314a21e -musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024-03-18-314a21e +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 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024-04-02-96b33b9 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-03-18-314a21e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024-03-18-314a21e -musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024-03-18-314a21e +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 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-03-18-314a21e +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024-04-02-96b33b9 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-03-18-314a21e +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024-04-02-96b33b9 diff --git a/docs/working-examples.md b/docs/working-examples.md index 053f46439..58b00d413 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -63,8 +63,8 @@ title: Working examples | [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. | -| [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) | +| [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | | [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 | @@ -90,15 +90,15 @@ title: Working examples | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | -| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | +| [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 | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | -| [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. | | [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. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | @@ -172,8 +172,8 @@ title: Working examples [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO [PyTables]: https://github.com/PyTables/PyTables [Parselmouth]: https://github.com/YannickJadoul/Parselmouth -[google neuroglancer]: https://github.com/google/neuroglancer [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest +[google neuroglancer]: https://github.com/google/neuroglancer [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py [mosec]: https://github.com/mosecorg/mosec @@ -199,15 +199,15 @@ title: Working examples [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [pillow-heif]: https://github.com/bigcat88/pillow_heif [TgCrypto]: https://github.com/pyrogram/tgcrypto -[bx-python]: https://github.com/bxlab/bx-python [iDynTree]: https://github.com/robotology/idyntree +[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 [fathon]: https://github.com/stfbnc/fathon -[Arbor]: https://github.com/arbor-sim/arbor [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build +[Arbor]: https://github.com/arbor-sim/arbor [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [polaroid]: https://github.com/daggy1234/polaroid [etebase-py]: https://github.com/etesync/etebase-py