From dbdabba01f3ba3a3591229d31730444e13b1e882 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:55:49 +0200 Subject: [PATCH] Update dependencies (#830) Co-authored-by: mayeut --- .../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 | 44 +++--- docs/working-examples.md | 126 +++++++++--------- 7 files changed, 95 insertions(+), 95 deletions(-) diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index d5a469862..f552431dc 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.0 # via virtualenv -delocate==0.9.0 +delocate==0.9.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.2 # via virtualenv @@ -28,7 +28,7 @@ typing-extensions==3.10.0.2 # via # delocate # importlib-metadata -virtualenv==20.7.2 +virtualenv==20.8.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.0 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 2ae943233..6a916b676 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.0 # via virtualenv -delocate==0.9.0 +delocate==0.9.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.2 # via virtualenv @@ -26,7 +26,7 @@ typing-extensions==3.10.0.2 # via # delocate # importlib-metadata -virtualenv==20.7.2 +virtualenv==20.8.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.0 # via diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index fb8d03ee9..2148460fb 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.0 # via virtualenv -delocate==0.9.0 +delocate==0.9.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.2 # via virtualenv @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.2 # via delocate -virtualenv==20.7.2 +virtualenv==20.8.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.0 # via diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 08de2c2b1..be945805c 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.0 # via virtualenv -delocate==0.9.0 +delocate==0.9.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.2 # via virtualenv @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.2 # via delocate -virtualenv==20.7.2 +virtualenv==20.8.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.0 # via diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 08de2c2b1..be945805c 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,7 +6,7 @@ # backports.entry-points-selectable==1.1.0 # via virtualenv -delocate==0.9.0 +delocate==0.9.1 # via -r cibuildwheel/resources/constraints.in distlib==0.3.2 # via virtualenv @@ -20,7 +20,7 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.2 # via delocate -virtualenv==20.7.2 +virtualenv==20.8.0 # via -r cibuildwheel/resources/constraints.in wheel==0.37.0 # via diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 4de9584e3..20b564f92 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,38 +1,38 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-09-05-5fd34b8 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-12-b124c44 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-12-b124c44 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-09-18-65abb78 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-18-c1afc21 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-18-c1afc21 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-09-05-5fd34b8 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-12-b124c44 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-12-b124c44 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-09-18-65abb78 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-18-c1afc21 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-18-c1afc21 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-12-b124c44 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-12-b124c44 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-18-c1afc21 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-18-c1afc21 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-12-b124c44 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-12-b124c44 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-18-c1afc21 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-18-c1afc21 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-12-b124c44 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-18-c1afc21 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-09-06-7b0bd5d -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-09-06-7b0bd5d +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-09-18-c1afc21 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-09-12-b124c44 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-09-18-c1afc21 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-12-b124c44 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-12-b124c44 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-18-c1afc21 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-18-c1afc21 diff --git a/docs/working-examples.md b/docs/working-examples.md index 6fdcbf295..d83112d74 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -33,9 +33,9 @@ title: Working examples | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [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. | | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | +| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [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 ΒΆ | -| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | | [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 | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | @@ -61,8 +61,8 @@ title: Working examples | [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 | | [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. | +| [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. | | [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 | @@ -95,9 +95,9 @@ title: Working examples [AutoPy]: https://github.com/autopilot-rs/autopy [Parselmouth]: https://github.com/YannickJadoul/Parselmouth [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson +[H3-py]: https://github.com/uber/h3-py [markupsafe]: https://github.com/pallets/markupsafe [Rtree]: https://github.com/Toblerity/rtree -[H3-py]: https://github.com/uber/h3-py [python-snappy]: https://github.com/andrix/python-snappy [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy @@ -123,8 +123,8 @@ title: Working examples [pyjet]: https://github.com/scikit-hep/pyjet [numpythia]: https://github.com/scikit-hep/numpythia [polaroid]: https://github.com/daggy1234/polaroid -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [ninja]: https://github.com/scikit-build/ninja-python-distributions +[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [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 @@ -142,67 +142,67 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + +