diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fdd5a470..11533668 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v2.31.1 hooks: - id: pyupgrade name: PyUpgrade 3.6+ @@ -27,7 +27,7 @@ repos: # Autoremoves unused imports - repo: https://github.com/hadialqattan/pycln - rev: v1.2.4 + rev: v1.2.5 hooks: - id: pycln args: [--config=pyproject.toml] @@ -48,7 +48,7 @@ repos: - id: setup-cfg-fmt - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.931 + rev: v0.941 hooks: - id: mypy name: mypy 3.6 on cibuildwheel/ diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index 1ad8ab72..4019c047 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -16,7 +16,7 @@ six==1.16.0 # via virtualenv typing-extensions==4.1.1 # via delocate -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.3 +pip==22.0.4 # via -r cibuildwheel/resources/constraints.in setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python36.txt b/cibuildwheel/resources/constraints-python36.txt index 047f916b..e0282d50 100644 --- a/cibuildwheel/resources/constraints-python36.txt +++ b/cibuildwheel/resources/constraints-python36.txt @@ -22,7 +22,7 @@ typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index fcdba03b..56e691c5 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -10,7 +10,7 @@ distlib==0.3.4 # via virtualenv filelock==3.6.0 # via virtualenv -importlib-metadata==4.11.2 +importlib-metadata==4.11.3 # via virtualenv platformdirs==2.5.1 # via virtualenv @@ -20,7 +20,7 @@ typing-extensions==4.1.1 # via # delocate # importlib-metadata -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -30,7 +30,7 @@ zipp==3.7.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==22.0.3 +pip==22.0.4 # via -r cibuildwheel/resources/constraints.in setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 741d6cab..3d1498d4 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -16,7 +16,7 @@ six==1.16.0 # via virtualenv typing-extensions==4.1.1 # via delocate -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.3 +pip==22.0.4 # via -r cibuildwheel/resources/constraints.in setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 85b919bb..c628c805 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -16,7 +16,7 @@ six==1.16.0 # via virtualenv typing-extensions==4.1.1 # via delocate -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.3 +pip==22.0.4 # via -r cibuildwheel/resources/constraints.in setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index 85b919bb..c628c805 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -16,7 +16,7 @@ six==1.16.0 # via virtualenv typing-extensions==4.1.1 # via delocate -virtualenv==20.13.2 +virtualenv==20.13.3 # via -r cibuildwheel/resources/constraints.in wheel==0.37.1 # via @@ -24,7 +24,7 @@ wheel==0.37.1 # delocate # The following packages are considered to be unsafe in a requirements file: -pip==22.0.3 +pip==22.0.4 # via -r cibuildwheel/resources/constraints.in setuptools==60.9.3 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index 25031eb7..95530271 100644 --- a/cibuildwheel/resources/pinned_docker_images.cfg +++ b/cibuildwheel/resources/pinned_docker_images.cfg @@ -1,26 +1,26 @@ [x86_64] manylinux1 = quay.io/pypa/manylinux1_x86_64:2022-03-06-f52299e -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-06-4efbd88 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-06-4efbd88 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-06-4efbd88 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-06-4efbd88 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-14-b2cd80b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-14-b2cd80b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-14-b2cd80b +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2022-03-14-b2cd80b [i686] manylinux1 = quay.io/pypa/manylinux1_i686:2022-03-06-f52299e -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-06-4efbd88 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-06-4efbd88 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-06-4efbd88 -musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-06-4efbd88 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-14-b2cd80b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-14-b2cd80b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-14-b2cd80b +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2022-03-14-b2cd80b [pypy_x86_64] -manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-06-4efbd88 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-06-4efbd88 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-06-4efbd88 +manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-03-14-b2cd80b +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2022-03-14-b2cd80b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-03-14-b2cd80b [pypy_i686] -manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-06-4efbd88 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-06-4efbd88 -manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-06-4efbd88 +manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-03-14-b2cd80b +manylinux2014 = quay.io/pypa/manylinux2014_i686:2022-03-14-b2cd80b +manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-03-14-b2cd80b [aarch64] manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2022-03-06-4efbd88 diff --git a/cibuildwheel/resources/virtualenv.toml b/cibuildwheel/resources/virtualenv.toml index 418eabcd..4c781dbf 100644 --- a/cibuildwheel/resources/virtualenv.toml +++ b/cibuildwheel/resources/virtualenv.toml @@ -1,2 +1,2 @@ -version = "20.13.2" -url = "https://github.com/pypa/get-virtualenv/blob/20.13.2/public/virtualenv.pyz?raw=true" +version = "20.13.3" +url = "https://github.com/pypa/get-virtualenv/blob/20.13.3/public/virtualenv.pyz?raw=true" diff --git a/docs/working-examples.md b/docs/working-examples.md index ab275e73..7aa3a86f 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -18,8 +18,8 @@ title: Working examples | [psutil][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Cross-platform lib for process and system monitoring in Python | | [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 | -| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [Apache Beam][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Apache Beam is a unified programming model for Batch and Streaming | +| [asyncpg][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A fast PostgreSQL Database Client Library for Python/asyncio. | | [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. | @@ -31,8 +31,8 @@ title: Working examples | [River][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | 🌊 Online machine learning in Python | | [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. | -| [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. | +| [vispy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Main repository for Vispy | | [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` | | [tinyobjloader][] | ![azurepipelines icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Tiny but powerful single file wavefront obj loader | | [coverage.py][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | The coverage tool for Python | @@ -55,8 +55,8 @@ title: Working examples | [AutoPy][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Includes a Windows Travis build. | | [Psycopg 3][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A modern implementation of a PostgreSQL adapter for Python | | [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system | -| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ΒΆ | +| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. | | [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 | | [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system | @@ -105,8 +105,8 @@ title: Working examples [psutil]: https://github.com/giampaolo/psutil [vaex]: https://github.com/vaexio/vaex [Google Benchmark]: https://github.com/google/benchmark -[asyncpg]: https://github.com/MagicStack/asyncpg [Apache Beam]: https://github.com/apache/beam +[asyncpg]: https://github.com/MagicStack/asyncpg [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 @@ -118,8 +118,8 @@ title: Working examples [River]: https://github.com/online-ml/river [OpenSpiel]: https://github.com/deepmind/open_spiel [pyzmq]: https://github.com/zeromq/pyzmq -[vispy]: https://github.com/vispy/vispy [aiortc]: https://github.com/aiortc/aiortc +[vispy]: https://github.com/vispy/vispy [Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python [tinyobjloader]: https://github.com/tinyobjloader/tinyobjloader [coverage.py]: https://github.com/nedbat/coveragepy @@ -142,8 +142,8 @@ title: Working examples [AutoPy]: https://github.com/autopilot-rs/autopy [Psycopg 3]: https://github.com/psycopg/psycopg [H3-py]: https://github.com/uber/h3-py -[markupsafe]: https://github.com/pallets/markupsafe [Rtree]: https://github.com/Toblerity/rtree +[markupsafe]: https://github.com/pallets/markupsafe [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [python-snappy]: https://github.com/andrix/python-snappy [pybind11 cmake_example]: https://github.com/pybind/cmake_example @@ -192,92 +192,92 @@ title: Working examples [apple icon]: data/readme_icons/apple.svg [linux icon]: data/readme_icons/linux.svg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/pyproject.toml b/pyproject.toml index 6fc342a9..7b24f16b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,6 @@ [build-system] requires = [ "setuptools>=42", - "wheel" ] build-backend = "setuptools.build_meta"