From 793cf7e6dfde5f4df7dec95b0ff775d09722448f Mon Sep 17 00:00:00 2001 From: joerick Date: Fri, 1 Apr 2022 15:55:19 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 12 +- .../resources/constraints-python310.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 | 180 +++++++++--------- 8 files changed, 128 insertions(+), 128 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 1216512c7..3a54c74cd 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -74,9 +74,9 @@ python_configurations = [ { 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 = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-osx64.tar.bz2" }, - { identifier = "pp38-macosx_x86_64", version = "3.8", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-osx64.tar.bz2" }, - { identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-osx64.tar.bz2" }, + { 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.9-osx64.tar.bz2" }, + { identifier = "pp39-macosx_x86_64", version = "3.9", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-osx64.tar.bz2" }, ] [windows] @@ -93,7 +93,7 @@ python_configurations = [ { identifier = "cp310-win_amd64", version = "3.10.4", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.10", arch = "ARM64" }, { identifier = "cp310-win_arm64", version = "3.10.4", arch = "ARM64" }, - { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" }, - { identifier = "pp38-win_amd64", version = "3.8", arch = "64", url = "https://downloads.python.org/pypy/pypy3.8-v7.3.8-win64.zip" }, - { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.8-win64.zip" }, + { 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" }, + { identifier = "pp39-win_amd64", version = "3.9", arch = "64", url = "https://downloads.python.org/pypy/pypy3.9-v7.3.9-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index a7cb6ef6c..b03dafb97 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.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.2.0 +setuptools==61.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index f59d2240c..8cf831eca 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -32,5 +32,5 @@ zipp==3.7.0 # The following packages are considered to be unsafe in a requirements file: pip==22.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.2.0 +setuptools==61.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 9a8bf014a..58090cae6 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.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.2.0 +setuptools==61.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 10f68a89b..dabd78b76 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.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.2.0 +setuptools==61.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 10f68a89b..dabd78b76 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.0.4 # via -r cibuildwheel/resources/constraints.in -setuptools==61.2.0 +setuptools==61.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 0508aa34a..cdb194787 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-03-18-11e604c -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-19-a819637 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-31-9afae1d +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-31-361e6b6 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-31-361e6b6 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-31-361e6b6 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-18-11e604c -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-19-a819637 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-31-9afae1d +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-31-361e6b6 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-31-361e6b6 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-31-361e6b6 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-19-a819637 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-19-a819637 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-31-361e6b6 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-31-361e6b6 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-19-a819637 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-19-a819637 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-31-361e6b6 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-31-361e6b6 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-14-b2cd80b +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-31-361e6b6 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-03-31-361e6b6 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-19-a819637 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-19-a819637 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-03-31-361e6b6 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-03-31-361e6b6 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-19-a819637 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-19-a819637 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-03-31-361e6b6 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-03-31-361e6b6 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-19-a819637 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-19-a819637 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-31-361e6b6 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-03-31-361e6b6 diff --git a/docs/working-examples.md b/docs/working-examples.md index 9ab35b6e8..0874868f4 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -35,8 +35,8 @@ title: Working examples | [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | -| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python | | [Dependency Injector][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Dependency injection framework for Python, uses Windows TravisCI | +| [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python | | [PyCryptodome][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A self-contained cryptographic library for Python | | [PyYAML][] | ![github icon][] | ![apple icon][] | Canonical source repository for PyYAML | | [numexpr][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas, bcolz and more | @@ -55,8 +55,8 @@ title: Working examples | [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. | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | -| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | +| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | @@ -123,8 +123,8 @@ title: Working examples [vispy]: https://github.com/vispy/vispy [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader -[coverage.py]: https://github.com/nedbat/coveragepy [Dependency Injector]: https://github.com/ets-labs/python-dependency-injector +[coverage.py]: https://github.com/nedbat/coveragepy [PyCryptodome]: https://github.com/Legrandin/pycryptodome [PyYAML]: https://github.com/yaml/pyyaml [numexpr]: https://github.com/pydata/numexpr @@ -143,8 +143,8 @@ title: Working examples [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [AutoPy]: https://github.com/autopilot-rs/autopy [H3-py]: https://github.com/uber/h3-py -[Rtree]: https://github.com/Toblerity/rtree [markupsafe]: https://github.com/pallets/markupsafe +[Rtree]: https://github.com/Toblerity/rtree [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [python-snappy]: https://github.com/andrix/python-snappy [pybind11 cmake_example]: https://github.com/pybind/cmake_example @@ -194,93 +194,93 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +