From 18d3bbbe620b4f8793dfffda02b4eb144d7dc175 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 06:17:07 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 +- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 54 ++--- docs/working-examples.md | 212 +++++++++--------- 9 files changed, 145 insertions(+), 145 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index eb7c5a4ce..fe8528d31 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -81,9 +81,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.13/python-3.9.13-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.4/python-3.10.4-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.5/python-3.10.5-macos11.pkg" }, { identifier = "cp311-macosx_x86_64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, { identifier = "cp311-macosx_arm64", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, { identifier = "cp311-macosx_universal2", version = "3.11", url = "https://www.python.org/ftp/python/3.11.0/python-3.11.0b3-macos11.pkg" }, @@ -102,12 +102,12 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.13", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.13", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.4", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.5", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.5", arch = "64" }, { identifier = "cp311-win32", version = "3.11.0-b3", arch = "32" }, { identifier = "cp311-win_amd64", version = "3.11.0-b3", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, - { identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" }, + { identifier = "cp310-win_arm64", version = "3.10.5", arch = "ARM64" }, { identifier = "cp311-win_arm64", version = "3.11.0-b3", 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.9-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 62f78db38..1cf063a22 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 51137a23e..0f28d32e4 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 634e7e361..68fdec687 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -32,5 +32,5 @@ zipp==3.8.0 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index f8893e087..3ef45154f 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index f6ee1651e..be3d00095 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f6ee1651e..be3d00095 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -26,5 +26,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.1.2 # via -r cibuildwheel/resources/constraints.in -setuptools==62.3.2 +setuptools==62.3.4 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 21da0890c..8630e9aee 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:2022-06-05-89b8e6d -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-05-61145a4 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-06-12-a846b05 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-06-13-c365205 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-05-89b8e6d -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-05-61145a4 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-06-12-a846b05 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-06-13-c365205 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-05-61145a4 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-06-13-c365205 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-05-61145a4 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-05-61145a4 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-06-13-c365205 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-06-13-c365205 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-06-13-c365205 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-06-13-c365205 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-06-13-c365205 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-05-61145a4 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-06-08-6ab6a6f +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-06-08-6ab6a6f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-06-08-6ab6a6f [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-05-61145a4 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-05-61145a4 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-06-13-c365205 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-06-13-c365205 diff --git a/docs/working-examples.md b/docs/working-examples.md index dceca6eaa..b58bb49bb 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -78,16 +78,16 @@ title: Working examples | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | -| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [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. | +| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | | [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | -| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [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 | | [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. | @@ -96,11 +96,11 @@ title: Working examples | [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. | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | +| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | -| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | -| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. | +| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [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 | @@ -178,16 +178,16 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [cyvcf2]: https://github.com/brentp/cyvcf2 [CTranslate2]: https://github.com/OpenNMT/CTranslate2 -[abess]: https://github.com/abess-team/abess [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[abess]: https://github.com/abess-team/abess [jq.py]: https://github.com/mwilliamson/jq.py [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [boost-histogram]: https://github.com/scikit-hep/boost-histogram [bx-python]: https://github.com/bxlab/bx-python -[iDynTree]: https://github.com/robotology/idyntree [TgCrypto]: https://github.com/pyrogram/tgcrypto +[iDynTree]: https://github.com/robotology/idyntree [Python-WebRTC]: https://github.com/MarshalX/python-webrtc [pybase64]: https://github.com/mayeut/pybase64 [Arbor]: https://github.com/arbor-sim/arbor @@ -196,11 +196,11 @@ title: Working examples [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [polaroid]: https://github.com/daggy1234/polaroid [clang-format]: https://github.com/ssciwr/clang-format-wheel +[numpythia]: https://github.com/scikit-hep/numpythia [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [pyjet]: https://github.com/scikit-hep/pyjet -[numpythia]: https://github.com/scikit-hep/numpythia -[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [pillow-heif]: https://github.com/bigcat88/pillow_heif +[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [ninja]: https://github.com/scikit-build/ninja-python-distributions [GSD]: https://github.com/glotzerlab/gsd [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext @@ -218,105 +218,105 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +