From 65f7c683549b31b44e4e362a5855d2ea4c37576c Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 29 Aug 2022 07:26:28 +0000 Subject: [PATCH] Update dependencies --- .../resources/constraints-python310.txt | 4 +- .../resources/constraints-python311.txt | 4 +- .../resources/constraints-python36.txt | 2 +- .../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 | 56 ++--- docs/working-examples.md | 196 +++++++++--------- 9 files changed, 139 insertions(+), 139 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 79006c38..50fb748d 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 05abac2e..a6450e0b 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 51328239..1b35998d 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.4.1 # via virtualenv diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 51c29395..42004279 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -30,5 +30,5 @@ zipp==3.8.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 01256831..96da9ed7 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index d0ee57c9..60123ea0 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 05abac2e..a6450e0b 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -6,7 +6,7 @@ # delocate==0.10.2 # via -r cibuildwheel/resources/constraints.in -distlib==0.3.5 +distlib==0.3.6 # via virtualenv filelock==3.8.0 # via virtualenv @@ -24,5 +24,5 @@ wheel==0.37.1 # The following packages are considered to be unsafe in a requirements file: pip==22.2.2 # via -r cibuildwheel/resources/constraints.in -setuptools==65.2.0 +setuptools==65.3.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index e6d0de75..568e6c17 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-08-21-7492cb5 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-08-28-052a216 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-21-92d3131 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-21-92d3131 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-29-0fd77fa +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-29-0fd77fa +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-08-29-0fd77fa [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-21-7492cb5 +manylinux1 = quay.io/pypa/manylinux1_i686:2022-08-28-052a216 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-21-92d3131 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-29-0fd77fa +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-08-29-0fd77fa [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-21-92d3131 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-08-29-0fd77fa +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2022-08-29-0fd77fa [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-08-29-0fd77fa [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-21-92d3131 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-21-92d3131 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-29-0fd77fa +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-29-0fd77fa +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2022-08-29-0fd77fa [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-21-92d3131 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-21-92d3131 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-08-29-0fd77fa +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2022-08-29-0fd77fa +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2022-08-29-0fd77fa [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-21-92d3131 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-08-29-0fd77fa +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2022-08-29-0fd77fa [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-21-92d3131 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-21-92d3131 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-21-92d3131 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-08-29-0fd77fa +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-08-29-0fd77fa +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2022-08-29-0fd77fa diff --git a/docs/working-examples.md b/docs/working-examples.md index 13ff7323..fa2e3c50 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -26,7 +26,7 @@ title: Working examples | [duckdb][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | DuckDB is an in-process SQL OLAP Database Management System | | [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. | -| [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. | +| [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. | @@ -226,109 +226,109 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - + + + + + + + - - - - - + + + + + - - - + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + +