From 2709a49715535c71a85aed5b5dedde28fb0685e0 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 6 Sep 2021 13:24:07 +0200 Subject: [PATCH] Update dependencies (#814) Co-authored-by: mayeut --- .../resources/constraints-python36.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 | 44 +++---- docs/working-examples.md | 122 +++++++++--------- 7 files changed, 88 insertions(+), 88 deletions(-) diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 81577665..16b9200f 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -42,5 +42,5 @@ zipp==3.5.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r cibuildwheel/resources/constraints.in -setuptools==57.4.0 +setuptools==58.0.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index bfe8ec26..eaf8fb20 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -38,5 +38,5 @@ zipp==3.5.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r cibuildwheel/resources/constraints.in -setuptools==57.4.0 +setuptools==58.0.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index da6a4e3a..c52b3639 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -30,5 +30,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r cibuildwheel/resources/constraints.in -setuptools==57.4.0 +setuptools==58.0.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 073ecb06..7d4ad25f 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -30,5 +30,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r cibuildwheel/resources/constraints.in -setuptools==57.4.0 +setuptools==58.0.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 073ecb06..7d4ad25f 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -30,5 +30,5 @@ wheel==0.37.0 # The following packages are considered to be unsafe in a requirements file: pip==21.2.4 # via -r cibuildwheel/resources/constraints.in -setuptools==57.4.0 +setuptools==58.0.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 639c4196..f4518b61 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-08-31-156bbc6 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-31-6f90a75 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-31-6f90a75 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-09-05-5fd34b8 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-06-7b0bd5d +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-06-7b0bd5d [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-31-156bbc6 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-31-6f90a75 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-31-6f90a75 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-09-05-5fd34b8 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-06-7b0bd5d +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-06-7b0bd5d [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-31-6f90a75 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-31-6f90a75 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-09-06-7b0bd5d +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-09-06-7b0bd5d [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-31-6f90a75 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-31-6f90a75 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-09-06-7b0bd5d +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-09-06-7b0bd5d [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-31-6f90a75 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-06-7b0bd5d [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-31-6f90a75 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-09-06-7b0bd5d [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-31-6f90a75 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-09-06-7b0bd5d [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-31-6f90a75 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-31-6f90a75 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-09-06-7b0bd5d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-09-06-7b0bd5d diff --git a/docs/working-examples.md b/docs/working-examples.md index 28d44d9a..45219e95 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -40,8 +40,8 @@ title: Working examples | [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 | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | +| [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | @@ -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. | -| [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. | +| [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 | @@ -102,8 +102,8 @@ title: Working examples [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [cyvcf2]: https://github.com/brentp/cyvcf2 -[pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py +[pybind11 python_example]: https://github.com/pybind/python_example [sourmash]: https://github.com/dib-lab/sourmash [tgcalls]: https://github.com/MarshalX/tgcalls [time-machine]: https://github.com/adamchainz/time-machine @@ -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 -[ninja]: https://github.com/scikit-build/ninja-python-distributions [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build +[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 @@ -142,67 +142,67 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - + + + + + + - - - + + + - - - - - - - + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + +