From e132ce0b0e10564269b6a42aa3143318f45a83e8 Mon Sep 17 00:00:00 2001 From: mayeut Date: Wed, 14 Jul 2021 12:41:25 +0000 Subject: [PATCH] Update dependencies --- README.md | 136 +++++++++--------- cibuildwheel/resources/build-platforms.toml | 10 +- .../resources/constraints-python36.txt | 10 +- .../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 | 44 +++--- 8 files changed, 120 insertions(+), 106 deletions(-) diff --git a/README.md b/README.md index f62c8051..b26b38da 100644 --- a/README.md +++ b/README.md @@ -171,20 +171,20 @@ Here are some repos that use cibuildwheel. | [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 | -| [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | -| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 | +| [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. | +| [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. | | [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. | | [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq | | [Tokenizer][] | ![github icon][] ![travisci 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. | -| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | -| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | +| [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | +| [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | @@ -192,8 +192,8 @@ Here are some repos that use cibuildwheel. | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | -| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [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. | +| [pyinstrument_cext][] | ![travisci icon][] ![appveyor icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A simple C extension, without external dependencies | | [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [CorrectionLib][] | ![github icon][] | ![apple icon][] ![linux icon][] | Structured JSON powered correction library for HEP, designed for the CMS experiment at CERN. | | [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | @@ -230,20 +230,20 @@ Here are some repos that use cibuildwheel. [KDEpy]: https://github.com/tommyod/KDEpy [cyvcf2]: https://github.com/brentp/cyvcf2 [pybind11 python_example]: https://github.com/pybind/python_example -[sourmash]: https://github.com/dib-lab/sourmash [dd-trace-py]: https://github.com/DataDog/dd-trace-py -[iminuit]: https://github.com/scikit-hep/iminuit +[sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine +[iminuit]: https://github.com/scikit-hep/iminuit [CTranslate2]: https://github.com/OpenNMT/CTranslate2 [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [jq.py]: https://github.com/mwilliamson/jq.py [Tokenizer]: https://github.com/OpenNMT/Tokenizer [PyGLM]: https://github.com/Zuzu-Typ/PyGLM [bx-python]: https://github.com/bxlab/bx-python -[iDynTree]: https://github.com/robotology/idyntree [boost-histogram]: https://github.com/scikit-hep/boost-histogram -[TgCrypto]: https://github.com/pyrogram/tgcrypto +[iDynTree]: https://github.com/robotology/idyntree [pybase64]: https://github.com/mayeut/pybase64 +[TgCrypto]: https://github.com/pyrogram/tgcrypto [etebase-py]: https://github.com/etesync/etebase-py [fathon]: https://github.com/stfbnc/fathon [pyjet]: https://github.com/scikit-hep/pyjet @@ -251,8 +251,8 @@ Here are some repos that use cibuildwheel. [polaroid]: https://github.com/daggy1234/polaroid [GSD]: https://github.com/glotzerlab/gsd [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example -[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build +[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [SiPM]: https://github.com/EdoPro98/SimSiPM @@ -267,64 +267,64 @@ 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/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 803e6c6e..1544c292 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -40,9 +40,9 @@ python_configurations = [ { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, - { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, - { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, - { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, + { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, + { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, + { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" }, { identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-osx64.tar.bz2" }, ] @@ -56,7 +56,7 @@ python_configurations = [ { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, { identifier = "cp39-win32", version = "3.9.6", arch = "32" }, { identifier = "cp39-win_amd64", version = "3.9.6", arch = "64" }, - { identifier = "cp310-win32", version = "3.10.0-b3", arch = "32" }, - { identifier = "cp310-win_amd64", version = "3.10.0-b3", arch = "64" }, + { identifier = "cp310-win32", version = "3.10.0-b4", arch = "32" }, + { identifier = "cp310-win_amd64", version = "3.10.0-b4", arch = "64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip" }, ] diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index aba151fe..41445684 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -4,7 +4,7 @@ # # bin/update_dependencies.py # -appdirs==1.4.4 +backports.entry-points-selectable==1.1.0 # via virtualenv delocate==0.8.2 # via -r cibuildwheel/resources/constraints.in @@ -13,14 +13,18 @@ distlib==0.3.2 filelock==3.0.12 # via virtualenv importlib-metadata==4.6.1 - # via virtualenv + # via + # backports.entry-points-selectable + # virtualenv importlib-resources==5.2.0 # via virtualenv +platformdirs==2.0.2 + # via virtualenv six==1.16.0 # via virtualenv typing-extensions==3.10.0.0 # via importlib-metadata -virtualenv==20.4.7 +virtualenv==20.5.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 5b3caa9e..747681a8 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -4,7 +4,7 @@ # # bin/update_dependencies.py # -appdirs==1.4.4 +backports.entry-points-selectable==1.1.0 # via virtualenv delocate==0.8.2 # via -r cibuildwheel/resources/constraints.in @@ -13,12 +13,16 @@ distlib==0.3.2 filelock==3.0.12 # via virtualenv importlib-metadata==4.6.1 + # via + # backports.entry-points-selectable + # virtualenv +platformdirs==2.0.2 # via virtualenv six==1.16.0 # via virtualenv typing-extensions==3.10.0.0 # via importlib-metadata -virtualenv==20.4.7 +virtualenv==20.5.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 3ccee887..12183c67 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -4,7 +4,7 @@ # # bin/update_dependencies.py # -appdirs==1.4.4 +backports.entry-points-selectable==1.1.0 # via virtualenv delocate==0.8.2 # via -r cibuildwheel/resources/constraints.in @@ -12,9 +12,11 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv +platformdirs==2.0.2 + # via virtualenv six==1.16.0 # via virtualenv -virtualenv==20.4.7 +virtualenv==20.5.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 57d28e20..cf4e9dc4 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -4,7 +4,7 @@ # # bin/update_dependencies.py # -appdirs==1.4.4 +backports.entry-points-selectable==1.1.0 # via virtualenv delocate==0.8.2 # via -r cibuildwheel/resources/constraints.in @@ -12,9 +12,11 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv +platformdirs==2.0.2 + # via virtualenv six==1.16.0 # via virtualenv -virtualenv==20.4.7 +virtualenv==20.5.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 57d28e20..cf4e9dc4 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -4,7 +4,7 @@ # # bin/update_dependencies.py # -appdirs==1.4.4 +backports.entry-points-selectable==1.1.0 # via virtualenv delocate==0.8.2 # via -r cibuildwheel/resources/constraints.in @@ -12,9 +12,11 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv +platformdirs==2.0.2 + # via virtualenv six==1.16.0 # via virtualenv -virtualenv==20.4.7 +virtualenv==20.5.0 # via -r cibuildwheel/resources/constraints.in wheel==0.36.2 # via diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 72f782d3..d79efbc6 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-07-04-13bcf48 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-04-1e3ce39 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-04-1e3ce39 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-07-14-0700e04 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-14-67a6e11 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-14-67a6e11 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-04-1e3ce39 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-04-1e3ce39 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-07-14-0700e04 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-14-67a6e11 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-14-67a6e11 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-04-1e3ce39 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-04-1e3ce39 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-14-67a6e11 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-14-67a6e11 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-04-1e3ce39 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-04-1e3ce39 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-14-67a6e11 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-14-67a6e11 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-14-67a6e11 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-07-14-67a6e11 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-07-14-67a6e11 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-14-67a6e11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-14-67a6e11