From e5c210c0863bc7970b76a3958a9f8360baa69135 Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 12:15:24 +0100 Subject: [PATCH] Update dependencies (#967) Co-authored-by: mayeut --- .../resources/constraints-python36.txt | 16 +- .../resources/constraints-python37.txt | 22 +- .../resources/constraints-python38.txt | 14 +- .../resources/constraints-python39.txt | 14 +- cibuildwheel/resources/constraints.txt | 14 +- .../resources/pinned_docker_images.cfg | 54 ++--- docs/working-examples.md | 190 +++++++++--------- 7 files changed, 155 insertions(+), 169 deletions(-) diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 6e35fbee..83fb265f 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -4,18 +4,14 @@ # # bin/update_dependencies.py # -backports.entry-points-selectable==1.1.1 - # via virtualenv -delocate==0.10.1 +delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.0 +filelock==3.4.1 + # via virtualenv +importlib-metadata==4.8.3 # via virtualenv -importlib-metadata==4.8.2 - # via - # backports.entry-points-selectable - # virtualenv importlib-resources==5.4.0 # via virtualenv platformdirs==2.4.0 @@ -26,9 +22,9 @@ typing-extensions==4.0.1 # via # delocate # importlib-metadata -virtualenv==20.10.0 +virtualenv==20.13.0 # via -r cibuildwheel/resources/constraints.in -wheel==0.37.0 +wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index b0cb28c0..83aac3fc 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -4,19 +4,15 @@ # # bin/update_dependencies.py # -backports.entry-points-selectable==1.1.1 - # via virtualenv -delocate==0.10.1 +delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.0 +filelock==3.4.2 # via virtualenv -importlib-metadata==4.8.2 - # via - # backports.entry-points-selectable - # virtualenv -platformdirs==2.4.0 +importlib-metadata==4.10.0 + # via virtualenv +platformdirs==2.4.1 # via virtualenv six==1.16.0 # via virtualenv @@ -24,17 +20,17 @@ typing-extensions==4.0.1 # via # delocate # importlib-metadata -virtualenv==20.10.0 +virtualenv==20.13.0 # via -r cibuildwheel/resources/constraints.in -wheel==0.37.0 +wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.6.0 +zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==21.3.1 # via -r cibuildwheel/resources/constraints.in -setuptools==59.6.0 +setuptools==60.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 266754d8..2026e038 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -4,23 +4,21 @@ # # bin/update_dependencies.py # -backports.entry-points-selectable==1.1.1 - # via virtualenv -delocate==0.10.1 +delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.0 +filelock==3.4.2 # via virtualenv -platformdirs==2.4.0 +platformdirs==2.4.1 # via virtualenv six==1.16.0 # via virtualenv typing-extensions==4.0.1 # via delocate -virtualenv==20.10.0 +virtualenv==20.13.0 # via -r cibuildwheel/resources/constraints.in -wheel==0.37.0 +wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate @@ -28,5 +26,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.6.0 +setuptools==60.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index bb8c6134..af7a22e4 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -4,23 +4,21 @@ # # bin/update_dependencies.py # -backports.entry-points-selectable==1.1.1 - # via virtualenv -delocate==0.10.1 +delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.0 +filelock==3.4.2 # via virtualenv -platformdirs==2.4.0 +platformdirs==2.4.1 # via virtualenv six==1.16.0 # via virtualenv typing-extensions==4.0.1 # via delocate -virtualenv==20.10.0 +virtualenv==20.13.0 # via -r cibuildwheel/resources/constraints.in -wheel==0.37.0 +wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate @@ -28,5 +26,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.6.0 +setuptools==60.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index bb8c6134..af7a22e4 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -4,23 +4,21 @@ # # bin/update_dependencies.py # -backports.entry-points-selectable==1.1.1 - # via virtualenv -delocate==0.10.1 +delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in distlib==0.3.4 # via virtualenv -filelock==3.4.0 +filelock==3.4.2 # via virtualenv -platformdirs==2.4.0 +platformdirs==2.4.1 # via virtualenv six==1.16.0 # via virtualenv typing-extensions==4.0.1 # via delocate -virtualenv==20.10.0 +virtualenv==20.13.0 # via -r cibuildwheel/resources/constraints.in -wheel==0.37.0 +wheel==0.37.1 # via # -r cibuildwheel/resources/constraints.in # delocate @@ -28,5 +26,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.6.0 +setuptools==60.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 82afe6ee..8d25f7f7 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-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 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-01-02-f55f613 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-01-02-2b36e6e +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-01-02-2b36e6e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-01-02-2b36e6e [i686] -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 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-01-02-f55f613 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-01-02-2b36e6e +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-01-02-2b36e6e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-01-02-2b36e6e [pypy_x86_64] -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 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-01-02-2b36e6e +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-01-02-2b36e6e [pypy_i686] -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 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-01-02-2b36e6e +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-01-02-2b36e6e [aarch64] -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 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-01-02-2b36e6e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-01-02-2b36e6e [ppc64le] -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 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-01-02-2b36e6e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-01-02-2b36e6e [s390x] -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 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-01-02-2b36e6e +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-01-02-2b36e6e [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-12-12-e5100b5 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-12-12-e5100b5 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-01-02-2b36e6e +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-01-02-2b36e6e diff --git a/docs/working-examples.md b/docs/working-examples.md index 03f57941..d42c8c91 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -29,8 +29,8 @@ title: Working examples | [Triton][] | ![github icon][] | ![linux icon][] | Self hosted runners | | [PyOxidizer][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A modern Python application packaging and distribution tool | | [OpenSpiel][] | ![github icon][] | ![apple icon][] ![linux icon][] | OpenSpiel is a collection of environments and algorithms for research in general reinforcement learning and search/planning in games. | -| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | +| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | | [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | | [aiortc][] | ![github icon][] | ![apple icon][] ![linux icon][] | WebRTC and ORTC implementation for Python using asyncio. | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | @@ -67,8 +67,8 @@ title: Working examples | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | | [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. | | [CTranslate2][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://www.intel.com/content/www/us/en/developer/tools/oneapi/base-toolkit.html) and CUDA kernels compiled for multiple GPU architectures. | +| [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 | | [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 | @@ -80,18 +80,18 @@ title: Working examples | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [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 | | [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. | +| [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [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. | +| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [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 | | [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. | | [pillow-heif][] | ![github icon][] | ![apple icon][] ![linux icon][] | Python CFFI binding to libheif library with third party dependencies like `libde265`, `x265`, `libaom` with test & publishing on PyPi. | +| [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. | [scikit-learn]: https://github.com/scikit-learn/scikit-learn @@ -115,8 +115,8 @@ title: Working examples [Triton]: https://github.com/openai/triton [PyOxidizer]: https://github.com/indygreg/PyOxidizer [OpenSpiel]: https://github.com/deepmind/open_spiel -[pyzmq]: https://github.com/zeromq/pyzmq [River]: https://github.com/online-ml/river +[pyzmq]: https://github.com/zeromq/pyzmq [vispy]: https://github.com/vispy/vispy [aiortc]: https://github.com/aiortc/aiortc [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python @@ -153,8 +153,8 @@ title: Working examples [cyvcf2]: https://github.com/brentp/cyvcf2 [sourmash]: https://github.com/dib-lab/sourmash [time-machine]: https://github.com/adamchainz/time-machine -[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [CTranslate2]: https://github.com/OpenNMT/CTranslate2 +[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile [jq.py]: https://github.com/mwilliamson/jq.py [iminuit]: https://github.com/scikit-hep/iminuit [Tokenizer]: https://github.com/OpenNMT/Tokenizer @@ -166,18 +166,18 @@ title: Working examples [pybase64]: https://github.com/mayeut/pybase64 [etebase-py]: https://github.com/etesync/etebase-py [fathon]: https://github.com/stfbnc/fathon -[pyjet]: https://github.com/scikit-hep/pyjet [numpythia]: https://github.com/scikit-hep/numpythia -[polaroid]: https://github.com/daggy1234/polaroid +[pyjet]: https://github.com/scikit-hep/pyjet [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build +[polaroid]: https://github.com/daggy1234/polaroid [clang-format]: https://github.com/ssciwr/clang-format-wheel [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 [xmlstarlet]: https://github.com/dimitern/xmlstarlet -[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [pillow-heif]: https://github.com/bigcat88/pillow_heif +[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib [SiPM]: https://github.com/EdoPro98/SimSiPM [appveyor icon]: data/readme_icons/appveyor.svg @@ -190,91 +190,91 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +