From fc15836c636a92caf57bbe6fe87de1f49911576e Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 06:15:53 +0000 Subject: [PATCH] Update dependencies --- .../resources/constraints-python310.txt | 2 +- .../resources/constraints-python311.txt | 2 +- .../resources/constraints-python37.txt | 2 +- .../resources/constraints-python38.txt | 2 +- .../resources/constraints-python39.txt | 2 +- cibuildwheel/resources/constraints.txt | 2 +- .../resources/pinned_docker_images.cfg | 60 ++--- docs/working-examples.md | 212 +++++++++--------- 8 files changed, 142 insertions(+), 142 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 1b4a6b31..f3d3b7f9 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 93901adb..849abf49 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index f5a8ac31..78ea26b2 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -30,7 +30,7 @@ zipp==3.8.1 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index c13a47fa..aa06de6e 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index f5f35ff1..0aed606e 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index f5f35ff1..0aed606e 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.1.2 +pip==22.2 # via -r cibuildwheel/resources/constraints.in setuptools==63.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 4c829bd6..1fe4bf41 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,48 +1,48 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-07-17-f8ddacc -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-17-51324db -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-17-51324db -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-17-51324db -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-17-51324db +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-07-21-947f13c [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2022-07-17-f8ddacc -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-17-51324db -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-17-51324db -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-17-51324db +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-07-21-947f13c [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-17-51324db -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-17-51324db -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-17-51324db +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-07-21-947f13c +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-07-21-947f13c [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-17-51324db -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-17-51324db +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-07-21-947f13c +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-07-21-947f13c [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-17-51324db -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-17-51324db -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-07-21-947f13c [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-17-51324db -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-17-51324db -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-07-21-947f13c +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-07-21-947f13c +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-07-21-947f13c [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-17-51324db -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-07-21-947f13c +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-07-21-947f13c [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-17-51324db -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-17-51324db -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-17-51324db +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-07-21-947f13c +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-07-21-947f13c +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-07-21-947f13c diff --git a/docs/working-examples.md b/docs/working-examples.md index 328d1dbb..63b34bb8 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -24,10 +24,10 @@ title: Working examples | [vaex][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization and exploration of big tabular data at a billion rows per second 🚀 | | [Google Benchmark][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A microbenchmark support library | | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming data processing. | -| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | -| [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. | +| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [PyGame][] | ![github icon][] | ![apple icon][] ![linux icon][] | pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL. | +| [scikit-image][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Image processing library. Uses cibuildwheel to build and test a project that uses Cython with platform-native code. | | [cmake][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [twisted-iocpsupport][] | ![github icon][] | ![windows icon][] | A submodule of Twisted that hooks into native C APIs using Cython. | | [websockets][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Library for building WebSocket servers and clients. Mostly written in Python, with a small C 'speedups' extension module. | @@ -57,8 +57,8 @@ title: Working examples | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [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. | -| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | +| [ruptures][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Extensive Cython + NumPy [pyproject.toml](https://github.com/deepcharles/ruptures/blob/master/pyproject.toml) example. | | [DeepForest][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | An Efficient, Scalable and Optimized Python Framework for Deep Forest (2021.2.1) | | [google neuroglancer][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | WebGL-based viewer for volumetric data | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | @@ -105,8 +105,8 @@ title: Working examples | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [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. | +| [xmlstarlet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python 3.6+ CFFI bindings with true MSVC build. | | [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 @@ -125,10 +125,10 @@ title: Working examples [vaex]: https://github.com/vaexio/vaex [Google Benchmark]: https://github.com/google/benchmark [Apache Beam]: https://github.com/apache/beam -[asyncpg]: https://github.com/MagicStack/asyncpg [duckdb]: https://github.com/duckdb/duckdb -[scikit-image]: https://github.com/scikit-image/scikit-image +[asyncpg]: https://github.com/MagicStack/asyncpg [PyGame]: https://github.com/pygame/pygame +[scikit-image]: https://github.com/scikit-image/scikit-image [cmake]: https://github.com/scikit-build/cmake-python-distributions [twisted-iocpsupport]: https://github.com/twisted/twisted-iocpsupport [websockets]: https://github.com/aaugustin/websockets @@ -158,8 +158,8 @@ title: Working examples [Line Profiler]: https://github.com/pyutils/line_profiler [PyTables]: https://github.com/PyTables/PyTables [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO -[ruptures]: https://github.com/deepcharles/ruptures [aioquic]: https://github.com/aiortc/aioquic +[ruptures]: https://github.com/deepcharles/ruptures [DeepForest]: https://github.com/LAMDA-NJU/Deep-Forest [google neuroglancer]: https://github.com/google/neuroglancer [Psycopg 3]: https://github.com/psycopg/psycopg @@ -206,8 +206,8 @@ title: Working examples [ninja]: https://github.com/scikit-build/ninja-python-distributions [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 +[xmlstarlet]: https://github.com/dimitern/xmlstarlet [SiPM]: https://github.com/EdoPro98/SimSiPM [appveyor icon]: data/readme_icons/appveyor.svg @@ -220,106 +220,106 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + +