From 7630436656a0b6d31d92e951a206be6f38301437 Mon Sep 17 00:00:00 2001 From: mayeut Date: Mon, 22 Nov 2021 06:12:39 +0000 Subject: [PATCH] Update dependencies --- cibuildwheel/resources/build-platforms.toml | 10 +- .../resources/constraints-python36.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 | 54 +++--- docs/working-examples.md | 176 +++++++++--------- 8 files changed, 130 insertions(+), 130 deletions(-) diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 78efd3f8b..6848c75c0 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -65,9 +65,9 @@ python_configurations = [ { identifier = "cp38-macosx_x86_64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, { identifier = "cp38-macosx_arm64", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, { identifier = "cp38-macosx_universal2", version = "3.8", url = "https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg" }, - { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.8/python-3.9.8-macos11.pkg" }, - { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.8/python-3.9.8-macos11.pkg" }, - { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.8/python-3.9.8-macos11.pkg" }, + { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, + { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, + { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.9/python-3.9.9-macos11.pkg" }, { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0post2-macos11.pkg" }, @@ -83,8 +83,8 @@ python_configurations = [ { identifier = "cp37-win_amd64", version = "3.7.9", arch = "64" }, { identifier = "cp38-win32", version = "3.8.10", arch = "32" }, { identifier = "cp38-win_amd64", version = "3.8.10", arch = "64" }, - { identifier = "cp39-win32", version = "3.9.8", arch = "32" }, - { identifier = "cp39-win_amd64", version = "3.9.8", arch = "64" }, + { identifier = "cp39-win32", version = "3.9.9", arch = "32" }, + { identifier = "cp39-win_amd64", version = "3.9.9", arch = "64" }, { identifier = "cp310-win32", version = "3.10.0", arch = "32" }, { identifier = "cp310-win_amd64", version = "3.10.0", arch = "64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.7-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index ab8ae7b9e..d6efc50ef 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -10,7 +10,7 @@ delocate==0.10.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv -filelock==3.3.2 +filelock==3.4.0 # via virtualenv importlib-metadata==4.8.2 # via @@ -40,5 +40,5 @@ zipp==3.6.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.1.0 +setuptools==59.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index f1e911c86..e09601ebc 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -10,7 +10,7 @@ delocate==0.10.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv -filelock==3.3.2 +filelock==3.4.0 # via virtualenv importlib-metadata==4.8.2 # via @@ -36,5 +36,5 @@ zipp==3.6.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.1.0 +setuptools==59.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 7b4b924dd..8cf062a1c 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -10,7 +10,7 @@ delocate==0.10.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv -filelock==3.3.2 +filelock==3.4.0 # via virtualenv platformdirs==2.4.0 # via virtualenv @@ -28,5 +28,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.1.0 +setuptools==59.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 660808fd7..ac015abc6 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -10,7 +10,7 @@ delocate==0.10.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv -filelock==3.3.2 +filelock==3.4.0 # via virtualenv platformdirs==2.4.0 # via virtualenv @@ -28,5 +28,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.1.0 +setuptools==59.2.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 660808fd7..ac015abc6 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -10,7 +10,7 @@ delocate==0.10.0 # via -r cibuildwheel/resources/constraints.in distlib==0.3.3 # via virtualenv -filelock==3.3.2 +filelock==3.4.0 # via virtualenv platformdirs==2.4.0 # via virtualenv @@ -28,5 +28,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.1.0 +setuptools==59.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 e8cf043f5..9f6ab6874 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-11-07-f38ff36 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-07-28723f3 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-07-28723f3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-07-28723f3 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-11-20-c4c639c +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2021-11-20-f410d11 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-07-f38ff36 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-07-28723f3 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-07-28723f3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-07-28723f3 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-11-20-c4c639c +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2021-11-20-f410d11 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-07-28723f3 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-07-28723f3 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-11-20-f410d11 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-07-28723f3 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-07-28723f3 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-11-20-f410d11 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-11-20-f410d11 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-07-28723f3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-07-28723f3 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2021-11-20-f410d11 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-07-28723f3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-07-28723f3 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-11-20-f410d11 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2021-11-20-f410d11 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-07-28723f3 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-07-28723f3 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-11-20-f410d11 +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2021-11-20-f410d11 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-07-28723f3 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-07-28723f3 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-11-20-f410d11 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-11-20-f410d11 diff --git a/docs/working-examples.md b/docs/working-examples.md index 8f08108e7..6a8ccf75b 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -28,8 +28,8 @@ title: Working examples | [cvxpy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A Python-embedded modeling language for convex optimization problems. | | [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 | -| [pyzmq][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Python bindings for zeromq, the networking library. Uses Cython and CFFI. | | [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 | | [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. | @@ -81,8 +81,8 @@ title: Working examples | [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | | [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. | +| [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. | | [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. | | [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 | @@ -90,8 +90,8 @@ title: Working examples | [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. | -| [SiPM][] | ![github icon][] | ![apple icon][] ![linux icon][] | High performance library for SiPM detectors simulation using C++17, OpenMP and AVX2 intrinsics. | | [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. | +| [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 [Tornado]: https://github.com/tornadoweb/tornado @@ -113,8 +113,8 @@ title: Working examples [cvxpy]: https://github.com/cvxpy/cvxpy [Triton]: https://github.com/openai/triton [PyOxidizer]: https://github.com/indygreg/PyOxidizer -[pyzmq]: https://github.com/zeromq/pyzmq [OpenSpiel]: https://github.com/deepmind/open_spiel +[pyzmq]: https://github.com/zeromq/pyzmq [River]: https://github.com/online-ml/river [vispy]: https://github.com/vispy/vispy [aiortc]: https://github.com/aiortc/aiortc @@ -166,8 +166,8 @@ title: Working examples [fathon]: https://github.com/stfbnc/fathon [numpythia]: https://github.com/scikit-hep/numpythia [pyjet]: https://github.com/scikit-hep/pyjet -[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [polaroid]: https://github.com/daggy1234/polaroid +[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build [ninja]: https://github.com/scikit-build/ninja-python-distributions [clang-format]: https://github.com/ssciwr/clang-format-wheel [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example @@ -175,8 +175,8 @@ title: Working examples [pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext [xmlstarlet]: https://github.com/dimitern/xmlstarlet [CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib -[SiPM]: https://github.com/EdoPro98/SimSiPM [pillow-heif]: https://github.com/bigcat88/pillow_heif +[SiPM]: https://github.com/EdoPro98/SimSiPM [appveyor icon]: data/readme_icons/appveyor.svg [github icon]: data/readme_icons/github.svg @@ -188,90 +188,90 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + +