From 79bfea0817a3a08d0e80526a6eeb12580e8dbf5b Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 23 May 2022 20:44:09 +0200 Subject: [PATCH] [Bot] Update dependencies (#1115) Update dependencies Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> --- cibuildwheel/resources/build-platforms.toml | 10 +- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python37.txt | 6 +- .../resources/constraints-python38.txt | 4 +- .../resources/constraints-python39.txt | 4 +- cibuildwheel/resources/constraints.txt | 4 +- .../resources/pinned_docker_images.cfg | 54 ++--- docs/working-examples.md | 200 +++++++++--------- 8 files changed, 143 insertions(+), 143 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 3a54c74c..a2131d14 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -68,9 +68,9 @@ python_configurations = [ { identifier = "cp38-macosx_x86_64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, { identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, { identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, - { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" }, - { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" }, - { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.12/python-3.9.12-macos11.pkg" }, + { 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" }, @@ -87,8 +87,8 @@ python_configurations = [ { identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" }, { identifier = "cp38-win32", version = "3.8.10", arch = "32" }, { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, - { identifier = "cp39-win32", version = "3.9.12", arch = "32" }, - { identifier = "cp39-win_amd64", version = "3.9.12", 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 = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index f2f61fe5..fb4c3a9d 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1 +pip==22.1.1 # via -r cibuildwheel/resources/constraints.in -setuptools==62.2.0 +setuptools==62.3.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index cda8eeed..ad7d7d17 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -10,7 +10,7 @@ distlib==0.3.4 # via virtualenv filelock==3.7.0 # via virtualenv -importlib-metadata==4.11.3 +importlib-metadata==4.11.4 # via virtualenv platformdirs==2.5.2 # via virtualenv @@ -30,7 +30,7 @@ zipp==3.8.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.1 +pip==22.1.1 # via -r cibuildwheel/resources/constraints.in -setuptools==62.2.0 +setuptools==62.3.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index acc85c21..85829bdc 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1 +pip==22.1.1 # via -r cibuildwheel/resources/constraints.in -setuptools==62.2.0 +setuptools==62.3.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 65319afa..ebd466b8 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1 +pip==22.1.1 # via -r cibuildwheel/resources/constraints.in -setuptools==62.2.0 +setuptools==62.3.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 65319afa..ebd466b8 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1 +pip==22.1.1 # via -r cibuildwheel/resources/constraints.in -setuptools==62.2.0 +setuptools==62.3.2 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 169f2afe..2763559c 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-05-14-da29a1c -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-14-f7463ad +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-05-22-74adb27 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-05-22-fbe07ea [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-14-da29a1c -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-14-f7463ad +manylinux1 = quay.io/pypa/manylinux1_i686:2022-05-22-74adb27 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-05-22-fbe07ea [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-14-f7463ad -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-14-f7463ad +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-05-22-fbe07ea +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-05-22-fbe07ea [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-14-f7463ad -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-14-f7463ad +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-05-22-fbe07ea +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-05-22-fbe07ea [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-05-22-fbe07ea [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-14-f7463ad -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-05-22-fbe07ea +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-05-22-fbe07ea [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-14-f7463ad -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-05-22-fbe07ea +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-05-22-fbe07ea [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-14-f7463ad -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-14-f7463ad +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-05-22-fbe07ea +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-05-22-fbe07ea diff --git a/docs/working-examples.md b/docs/working-examples.md index 525a1de5..713c55ec 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -101,8 +101,8 @@ title: Working examples | [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [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. | | [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. | +| [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. | @@ -201,8 +201,8 @@ title: Working examples [power-grid-model]: https://github.com/alliander-opensource/power-grid-model [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 [pillow-heif]: https://github.com/bigcat88/pillow_heif +[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 @@ -218,104 +218,104 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +