diff --git a/README.md b/README.md index 46a73c10..e012e44c 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Here are some repos that use cibuildwheel. | [Kivy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS | | [Prophet][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth. | | [MyPy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | The compiled version of MyPy using MyPyC. | +| [MemRay][] | ![github icon][] | ![linux icon][] | Memray is a memory profiler for Python | [scikit-learn]: https://github.com/scikit-learn/scikit-learn [NumPy]: https://github.com/numpy/numpy @@ -176,6 +177,7 @@ Here are some repos that use cibuildwheel. [Kivy]: https://github.com/kivy/kivy [Prophet]: https://github.com/facebook/prophet [MyPy]: https://github.com/mypyc/mypy_mypyc-wheels +[MemRay]: https://github.com/bloomberg/memray [appveyor icon]: docs/data/readme_icons/appveyor.svg [github icon]: docs/data/readme_icons/github.svg diff --git a/cibuildwheel/resources/constraints-python310.txt b/cibuildwheel/resources/constraints-python310.txt index e705b040..edace566 100644 --- a/cibuildwheel/resources/constraints-python310.txt +++ b/cibuildwheel/resources/constraints-python310.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -22,7 +22,7 @@ wheel==0.40.0 # via -r cibuildwheel/resources/constraints.in # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python311.txt b/cibuildwheel/resources/constraints-python311.txt index ca7ee56e..95c961dc 100644 --- a/cibuildwheel/resources/constraints-python311.txt +++ b/cibuildwheel/resources/constraints-python311.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -22,7 +22,7 @@ wheel==0.40.0 # via -r cibuildwheel/resources/constraints.in # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python37.txt b/cibuildwheel/resources/constraints-python37.txt index 23b73e18..32af95da 100644 --- a/cibuildwheel/resources/constraints-python37.txt +++ b/cibuildwheel/resources/constraints-python37.txt @@ -10,9 +10,9 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -importlib-metadata==6.3.0 +importlib-metadata==6.4.1 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -29,7 +29,7 @@ zipp==3.15.0 # via importlib-metadata # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python38.txt b/cibuildwheel/resources/constraints-python38.txt index 5c3589fb..9185b963 100644 --- a/cibuildwheel/resources/constraints-python38.txt +++ b/cibuildwheel/resources/constraints-python38.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -22,7 +22,7 @@ wheel==0.40.0 # via -r cibuildwheel/resources/constraints.in # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints-python39.txt b/cibuildwheel/resources/constraints-python39.txt index 91db3968..94eb3e6c 100644 --- a/cibuildwheel/resources/constraints-python39.txt +++ b/cibuildwheel/resources/constraints-python39.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -22,7 +22,7 @@ wheel==0.40.0 # via -r cibuildwheel/resources/constraints.in # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/constraints.txt b/cibuildwheel/resources/constraints.txt index ca7ee56e..95c961dc 100644 --- a/cibuildwheel/resources/constraints.txt +++ b/cibuildwheel/resources/constraints.txt @@ -10,7 +10,7 @@ distlib==0.3.6 # via virtualenv filelock==3.11.0 # via virtualenv -packaging==23.0 +packaging==23.1 # via delocate platformdirs==3.2.0 # via virtualenv @@ -22,7 +22,7 @@ wheel==0.40.0 # via -r cibuildwheel/resources/constraints.in # The following packages are considered to be unsafe in a requirements file: -pip==23.0.1 +pip==23.1 # via -r cibuildwheel/resources/constraints.in setuptools==67.6.1 # via -r cibuildwheel/resources/constraints.in diff --git a/cibuildwheel/resources/pinned_docker_images.cfg b/cibuildwheel/resources/pinned_docker_images.cfg index ac04bb17..91ca2337 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-04-02-a4fcaba +manylinux1 = quay.io/pypa/manylinux1_x86_64:2023-04-16-36ed6a7 manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-16-157f52a 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-04-09-db9a92f -musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-04-16-157f52a +musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2023-04-16-157f52a [i686] -manylinux1 = quay.io/pypa/manylinux1_i686:2023-04-02-a4fcaba +manylinux1 = quay.io/pypa/manylinux1_i686:2023-04-16-36ed6a7 manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-16-157f52a 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-04-09-db9a92f +musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2023-04-16-157f52a [pypy_x86_64] manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2023-04-16-157f52a 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-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2023-04-16-157f52a [pypy_i686] manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 -manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_i686:2023-04-16-157f52a manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 [aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-16-157f52a 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-04-09-db9a92f -musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-04-16-157f52a +musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2023-04-16-157f52a [ppc64le] -manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2023-04-16-157f52a 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-04-09-db9a92f -musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2023-04-16-157f52a +musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2023-04-16-157f52a [s390x] -manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_s390x:2023-04-16-157f52a 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-04-09-db9a92f -musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2023-04-16-157f52a +musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2023-04-16-157f52a [pypy_aarch64] -manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-09-db9a92f +manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2023-04-16-157f52a 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-04-09-db9a92f +manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2023-04-16-157f52a diff --git a/docs/working-examples.md b/docs/working-examples.md index 7a5096cc..4671bfb2 100644 --- a/docs/working-examples.md +++ b/docs/working-examples.md @@ -52,8 +52,8 @@ title: Working examples | [Wrapt][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python module for decorators, wrappers and monkey patching. | | [Line Profiler][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Line-by-line profiling for Python | | [pikepdf][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python library for reading and writing PDF, powered by qpdf | -| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [envd][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | 🏕️ Reproducible development environment for AI/ML | +| [SimpleJSON][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | simplejson is a simple, fast, extensible JSON encoder/decoder for Python | | [OpenColorIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | A color management framework for visual effects and animation. | | [aioquic][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | QUIC and HTTP/3 implementation in Python | | [OpenTimelineIO][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Open Source API and interchange format for editorial timeline information. | @@ -73,8 +73,8 @@ title: Working examples | [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson | | [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python | | [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library | -| [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. | +| [tgcalls][] | ![github icon][] | ![apple icon][] ![windows icon][] | Python `pybind11` binding to Telegram's WebRTC library with third party dependencies like `OpenSSL`, `MozJPEG`, `FFmpeg`, etc. | | [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 | | [sourmash][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Quickly search, compare, and analyze genomic and metagenomic data sets. | @@ -157,8 +157,8 @@ title: Working examples [Wrapt]: https://github.com/GrahamDumpleton/wrapt [Line Profiler]: https://github.com/pyutils/line_profiler [pikepdf]: https://github.com/pikepdf/pikepdf -[SimpleJSON]: https://github.com/simplejson/simplejson [envd]: https://github.com/tensorchord/envd +[SimpleJSON]: https://github.com/simplejson/simplejson [OpenColorIO]: https://github.com/AcademySoftwareFoundation/OpenColorIO [aioquic]: https://github.com/aiortc/aioquic [OpenTimelineIO]: https://github.com/PixarAnimationStudios/OpenTimelineIO @@ -178,8 +178,8 @@ title: Working examples [python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson [KDEpy]: https://github.com/tommyod/KDEpy [python-snappy]: https://github.com/andrix/python-snappy -[tgcalls]: https://github.com/MarshalX/tgcalls [time-machine]: https://github.com/adamchainz/time-machine +[tgcalls]: https://github.com/MarshalX/tgcalls [pybind11 python_example]: https://github.com/pybind/python_example [dd-trace-py]: https://github.com/DataDog/dd-trace-py [sourmash]: https://github.com/dib-lab/sourmash