From e518dcc5cb2d2dcec36a60204a481bde635869db Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:55:40 -0500 Subject: [PATCH] Update dependencies (#949) --- README.md | 4 +- .../resources/constraints-python36.txt | 4 +- .../resources/constraints-python37.txt | 4 +- .../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 | 182 +++++++++--------- 8 files changed, 130 insertions(+), 130 deletions(-) diff --git a/README.md b/README.md index f0be9554..6b8d0736 100644 --- a/README.md +++ b/README.md @@ -146,8 +146,8 @@ Here are some repos that use cibuildwheel. | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. | -| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints | +| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | | [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second πŸš€ | | [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | @@ -157,8 +157,8 @@ Here are some repos that use cibuildwheel. [pytorch-fairseq]: https://github.com/pytorch/fairseq [Matplotlib]: https://github.com/matplotlib/matplotlib [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[uvloop]: https://github.com/MagicStack/uvloop [pydantic]: https://github.com/samuelcolvin/pydantic +[uvloop]: https://github.com/MagicStack/uvloop [psutil]: https://github.com/giampaolo/psutil [vaex]: https://github.com/vaexio/vaex [Google Benchmark]: https://github.com/google/benchmark diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 61bccf7d..ead498bf 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -22,7 +22,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.0 +typing-extensions==4.0.1 # via # delocate # importlib-metadata @@ -40,5 +40,5 @@ zipp==3.6.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.4.0 +setuptools==59.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 1d151e87..c42505d2 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -20,7 +20,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.0 +typing-extensions==4.0.1 # via # delocate # importlib-metadata @@ -36,5 +36,5 @@ zipp==3.6.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.4.0 +setuptools==59.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 9f0ad365..2fe6700f 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -16,7 +16,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.0 +typing-extensions==4.0.1 # via delocate virtualenv==20.10.0 # via -r cibuildwheel/resources/constraints.in @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.4.0 +setuptools==59.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 9749e879..d181f1e5 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -16,7 +16,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.0 +typing-extensions==4.0.1 # via delocate virtualenv==20.10.0 # via -r cibuildwheel/resources/constraints.in @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.4.0 +setuptools==59.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 9749e879..d181f1e5 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -16,7 +16,7 @@ platformdirs==2.4.0 # via virtualenv six==1.16.0 # via virtualenv -typing-extensions==4.0.0 +typing-extensions==4.0.1 # via delocate virtualenv==20.10.0 # via -r cibuildwheel/resources/constraints.in @@ -28,5 +28,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.4.0 +setuptools==59.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 1f28209e..2a668f8d 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:2021-11-28-b444735 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-28-06a91ec -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-28-06a91ec -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-28-06a91ec +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-05-ec71e6a +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-05-142ef77 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-28-b444735 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-28-06a91ec -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-28-06a91ec -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-28-06a91ec +manylinux1 = quay.io/pypa/manylinux1_i686:2021-12-05-ec71e6a +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-05-142ef77 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-05-142ef77 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-12-05-142ef77 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-28-06a91ec -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-28-06a91ec +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-05-142ef77 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-05-142ef77 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-28-06a91ec -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-28-06a91ec +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-05-142ef77 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-05-142ef77 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-28-06a91ec -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-05-142ef77 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-28-06a91ec -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-05-142ef77 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-05-142ef77 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-28-06a91ec -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-05-142ef77 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-05-142ef77 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-28-06a91ec -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-28-06a91ec +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77 diff --git a/docs/working-examples.md b/docs/working-examples.md index ead986b4..0664f2c2 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -13,8 +13,8 @@ title: Working examples | [pytorch-fairseq][] | ![github icon][] | ![apple icon][] ![linux icon][] | Facebook AI Research Sequence-to-Sequence Toolkit written in Python. | | [Matplotlib][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The venerable Matplotlib, a Python library with C++ portions | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | MyPyC, the compiled component of MyPy. | -| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [pydantic][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Data parsing and validation using Python type hints | +| [uvloop][] | ![github icon][] | ![apple icon][] ![linux icon][] | Ultra fast asyncio event loop. | | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | | [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualize and explore big tabular data at a billion rows per second πŸš€ | | [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | @@ -55,8 +55,8 @@ title: Working examples | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | -| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | +| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ΒΆ | | [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 | @@ -84,8 +84,8 @@ title: Working examples | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [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. | -| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | +| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | | [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 | @@ -99,8 +99,8 @@ title: Working examples [pytorch-fairseq]: https://github.com/pytorch/fairseq [Matplotlib]: https://github.com/matplotlib/matplotlib [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels -[uvloop]: https://github.com/MagicStack/uvloop [pydantic]: https://github.com/samuelcolvin/pydantic +[uvloop]: https://github.com/MagicStack/uvloop [psutil]: https://github.com/giampaolo/psutil [vaex]: https://github.com/vaexio/vaex [Google Benchmark]: https://github.com/google/benchmark @@ -141,8 +141,8 @@ title: Working examples [AutoPy]: https://github.com/autopilot-rs/autopy [Psycopg 3]: https://github.com/psycopg/psycopg [H3-py]: https://github.com/uber/h3-py -[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [markupsafe]: https://github.com/pallets/markupsafe +[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [Rtree]: https://github.com/Toblerity/rtree [python-snappy]: https://github.com/andrix/python-snappy [pybind11 cmake_example]: https://github.com/pybind/cmake_example @@ -170,8 +170,8 @@ title: Working examples [pyjet]: https://github.com/scikit-hep/pyjet [polaroid]: https://github.com/daggy1234/polaroid [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build -[ninja]: https://github.com/scikit-build/ninja-python-distributions [clang-format]: https://github.com/ssciwr/clang-format-wheel +[ninja]: https://github.com/scikit-build/ninja-python-distributions [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example [GSD]: https://github.com/glotzerlab/gsd [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext @@ -190,91 +190,91 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +