diff --git a/README.md b/README.md index b10f5b51..e5ac2396 100644 --- a/README.md +++ b/README.md @@ -185,9 +185,9 @@ Here are some repos that use cibuildwheel. | [TgCrypto][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [pybase64][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Fast Base64 encoding/decoding in Python | | [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. | +| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [pyjet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The interface between FastJet and NumPy | | [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy | -| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms | | [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. | | [GSD][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Cython and NumPy project with 64-bit wheels. | | [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 | @@ -244,9 +244,9 @@ Here are some repos that use cibuildwheel. [TgCrypto]: https://github.com/pyrogram/tgcrypto [pybase64]: https://github.com/mayeut/pybase64 [etebase-py]: https://github.com/etesync/etebase-py +[fathon]: https://github.com/stfbnc/fathon [pyjet]: https://github.com/scikit-hep/pyjet [numpythia]: https://github.com/scikit-hep/numpythia -[fathon]: https://github.com/stfbnc/fathon [polaroid]: https://github.com/daggy1234/polaroid [GSD]: https://github.com/glotzerlab/gsd [pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example @@ -266,64 +266,64 @@ Here are some repos that use cibuildwheel. [apple icon]: docs/data/readme_icons/apple.svg [linux icon]: docs/data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/cibuildwheel/resources/build-platforms.toml b/cibuildwheel/resources/build-platforms.toml index 5ebaf129..803e6c6e 100644 --- a/cibuildwheel/resources/build-platforms.toml +++ b/cibuildwheel/resources/build-platforms.toml @@ -37,9 +37,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.5/python-3.9.5-macos11.pkg" }, - { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.5/python-3.9.5-macos11.pkg" }, - { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.5/python-3.9.5-macos11.pkg" }, + { identifier = "cp39-macosx_x86_64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, + { identifier = "cp39-macosx_arm64", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, + { identifier = "cp39-macosx_universal2", version = "3.9", url = "https://www.python.org/ftp/python/3.9.6/python-3.9.6-macos11.pkg" }, { identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, { identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, { identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b3-macos11.pkg" }, @@ -54,8 +54,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.5", arch = "32" }, - { identifier = "cp39-win_amd64", version = "3.9.5", arch = "64" }, + { identifier = "cp39-win32", version = "3.9.6", arch = "32" }, + { identifier = "cp39-win_amd64", version = "3.9.6", arch = "64" }, { identifier = "cp310-win32", version = "3.10.0-b3", arch = "32" }, { identifier = "cp310-win_amd64", version = "3.10.0-b3", arch = "64" }, { identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip" }, diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 91f84049..aba151fe 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.0 +importlib-metadata==4.6.1 # via virtualenv importlib-resources==5.2.0 # via virtualenv @@ -26,7 +26,7 @@ wheel==0.36.2 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.4.1 +zipp==3.5.0 # via # importlib-metadata # importlib-resources @@ -34,5 +34,5 @@ zipp==3.4.1 # The following packages are considered to be unsafe in a requirements file: pip==21.1.3 # via -r cibuildwheel/resources/constraints.in -setuptools==57.0.0 +setuptools==57.1.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 3b9d014f..5b3caa9e 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -12,7 +12,7 @@ distlib==0.3.2 # via virtualenv filelock==3.0.12 # via virtualenv -importlib-metadata==4.6.0 +importlib-metadata==4.6.1 # via virtualenv six==1.16.0 # via virtualenv @@ -24,11 +24,11 @@ wheel==0.36.2 # via # -r cibuildwheel/resources/constraints.in # delocate -zipp==3.4.1 +zipp==3.5.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: pip==21.1.3 # via -r cibuildwheel/resources/constraints.in -setuptools==57.0.0 +setuptools==57.1.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index a95297ce..3ccee887 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.1.3 # via -r cibuildwheel/resources/constraints.in -setuptools==57.0.0 +setuptools==57.1.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index e92a8ea4..57d28e20 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.1.3 # via -r cibuildwheel/resources/constraints.in -setuptools==57.0.0 +setuptools==57.1.0 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index e92a8ea4..57d28e20 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -24,5 +24,5 @@ wheel==0.36.2 # The following packages are considered to be unsafe in a requirements file: pip==21.1.3 # via -r cibuildwheel/resources/constraints.in -setuptools==57.0.0 +setuptools==57.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 6e9ad226..72f782d3 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,38 +1,38 @@ [x86_64] -manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-05-31-f12b4c4 -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-06-07-00faba2 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-06-07-00faba2 +manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-07-04-13bcf48 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-04-1e3ce39 [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2021-05-31-f12b4c4 -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-06-07-00faba2 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-06-07-00faba2 +manylinux1 = quay.io/pypa/manylinux1_i686:2021-07-04-13bcf48 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-04-1e3ce39 [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-06-07-00faba2 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-06-07-00faba2 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-04-1e3ce39 [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-06-07-00faba2 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-06-07-00faba2 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-04-1e3ce39 +manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-04-1e3ce39 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-06-07-00faba2 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-04-1e3ce39 [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-06-07-00faba2 +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-07-04-1e3ce39 [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-06-07-00faba2 +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-07-04-1e3ce39 [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-06-07-00faba2 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-06-07-00faba2 +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-04-1e3ce39 +manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-04-1e3ce39