From 3b40094a3a647e41b69d0a6c11020795e20c05d6 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 09:36:17 -0500 Subject: [PATCH] Update dependencies (#958) --- cibuildwheel/resources/build-platforms.toml | 12 +- .../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 | 172 +++++++++--------- 8 files changed, 129 insertions(+), 129 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 049ecc7a2..7ee420171 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -68,9 +68,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.1/python-3.10.1-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.7-osx64.tar.bz2" }, ] @@ -85,10 +85,10 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.9", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.0", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.1", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.1", arch = "64" }, { identifier = "cp39-win_arm64", version = "3.9.9", arch = "ARM64" }, - { identifier = "cp310-win_arm64", version = "3.10.0", arch = "ARM64" }, + { identifier = "cp310-win_arm64", version = "3.10.1", 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.7-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index ead498bf0..6e35fbeeb 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1 # via virtualenv delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.3 +distlib==0.3.4 # via virtualenv filelock==3.4.0 # via virtualenv @@ -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.5.0 +setuptools==59.6.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index c42505d29..b0cb28c0e 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1 # via virtualenv delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.3 +distlib==0.3.4 # via virtualenv filelock==3.4.0 # via virtualenv @@ -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.5.0 +setuptools==59.6.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 2fe6700f6..266754d8c 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1 # via virtualenv delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.3 +distlib==0.3.4 # via virtualenv filelock==3.4.0 # via virtualenv @@ -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.5.0 +setuptools==59.6.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index d181f1e5d..bb8c61349 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1 # via virtualenv delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.3 +distlib==0.3.4 # via virtualenv filelock==3.4.0 # via virtualenv @@ -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.5.0 +setuptools==59.6.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index d181f1e5d..bb8c61349 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -8,7 +8,7 @@ backports.entry-points-selectable==1.1.1 # via virtualenv delocate==0.10.1 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.3 +distlib==0.3.4 # via virtualenv filelock==3.4.0 # via virtualenv @@ -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.5.0 +setuptools==59.6.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 2a668f8df..82afe6ee1 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-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 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-12-11-951973d +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-12-12-e5100b5 [i686] -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 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-12-11-951973d +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-12-12-e5100b5 [pypy_x86_64] -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 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-12-12-e5100b5 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-12-12-e5100b5 [pypy_i686] -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 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-12-12-e5100b5 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-12-12-e5100b5 [aarch64] -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 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-12-12-e5100b5 [ppc64le] -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 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-12-12-e5100b5 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-12-12-e5100b5 [s390x] -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 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-12-12-e5100b5 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-12-12-e5100b5 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-05-142ef77 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-05-142ef77 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5 diff --git a/docs/working-examples.md b/docs/working-examples.md index 0664f2c23..7723b7dc6 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -69,8 +69,8 @@ title: Working examples | [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. | | [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. | -| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | +| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | | [Tokenizer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support | | [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python | | [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | @@ -155,8 +155,8 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [CTranslate2]: https://github.com/OpenNMT/CTranslate2 -[iminuit]: https://github.com/scikit-hep/iminuit [jq.py]: https://github.com/mwilliamson/jq.py +[iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [bx-python]: https://github.com/bxlab/bx-python @@ -190,91 +190,91 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +