From 8eaea06f6cbad8f115d83488db476d79bba815ec Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 16 Aug 2021 06:10:42 +0000 Subject: [PATCH] Update dependencies --- README.md | 126 +++++++++--------- .../resources/constraints-python36.txt | 8 +- .../resources/constraints-python37.txt | 8 +- .../resources/constraints-python38.txt | 6 +- .../resources/constraints-python39.txt | 6 +- cibuildwheel/resources/constraints.txt | 6 +- .../resources/pinned_docker_images.cfg | 40 +++--- 7 files changed, 100 insertions(+), 100 deletions(-) diff --git a/README.md b/README.md index fce64dd7..3b2f84e9 100644 --- a/README.md +++ b/README.md @@ -170,11 +170,11 @@ Here are some repos that use cibuildwheel. | [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 | -| [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 | +| [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | -| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. | +| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | @@ -231,11 +231,11 @@ Here are some repos that use cibuildwheel. [pybind11 cmake_example]: https://github.com/pybind/cmake_example [KDEpy]: https://github.com/tommyod/KDEpy [cyvcf2]: https://github.com/brentp/cyvcf2 -[dd-trace-py]: https://github.com/DataDog/dd-trace-py [pybind11 python_example]: https://github.com/pybind/python_example +[dd-trace-py]: https://github.com/DataDog/dd-trace-py [sourmash]: https://github.com/dib-lab/sourmash -[time-machine]: https://github.com/adamchainz/time-machine [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[time-machine]: https://github.com/adamchainz/time-machine [iminuit]: https://github.com/scikit-hep/iminuit [CTranslate2]: https://github.com/OpenNMT/CTranslate2 [jq.py]: https://github.com/mwilliamson/jq.py @@ -270,66 +270,66 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index bbc0558a..25811f76 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.3 +importlib-metadata==4.6.4 # via # backports.entry-points-selectable # virtualenv @@ -28,9 +28,9 @@ typing-extensions==3.10.0.0 # via # delocate # importlib-metadata -virtualenv==20.7.0 +virtualenv==20.7.2 # via -r cibuildwheel/resources/constraints.in -wheel==0.36.2 +wheel==0.37.0 # via # -r cibuildwheel/resources/constraints.in # delocate @@ -40,7 +40,7 @@ zipp==3.5.0 # importlib-resources # The following packages are considered to be unsafe in a requirements file: -pip==21.2.3 +pip==21.2.4 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index c87c4684..5f6347e2 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.3 +importlib-metadata==4.6.4 # via # backports.entry-points-selectable # virtualenv @@ -26,9 +26,9 @@ typing-extensions==3.10.0.0 # via # delocate # importlib-metadata -virtualenv==20.7.0 +virtualenv==20.7.2 # via -r cibuildwheel/resources/constraints.in -wheel==0.36.2 +wheel==0.37.0 # via # -r cibuildwheel/resources/constraints.in # delocate @@ -36,7 +36,7 @@ zipp==3.5.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==21.2.3 +pip==21.2.4 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 0fca46ee..3f8702aa 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -20,15 +20,15 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.7.0 +virtualenv==20.7.2 # via -r cibuildwheel/resources/constraints.in -wheel==0.36.2 +wheel==0.37.0 # via # -r cibuildwheel/resources/constraints.in # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.3 +pip==21.2.4 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index d9e928a8..57687a6f 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -20,15 +20,15 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.7.0 +virtualenv==20.7.2 # via -r cibuildwheel/resources/constraints.in -wheel==0.36.2 +wheel==0.37.0 # via # -r cibuildwheel/resources/constraints.in # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.3 +pip==21.2.4 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index d9e928a8..57687a6f 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -20,15 +20,15 @@ six==1.16.0 # virtualenv typing-extensions==3.10.0.0 # via delocate -virtualenv==20.7.0 +virtualenv==20.7.2 # via -r cibuildwheel/resources/constraints.in -wheel==0.36.2 +wheel==0.37.0 # via # -r cibuildwheel/resources/constraints.in # delocate # The following packages are considered to be unsafe in a requirements file: -pip==21.2.3 +pip==21.2.4 # via -r cibuildwheel/resources/constraints.in setuptools==57.4.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 2ae1ac51..7f07856d 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-01-f71d505 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-09-92f447b [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-01-f71d505 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-09-92f447b [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-09-92f447b [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-09-92f447b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-09-92f447b [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-09-92f447b [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-09-92f447b [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-09-92f447b [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-09-92f447b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-09-92f447b