From bc804d0a2b2dbc7c62a61be3aa2237d7ad94342f Mon Sep 17 00:00:00 2001 From: "cibuildwheel-bot[bot]" <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 06:13:54 +0000 Subject: [PATCH] Update dependencies --- .../resources/constraints-python310.txt | 10 +++-- .../resources/constraints-python311.txt | 10 +++-- .../resources/constraints-python37.txt | 12 +++--- .../resources/constraints-python38.txt | 10 +++-- .../resources/constraints-python39.txt | 10 +++-- cibuildwheel/resources/constraints.txt | 10 +++-- .../resources/pinned_docker_images.cfg | 40 +++++++++---------- docs/working-examples.md | 8 ++-- 8 files changed, 61 insertions(+), 49 deletions(-) diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index f2b3ba8c..c6f6cbe3 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -12,15 +12,17 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via delocate virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index 02f497ed..c2fa590f 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -12,15 +12,17 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via delocate virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 9f76098f..2ff0390f 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -14,12 +14,8 @@ importlib-metadata==6.0.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via # delocate @@ -29,5 +25,11 @@ virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in -zipp==3.12.0 +zipp==3.12.1 # via importlib-metadata + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 6d7d5f27..2cd59960 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -12,15 +12,17 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via delocate virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 58df69fd..e853692d 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -12,15 +12,17 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via delocate virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 02f497ed..c2fa590f 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -12,15 +12,17 @@ filelock==3.9.0 # via virtualenv packaging==23.0 # via delocate -pip==22.3.1 - # via -r cibuildwheel/resources/constraints.in platformdirs==2.6.2 # via virtualenv -setuptools==67.0.0 - # via -r cibuildwheel/resources/constraints.in typing-extensions==4.4.0 # via delocate virtualenv==20.17.1 # via -r cibuildwheel/resources/constraints.in wheel==0.38.4 # via -r cibuildwheel/resources/constraints.in + +# The following packages are considered to be unsafe in a requirements file: +pip==23.0 + # via -r cibuildwheel/resources/constraints.in +setuptools==67.1.0 + # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index b70db1ed..85b4b4dd 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:2023-01-24-f7432d5 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-02-05-7c3bb1c manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-23-6837d00 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-01-23-6837d00 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-05-56647d4 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-02-05-56647d4 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2023-01-24-f7432d5 +manylinux1 = quay.io/pypa/manylinux1_i686:2023-02-05-7c3bb1c manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-01-23-6837d00 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-02-05-56647d4 [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-01-23-6837d00 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-02-05-56647d4 [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-23-6837d00 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-01-23-6837d00 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-05-56647d4 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-02-05-56647d4 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-01-03-129be5e -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-01-23-6837d00 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-02-05-56647d4 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-01-23-6837d00 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-01-23-6837d00 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-02-05-56647d4 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-02-05-56647d4 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-01-23-6837d00 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-02-05-56647d4 manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 -manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-01-23-6837d00 +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-02-05-56647d4 diff --git a/docs/working-examples.md b/docs/working-examples.md index f9b1b3c1..1307895f 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -73,8 +73,8 @@ title: Working examples | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | -| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [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. | +| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. | | [pybind11 python_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a Python-based build system | | [dd-trace-py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Uses custom alternate arch emulation on GitHub | @@ -98,8 +98,8 @@ title: Working examples | [pillow-heif][] | ![github icon][] ![cirrusci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Bindings to libheif library with third party dependencies. Fully automated CI for tests and publishing including Apple Silicon builds. | | [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. | -| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | +| [power-grid-model][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python/C++ library for distribution power system analysis | | [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions | | [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | @@ -179,8 +179,8 @@ title: Working examples [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [python-snappy]: https://github.com/andrix/python-snappy [KDEpy]: https://github.com/tommyod/KDEpy -[tgcalls]: https://github.com/MarshalX/tgcalls [CTranslate2]: https://github.com/OpenNMT/CTranslate2 +[tgcalls]: https://github.com/MarshalX/tgcalls [time-machine]: https://github.com/adamchainz/time-machine [pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py @@ -204,8 +204,8 @@ title: Working examples [pillow-heif]: https://github.com/bigcat88/pillow_heif [Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [polaroid]: https://github.com/daggy1234/polaroid -[power-grid-model]: https://github.com/alliander-opensource/power-grid-model [etebase-py]: https://github.com/etesync/etebase-py +[power-grid-model]: https://github.com/alliander-opensource/power-grid-model [cf-units]: https://github.com/SciTools/cf-units [clang-format]: https://github.com/ssciwr/clang-format-wheel [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example