From 68cbf299798276c999e17c5043689b80a6c766dc Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 17 Oct 2022 06:50:14 +0000 Subject: [PATCH] Update dependencies --- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python311.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 | 58 ++--- docs/working-examples.md | 216 +++++++++--------- 8 files changed, 149 insertions(+), 149 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 45a83af8..5d8deff1 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -22,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 1ec6cb08..5b9294d0 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -22,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 3071f521..7a115c97 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -28,7 +28,7 @@ zipp==3.9.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index e6131886..d13350fd 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -22,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 7d080df4..8f51d507 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -22,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 1ec6cb08..5b9294d0 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -22,7 +22,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.2.2 +pip==22.3 # via -r cibuildwheel/resources/constraints.in -setuptools==65.4.1 +setuptools==65.5.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 07b9a1f8..dc768a09 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,49 +1,49 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-11-c03643c +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-10-15-7701e25 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-12-b8b6ebc +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-16-620fa8d +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-10-16-620fa8d [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-11-c03643c +manylinux1 = quay.io/pypa/manylinux1_i686:2022-10-15-7701e25 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-12-b8b6ebc +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-16-620fa8d +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-10-16-620fa8d [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-12-b8b6ebc -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-12-b8b6ebc -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-12-b8b6ebc +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-10-16-620fa8d [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-12-b8b6ebc -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-12-b8b6ebc +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-10-16-620fa8d [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-12-00e3958 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-16-620fa8d +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-10-16-620fa8d [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-12-00e3958 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-12-00e3958 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-12-00e3958 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-12-00e3958 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-10-16-620fa8d +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-10-16-620fa8d [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-12-00e3958 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-12-00e3958 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-12-00e3958 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-12-4e18a23 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2022-10-16-620fa8d +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-10-16-620fa8d [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-12-00e3958 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-12-00e3958 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-12-00e3958 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-10-16-620fa8d +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-10-16-620fa8d +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-10-16-620fa8d diff --git a/docs/working-examples.md b/docs/working-examples.md index 4e4d060b..5c116577 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -58,7 +58,7 @@ title: Working examples | [PyTables][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python package to manage extremely large amounts of data | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | -| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML, based on docker | +| [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Development environment for AI/ML | | [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | @@ -79,14 +79,14 @@ title: Working examples | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | | [cyvcf2][] | ![github icon][] | ![apple icon][] ![linux icon][] | cython + htslib == fast VCF and BCF processing | -| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [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. | +| [abess][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A fast best-subset selection library. It uses cibuildwheel to build a large project with C++ extensions. | | [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. | | [mosec][] | ![github icon][] | ![linux icon][] ![apple icon][] | A high-performance serving framework for ML models, offers dynamic batching and multi-stage pipeline to fully exploit your compute machine | +| [bx-python][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | A library that includes Cython extensions. | | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [boost-histogram][] | ![github icon][] ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Supports full range of wheels, including PyPy and alternate archs. | | [iDynTree][] | ![github icon][] | ![linux icon][] | Uses manylinux_2_24 | @@ -184,14 +184,14 @@ title: Working examples [time-machine]: https://github.com/adamchainz/time-machine [sourmash]: https://github.com/dib-lab/sourmash [cyvcf2]: https://github.com/brentp/cyvcf2 -[abess]: https://github.com/abess-team/abess [matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile +[abess]: https://github.com/abess-team/abess [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 [mosec]: https://github.com/mosecorg/mosec +[bx-python]: https://github.com/bxlab/bx-python [TgCrypto]: https://github.com/pyrogram/tgcrypto [boost-histogram]: https://github.com/scikit-hep/boost-histogram [iDynTree]: https://github.com/robotology/idyntree @@ -229,110 +229,110 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +