Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c713c6053d | ||
|
|
f45570bf0d | ||
|
|
713b3d6cea | ||
|
|
df0ef63b72 | ||
|
|
c2b9a4c77c | ||
|
|
f678ee3e47 | ||
|
|
8d1238f8e0 | ||
|
|
f8c608c268 | ||
|
|
bc6e907b10 | ||
|
|
3a068dc6a4 | ||
|
|
21d0740883 | ||
|
|
529af6e040 | ||
|
|
ca25f5ffa9 | ||
|
|
1abdfcbea1 | ||
|
|
f009800972 | ||
|
|
9232b130d7 |
@@ -14,7 +14,7 @@ repos:
|
||||
- id: trailing-whitespace
|
||||
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.21.2
|
||||
rev: v2.23.1
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
name: PyUpgrade 3.6+
|
||||
@@ -26,7 +26,7 @@ repos:
|
||||
args: ["--py37-plus"]
|
||||
|
||||
- repo: https://github.com/PyCQA/isort
|
||||
rev: 5.9.2
|
||||
rev: 5.9.3
|
||||
hooks:
|
||||
- id: isort
|
||||
|
||||
|
||||
@@ -85,7 +85,7 @@ jobs:
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.0.1
|
||||
run: python -m pip install cibuildwheel==2.1.1
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
@@ -165,8 +165,8 @@ Here are some repos that use cibuildwheel.
|
||||
| [Parselmouth][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python interface to the Praat software package, using pybind11, C++17 and CMake, with the core Praat static library built only once and shared between wheels. |
|
||||
| [python-rapidjson][] | ![travisci icon][] ![gitlab icon][] ![appveyor icon][] | ![windows icon][] ![linux icon][] | Python wrapper around rapidjson |
|
||||
| [Rtree][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Rtree: spatial index for Python GIS ¶ |
|
||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||
| [markupsafe][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Safely add untrusted strings to HTML/XML markup. |
|
||||
| [python-snappy][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for the snappy google library |
|
||||
| [H3-py][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Python bindings for H3, a hierarchical hexagonal geospatial indexing system |
|
||||
| [pybind11 cmake_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Example pybind11 module built with a CMake-based build system |
|
||||
| [KDEpy][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Kernel Density Estimation in Python |
|
||||
@@ -175,9 +175,9 @@ Here are some repos that use cibuildwheel.
|
||||
| [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. |
|
||||
| [time-machine][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Time mocking library using only the CPython C API. |
|
||||
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
|
||||
| [iminuit][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | Jupyter-friendly Python interface for C++ MINUIT2 |
|
||||
| [CTranslate2][] | ![github icon][] | ![apple icon][] ![linux icon][] | Includes libraries from the [Intel oneAPI toolkit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html). The Linux wheels also include CUDA libraries for GPU execution. |
|
||||
| [matrixprofile][] | ![travisci icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | A Python 3 library making time series data mining tasks, utilizing matrix profile algorithms, accessible to everyone. |
|
||||
| [jq.py][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | Python bindings for jq |
|
||||
| [Tokenizer][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] | Fast and customizable text tokenization library with BPE and SentencePiece support |
|
||||
| [PyGLM][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Fast OpenGL Mathematics (GLM) for Python |
|
||||
@@ -192,9 +192,9 @@ Here are some repos that use cibuildwheel.
|
||||
| [numpythia][] | ![github icon][] | ![apple icon][] ![linux icon][] | The interface between PYTHIA and NumPy |
|
||||
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
|
||||
| [ninja][] | ![github icon][] ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Multitagged binary builds for all supported platforms, using cibw 2 config configuration. |
|
||||
| [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. |
|
||||
| [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 |
|
||||
| [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. |
|
||||
| [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. |
|
||||
@@ -226,8 +226,8 @@ Here are some repos that use cibuildwheel.
|
||||
[Parselmouth]: https://github.com/YannickJadoul/Parselmouth
|
||||
[python-rapidjson]: https://github.com/python-rapidjson/python-rapidjson
|
||||
[Rtree]: https://github.com/Toblerity/rtree
|
||||
[python-snappy]: https://github.com/andrix/python-snappy
|
||||
[markupsafe]: https://github.com/pallets/markupsafe
|
||||
[python-snappy]: https://github.com/andrix/python-snappy
|
||||
[H3-py]: https://github.com/uber/h3-py
|
||||
[pybind11 cmake_example]: https://github.com/pybind/cmake_example
|
||||
[KDEpy]: https://github.com/tommyod/KDEpy
|
||||
@@ -236,9 +236,9 @@ Here are some repos that use cibuildwheel.
|
||||
[dd-trace-py]: https://github.com/DataDog/dd-trace-py
|
||||
[sourmash]: https://github.com/dib-lab/sourmash
|
||||
[time-machine]: https://github.com/adamchainz/time-machine
|
||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||
[iminuit]: https://github.com/scikit-hep/iminuit
|
||||
[CTranslate2]: https://github.com/OpenNMT/CTranslate2
|
||||
[matrixprofile]: https://github.com/matrix-profile-foundation/matrixprofile
|
||||
[jq.py]: https://github.com/mwilliamson/jq.py
|
||||
[Tokenizer]: https://github.com/OpenNMT/Tokenizer
|
||||
[PyGLM]: https://github.com/Zuzu-Typ/PyGLM
|
||||
@@ -253,9 +253,9 @@ Here are some repos that use cibuildwheel.
|
||||
[numpythia]: https://github.com/scikit-hep/numpythia
|
||||
[polaroid]: https://github.com/daggy1234/polaroid
|
||||
[ninja]: https://github.com/scikit-build/ninja-python-distributions
|
||||
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
||||
[GSD]: https://github.com/glotzerlab/gsd
|
||||
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
|
||||
[Imagecodecs (fork)]: https://github.com/czaki/imagecodecs_build
|
||||
[pyinstrument_cext]: https://github.com/joerick/pyinstrument_cext
|
||||
[xmlstarlet]: https://github.com/dimitern/xmlstarlet
|
||||
[CorrectionLib]: https://github.com/cms-nanoAOD/correctionlib
|
||||
@@ -271,66 +271,66 @@ Here are some repos that use cibuildwheel.
|
||||
[apple icon]: docs/data/readme_icons/apple.svg
|
||||
[linux icon]: docs/data/readme_icons/linux.svg
|
||||
|
||||
<!-- scikit-learn: 46576, last pushed 0 days ago -->
|
||||
<!-- Matplotlib: 13940, last pushed 0 days ago -->
|
||||
<!-- MyPy: 11060, last pushed 0 days ago -->
|
||||
<!-- psutil: 7508, last pushed 0 days ago -->
|
||||
<!-- scikit-image: 4433, last pushed 0 days ago -->
|
||||
<!-- twisted-iocpsupport: 4304, last pushed 1 days ago -->
|
||||
<!-- cmake: 4022, last pushed 0 days ago -->
|
||||
<!-- websockets: 3472, last pushed 0 days ago -->
|
||||
<!-- pyzmq: 2857, last pushed 0 days ago -->
|
||||
<!-- aiortc: 2485, last pushed 13 days ago -->
|
||||
<!-- River: 1773, last pushed 1 days ago -->
|
||||
<!-- coverage.py: 1658, last pushed 0 days ago -->
|
||||
<!-- numexpr: 1607, last pushed 17 days ago -->
|
||||
<!-- h5py: 1546, last pushed 2 days ago -->
|
||||
<!-- Dependency Injector: 1463, last pushed 0 days ago -->
|
||||
<!-- PyAV: 1297, last pushed 48 days ago -->
|
||||
<!-- PyTables: 1044, last pushed 5 days ago -->
|
||||
<!-- ruptures: 764, last pushed 2 days ago -->
|
||||
<!-- aioquic: 711, last pushed 0 days ago -->
|
||||
<!-- pikepdf: 695, last pushed 2 days ago -->
|
||||
<!-- google neuroglancer: 665, last pushed 0 days ago -->
|
||||
<!-- DeepForest: 634, last pushed 1 days ago -->
|
||||
<!-- AutoPy: 553, last pushed 37 days ago -->
|
||||
<!-- Parselmouth: 528, last pushed 31 days ago -->
|
||||
<!-- python-rapidjson: 424, last pushed 29 days ago -->
|
||||
<!-- Rtree: 414, last pushed 126 days ago -->
|
||||
<!-- python-snappy: 406, last pushed 3 days ago -->
|
||||
<!-- markupsafe: 406, last pushed 18 days ago -->
|
||||
<!-- H3-py: 402, last pushed 42 days ago -->
|
||||
<!-- pybind11 cmake_example: 290, last pushed 8 days ago -->
|
||||
<!-- KDEpy: 286, last pushed 51 days ago -->
|
||||
<!-- cyvcf2: 265, last pushed 4 days ago -->
|
||||
<!-- pybind11 python_example: 258, last pushed 6 days ago -->
|
||||
<!-- dd-trace-py: 256, last pushed 1 days ago -->
|
||||
<!-- sourmash: 253, last pushed 0 days ago -->
|
||||
<!-- time-machine: 186, last pushed 5 days ago -->
|
||||
<!-- iminuit: 181, last pushed 0 days ago -->
|
||||
<!-- CTranslate2: 177, last pushed 2 days ago -->
|
||||
<!-- matrixprofile: 174, last pushed 29 days ago -->
|
||||
<!-- jq.py: 164, last pushed 32 days ago -->
|
||||
<!-- Tokenizer: 150, last pushed 30 days ago -->
|
||||
<!-- PyGLM: 106, last pushed 4 days ago -->
|
||||
<!-- bx-python: 104, last pushed 16 days ago -->
|
||||
<!-- iDynTree: 84, last pushed 1 days ago -->
|
||||
<!-- boost-histogram: 83, last pushed 1 days ago -->
|
||||
<!-- pybase64: 70, last pushed 5 days ago -->
|
||||
<!-- TgCrypto: 68, last pushed 55 days ago -->
|
||||
<!-- etebase-py: 51, last pushed 201 days ago -->
|
||||
<!-- fathon: 32, last pushed 52 days ago -->
|
||||
<!-- pyjet: 29, last pushed 66 days ago -->
|
||||
<!-- numpythia: 29, last pushed 0 days ago -->
|
||||
<!-- polaroid: 19, last pushed 3 days ago -->
|
||||
<!-- ninja: 19, last pushed 0 days ago -->
|
||||
<!-- GSD: 16, last pushed 3 days ago -->
|
||||
<!-- pybind11 scikit_build_example: 15, last pushed 6 days ago -->
|
||||
<!-- Imagecodecs (fork): 13, last pushed 29 days ago -->
|
||||
<!-- pyinstrument_cext: 10, last pushed 9 days ago -->
|
||||
<!-- xmlstarlet: 7, last pushed 2 days ago -->
|
||||
<!-- CorrectionLib: 6, last pushed 8 days ago -->
|
||||
<!-- SiPM: 4, last pushed 15 days ago -->
|
||||
<!-- scikit-learn: 46722, last pushed 0 days ago -->
|
||||
<!-- Matplotlib: 14010, last pushed 0 days ago -->
|
||||
<!-- MyPy: 11113, last pushed 0 days ago -->
|
||||
<!-- psutil: 7535, last pushed 1 days ago -->
|
||||
<!-- scikit-image: 4444, last pushed 0 days ago -->
|
||||
<!-- twisted-iocpsupport: 4322, last pushed 0 days ago -->
|
||||
<!-- cmake: 4050, last pushed 0 days ago -->
|
||||
<!-- websockets: 3490, last pushed 7 days ago -->
|
||||
<!-- pyzmq: 2866, last pushed 2 days ago -->
|
||||
<!-- aiortc: 2500, last pushed 27 days ago -->
|
||||
<!-- River: 1828, last pushed 3 days ago -->
|
||||
<!-- coverage.py: 1667, last pushed 0 days ago -->
|
||||
<!-- numexpr: 1615, last pushed 30 days ago -->
|
||||
<!-- h5py: 1554, last pushed 2 days ago -->
|
||||
<!-- Dependency Injector: 1493, last pushed 0 days ago -->
|
||||
<!-- PyAV: 1309, last pushed 61 days ago -->
|
||||
<!-- PyTables: 1047, last pushed 18 days ago -->
|
||||
<!-- ruptures: 768, last pushed 3 days ago -->
|
||||
<!-- aioquic: 720, last pushed 12 days ago -->
|
||||
<!-- pikepdf: 706, last pushed 4 days ago -->
|
||||
<!-- google neuroglancer: 671, last pushed 1 days ago -->
|
||||
<!-- DeepForest: 638, last pushed 14 days ago -->
|
||||
<!-- AutoPy: 561, last pushed 50 days ago -->
|
||||
<!-- Parselmouth: 536, last pushed 0 days ago -->
|
||||
<!-- python-rapidjson: 424, last pushed 42 days ago -->
|
||||
<!-- Rtree: 415, last pushed 139 days ago -->
|
||||
<!-- markupsafe: 411, last pushed 1 days ago -->
|
||||
<!-- python-snappy: 407, last pushed 16 days ago -->
|
||||
<!-- H3-py: 407, last pushed 55 days ago -->
|
||||
<!-- pybind11 cmake_example: 296, last pushed 1 days ago -->
|
||||
<!-- KDEpy: 287, last pushed 64 days ago -->
|
||||
<!-- cyvcf2: 267, last pushed 10 days ago -->
|
||||
<!-- pybind11 python_example: 259, last pushed 1 days ago -->
|
||||
<!-- dd-trace-py: 259, last pushed 0 days ago -->
|
||||
<!-- sourmash: 258, last pushed 0 days ago -->
|
||||
<!-- time-machine: 189, last pushed 1 days ago -->
|
||||
<!-- matrixprofile: 187, last pushed 42 days ago -->
|
||||
<!-- iminuit: 182, last pushed 1 days ago -->
|
||||
<!-- CTranslate2: 177, last pushed 0 days ago -->
|
||||
<!-- jq.py: 167, last pushed 4 days ago -->
|
||||
<!-- Tokenizer: 150, last pushed 1 days ago -->
|
||||
<!-- PyGLM: 107, last pushed 17 days ago -->
|
||||
<!-- bx-python: 105, last pushed 29 days ago -->
|
||||
<!-- iDynTree: 85, last pushed 4 days ago -->
|
||||
<!-- boost-histogram: 83, last pushed 4 days ago -->
|
||||
<!-- pybase64: 72, last pushed 3 days ago -->
|
||||
<!-- TgCrypto: 68, last pushed 68 days ago -->
|
||||
<!-- etebase-py: 51, last pushed 214 days ago -->
|
||||
<!-- fathon: 33, last pushed 65 days ago -->
|
||||
<!-- pyjet: 30, last pushed 79 days ago -->
|
||||
<!-- numpythia: 30, last pushed 12 days ago -->
|
||||
<!-- polaroid: 22, last pushed 12 days ago -->
|
||||
<!-- ninja: 19, last pushed 1 days ago -->
|
||||
<!-- Imagecodecs (fork): 17, last pushed 6 days ago -->
|
||||
<!-- GSD: 17, last pushed 5 days ago -->
|
||||
<!-- pybind11 scikit_build_example: 16, last pushed 3 days ago -->
|
||||
<!-- pyinstrument_cext: 10, last pushed 22 days ago -->
|
||||
<!-- xmlstarlet: 7, last pushed 15 days ago -->
|
||||
<!-- CorrectionLib: 6, last pushed 10 days ago -->
|
||||
<!-- SiPM: 4, last pushed 28 days ago -->
|
||||
|
||||
<!-- END bin/projects.py -->
|
||||
|
||||
@@ -354,6 +354,14 @@ Changelog
|
||||
|
||||
<!--changelog-start-->
|
||||
|
||||
### v2.1.1
|
||||
|
||||
_7 August 2021_
|
||||
|
||||
- ✨ Corresponding with the release of CPython 3.10.0rc1, which is ABI stable, cibuildwheel now builds CPython 3.10 by default - without the CIBW_PRERELEASE_PYTHONS flag.
|
||||
|
||||
<sup>Note: v2.1.0 was a bad release, it was yanked from PyPI.</sup>
|
||||
|
||||
### v2.0.1
|
||||
|
||||
_25 July 2021_
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = "2.0.1"
|
||||
__version__ = "2.1.1"
|
||||
|
||||
@@ -40,9 +40,9 @@ python_configurations = [
|
||||
{ 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.0b4-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0b4-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_x86_64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_arm64", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" },
|
||||
{ identifier = "cp310-macosx_universal2", version = "3.10", url = "https://www.python.org/ftp/python/3.10.0/python-3.10.0rc1-macos11.pkg" },
|
||||
{ identifier = "pp37-macosx_x86_64", version = "3.7", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-osx64.tar.bz2" },
|
||||
]
|
||||
|
||||
@@ -56,7 +56,7 @@ python_configurations = [
|
||||
{ identifier = "cp38-win_amd64", version = "3.8.10", 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-b4", arch = "32" },
|
||||
{ identifier = "cp310-win_amd64", version = "3.10.0-b4", arch = "64" },
|
||||
{ identifier = "cp310-win32", version = "3.10.0-rc1", arch = "32" },
|
||||
{ identifier = "cp310-win_amd64", version = "3.10.0-rc1", arch = "64" },
|
||||
{ identifier = "pp37-win_amd64", version = "3.7", arch = "64", url = "https://downloads.python.org/pypy/pypy3.7-v7.3.5-win64.zip" },
|
||||
]
|
||||
|
||||
@@ -12,13 +12,13 @@ distlib==0.3.2
|
||||
# via virtualenv
|
||||
filelock==3.0.12
|
||||
# via virtualenv
|
||||
importlib-metadata==4.6.1
|
||||
importlib-metadata==4.6.3
|
||||
# via
|
||||
# backports.entry-points-selectable
|
||||
# virtualenv
|
||||
importlib-resources==5.2.0
|
||||
importlib-resources==5.2.2
|
||||
# via virtualenv
|
||||
platformdirs==2.0.2
|
||||
platformdirs==2.2.0
|
||||
# via virtualenv
|
||||
six==1.16.0
|
||||
# via
|
||||
@@ -28,7 +28,7 @@ typing-extensions==3.10.0.0
|
||||
# via
|
||||
# delocate
|
||||
# importlib-metadata
|
||||
virtualenv==20.6.0
|
||||
virtualenv==20.7.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
wheel==0.36.2
|
||||
# via
|
||||
@@ -40,7 +40,7 @@ zipp==3.5.0
|
||||
# importlib-resources
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==21.2.1
|
||||
pip==21.2.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==57.4.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -12,11 +12,11 @@ distlib==0.3.2
|
||||
# via virtualenv
|
||||
filelock==3.0.12
|
||||
# via virtualenv
|
||||
importlib-metadata==4.6.1
|
||||
importlib-metadata==4.6.3
|
||||
# via
|
||||
# backports.entry-points-selectable
|
||||
# virtualenv
|
||||
platformdirs==2.0.2
|
||||
platformdirs==2.2.0
|
||||
# via virtualenv
|
||||
six==1.16.0
|
||||
# via
|
||||
@@ -26,7 +26,7 @@ typing-extensions==3.10.0.0
|
||||
# via
|
||||
# delocate
|
||||
# importlib-metadata
|
||||
virtualenv==20.6.0
|
||||
virtualenv==20.7.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
wheel==0.36.2
|
||||
# via
|
||||
@@ -36,7 +36,7 @@ zipp==3.5.0
|
||||
# via importlib-metadata
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==21.2.1
|
||||
pip==21.2.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==57.4.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -12,7 +12,7 @@ distlib==0.3.2
|
||||
# via virtualenv
|
||||
filelock==3.0.12
|
||||
# via virtualenv
|
||||
platformdirs==2.0.2
|
||||
platformdirs==2.2.0
|
||||
# via virtualenv
|
||||
six==1.16.0
|
||||
# via
|
||||
@@ -20,7 +20,7 @@ six==1.16.0
|
||||
# virtualenv
|
||||
typing-extensions==3.10.0.0
|
||||
# via delocate
|
||||
virtualenv==20.6.0
|
||||
virtualenv==20.7.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
wheel==0.36.2
|
||||
# via
|
||||
@@ -28,7 +28,7 @@ wheel==0.36.2
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==21.2.1
|
||||
pip==21.2.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==57.4.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -12,7 +12,7 @@ distlib==0.3.2
|
||||
# via virtualenv
|
||||
filelock==3.0.12
|
||||
# via virtualenv
|
||||
platformdirs==2.0.2
|
||||
platformdirs==2.2.0
|
||||
# via virtualenv
|
||||
six==1.16.0
|
||||
# via
|
||||
@@ -20,7 +20,7 @@ six==1.16.0
|
||||
# virtualenv
|
||||
typing-extensions==3.10.0.0
|
||||
# via delocate
|
||||
virtualenv==20.6.0
|
||||
virtualenv==20.7.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
wheel==0.36.2
|
||||
# via
|
||||
@@ -28,7 +28,7 @@ wheel==0.36.2
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==21.2.1
|
||||
pip==21.2.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==57.4.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -12,7 +12,7 @@ distlib==0.3.2
|
||||
# via virtualenv
|
||||
filelock==3.0.12
|
||||
# via virtualenv
|
||||
platformdirs==2.0.2
|
||||
platformdirs==2.2.0
|
||||
# via virtualenv
|
||||
six==1.16.0
|
||||
# via
|
||||
@@ -20,7 +20,7 @@ six==1.16.0
|
||||
# virtualenv
|
||||
typing-extensions==3.10.0.0
|
||||
# via delocate
|
||||
virtualenv==20.6.0
|
||||
virtualenv==20.7.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
wheel==0.36.2
|
||||
# via
|
||||
@@ -28,7 +28,7 @@ wheel==0.36.2
|
||||
# delocate
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==21.2.1
|
||||
pip==21.2.3
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
setuptools==57.4.0
|
||||
# via -r cibuildwheel/resources/constraints.in
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
[x86_64]
|
||||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-07-25-0f995ee
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2021-08-01-f71d505
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37
|
||||
|
||||
[i686]
|
||||
manylinux1 = quay.io/pypa/manylinux1_i686:2021-07-25-0f995ee
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-25-cfe8a6c
|
||||
manylinux1 = quay.io/pypa/manylinux1_i686:2021-08-01-f71d505
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37
|
||||
|
||||
[pypy_x86_64]
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-07-25-cfe8a6c
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2021-08-03-e7edb37
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2021-08-03-e7edb37
|
||||
|
||||
[pypy_i686]
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-07-25-cfe8a6c
|
||||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2021-08-03-e7edb37
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2021-08-03-e7edb37
|
||||
|
||||
[aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37
|
||||
|
||||
[ppc64le]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2021-08-03-e7edb37
|
||||
|
||||
[s390x]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2021-08-03-e7edb37
|
||||
|
||||
[pypy_aarch64]
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-07-25-cfe8a6c
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-07-25-cfe8a6c
|
||||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2021-08-03-e7edb37
|
||||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2021-08-03-e7edb37
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ class IdentifierSelector:
|
||||
"""
|
||||
|
||||
# a pattern that skips prerelease versions, when include_prereleases is False.
|
||||
PRERELEASE_SKIP = "cp310-*"
|
||||
PRERELEASE_SKIP = ""
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
+2
-2
@@ -210,7 +210,7 @@ There are two suggested methods for keeping cibuildwheel up to date that instead
|
||||
If you use GitHub Actions for builds, you can use cibuildwheel as an action:
|
||||
|
||||
```yaml
|
||||
uses: pypa/cibuildwheel@v2.0.1
|
||||
uses: pypa/cibuildwheel@v2.1.1
|
||||
```
|
||||
|
||||
This is a composite step that just runs cibuildwheel using pipx. You can set command-line options as `with:` parameters, and use `env:` as normal.
|
||||
@@ -236,7 +236,7 @@ The second option, and the only one that supports other CI systems, is using a `
|
||||
|
||||
```bash
|
||||
# requirements-cibw.txt
|
||||
cibuildwheel==2.0.1
|
||||
cibuildwheel==2.1.1
|
||||
```
|
||||
|
||||
Then your install step would have `python -m pip install -r requirements-cibw.txt` in it. Your `.github/dependabot.yml` file could look like this:
|
||||
|
||||
+2
-2
@@ -576,7 +576,7 @@ Platform-specific environment variables also available:<br/>
|
||||
CIBW_BEFORE_ALL: make -C third_party_lib
|
||||
|
||||
# Install system library
|
||||
CIBW_BEFORE_ALL_LINUX: yum install -y libffi-dev
|
||||
CIBW_BEFORE_ALL_LINUX: yum install -y libffi-devel
|
||||
|
||||
# Chain multiple commands using && and > in a YAML file, like:
|
||||
CIBW_BEFORE_ALL: >
|
||||
@@ -598,7 +598,7 @@ Platform-specific environment variables also available:<br/>
|
||||
|
||||
# Install system library
|
||||
[tool.cibuildwheel.linux]
|
||||
before-all = "yum install -y libffi-dev"
|
||||
before-all = "yum install -y libffi-devel"
|
||||
|
||||
# Run multiple commands using an array
|
||||
before-all = [
|
||||
|
||||
+2
-2
@@ -46,7 +46,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build wheels
|
||||
run: pipx run cibuildwheel==2.0.1
|
||||
run: pipx run cibuildwheel==2.1.1
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
@@ -81,7 +81,7 @@ To build Linux, Mac, and Windows wheels using GitHub Actions, create a `.github/
|
||||
- uses: actions/setup-python@v2
|
||||
|
||||
- name: Install cibuildwheel
|
||||
run: python -m pip install cibuildwheel==2.0.1
|
||||
run: python -m pip install cibuildwheel==2.1.1
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
||||
@@ -12,7 +12,7 @@ stack: python 3.7
|
||||
init:
|
||||
- cmd: set PATH=C:\Python37;C:\Python37\Scripts;%PATH%
|
||||
|
||||
install: python -m pip install cibuildwheel==2.0.1
|
||||
install: python -m pip install cibuildwheel==2.1.1
|
||||
|
||||
build_script: python -m cibuildwheel --output-dir wheelhouse
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python3 -m pip install --upgrade pip
|
||||
pip3 install cibuildwheel==2.0.1
|
||||
pip3 install cibuildwheel==2.1.1
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install cibuildwheel==2.0.1
|
||||
python3 -m pip install cibuildwheel==2.1.1
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
- bash: |
|
||||
set -o errexit
|
||||
python -m pip install --upgrade pip
|
||||
pip install cibuildwheel==2.0.1
|
||||
pip install cibuildwheel==2.1.1
|
||||
displayName: Install dependencies
|
||||
- bash: cibuildwheel --output-dir wheelhouse .
|
||||
displayName: Build wheels
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
- run:
|
||||
name: Build the Linux wheels.
|
||||
command: |
|
||||
pip3 install --user cibuildwheel==2.0.1
|
||||
pip3 install --user cibuildwheel==2.1.1
|
||||
cibuildwheel --output-dir wheelhouse
|
||||
- store_artifacts:
|
||||
path: wheelhouse/
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- run:
|
||||
name: Build the OS X wheels.
|
||||
command: |
|
||||
pip3 install cibuildwheel==2.0.1
|
||||
pip3 install cibuildwheel==2.1.1
|
||||
cibuildwheel --output-dir wheelhouse
|
||||
- store_artifacts:
|
||||
path: wheelhouse/
|
||||
|
||||
@@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.0.1
|
||||
uses: pypa/cibuildwheel@v2.1.1
|
||||
env:
|
||||
CIBW_ARCHS_MACOS: x86_64 universal2
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
python-version: '3.8'
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.0.1
|
||||
uses: pypa/cibuildwheel@v2.1.1
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.0.1
|
||||
uses: pypa/cibuildwheel@v2.1.1
|
||||
# to supply options, put them in 'env', like:
|
||||
# env:
|
||||
# CIBW_SOME_OPTION: value
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
platforms: all
|
||||
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.0.1
|
||||
uses: pypa/cibuildwheel@v2.1.1
|
||||
env:
|
||||
# configure cibuildwheel to build native archs ('auto'), and some
|
||||
# emulated ones
|
||||
|
||||
@@ -12,7 +12,7 @@ linux:
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
script:
|
||||
- curl -sSL https://get.docker.com/ | sh
|
||||
- python -m pip install cibuildwheel==2.0.1
|
||||
- python -m pip install cibuildwheel==2.1.1
|
||||
- cibuildwheel --output-dir wheelhouse
|
||||
artifacts:
|
||||
paths:
|
||||
|
||||
@@ -19,7 +19,7 @@ jobs:
|
||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||
|
||||
install:
|
||||
- python3 -m pip install cibuildwheel==2.0.1
|
||||
- python3 -m pip install cibuildwheel==2.1.1
|
||||
|
||||
script:
|
||||
# build the wheels, put them into './wheelhouse'
|
||||
|
||||
@@ -25,7 +25,7 @@ jobs:
|
||||
- ln -s /c/Python38/python.exe /c/Python38/python3.exe
|
||||
|
||||
install:
|
||||
- python3 -m pip install cibuildwheel==2.0.1
|
||||
- python3 -m pip install cibuildwheel==2.1.1
|
||||
|
||||
script:
|
||||
# build the wheels, put them into './wheelhouse'
|
||||
|
||||
@@ -57,7 +57,7 @@ jobs:
|
||||
- stage: deploy
|
||||
name: Build and deploy Linux wheels
|
||||
services: docker
|
||||
install: python3 -m pip install cibuildwheel==2.0.1
|
||||
install: python3 -m pip install cibuildwheel==2.1.1
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success: |
|
||||
python3 -m pip install twine
|
||||
@@ -67,7 +67,7 @@ jobs:
|
||||
name: Build and deploy Windows wheels
|
||||
os: windows
|
||||
language: shell
|
||||
install: python3 -m pip install cibuildwheel==2.0.1
|
||||
install: python3 -m pip install cibuildwheel==2.1.1
|
||||
script: python3 -m cibuildwheel --output-dir wheelhouse
|
||||
after_success: |
|
||||
python3 -m pip install twine
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = cibuildwheel
|
||||
version = 2.0.1
|
||||
version = 2.1.1
|
||||
description = Build Python wheels on CI with minimal configuration.
|
||||
long_description = file: README.md
|
||||
long_description_content_type = text/markdown
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import pytest
|
||||
from packaging.specifiers import SpecifierSet
|
||||
|
||||
from cibuildwheel.util import BuildSelector
|
||||
@@ -8,7 +9,7 @@ def test_build():
|
||||
|
||||
assert build_selector("cp36-manylinux_x86_64")
|
||||
assert build_selector("cp37-manylinux_x86_64")
|
||||
assert not build_selector("cp310-manylinux_x86_64")
|
||||
assert build_selector("cp310-manylinux_x86_64")
|
||||
assert build_selector("pp36-manylinux_x86_64")
|
||||
assert build_selector("pp37-manylinux_x86_64")
|
||||
assert build_selector("cp36-manylinux_i686")
|
||||
@@ -26,11 +27,12 @@ def test_build():
|
||||
assert not build_selector("pp37-win32")
|
||||
assert build_selector("cp36-win_amd64")
|
||||
assert build_selector("cp37-win_amd64")
|
||||
assert not build_selector("cp310-win_amd64")
|
||||
assert build_selector("cp310-win_amd64")
|
||||
assert not build_selector("pp36-win_amd64")
|
||||
assert not build_selector("pp37-win_amd64")
|
||||
|
||||
|
||||
@pytest.mark.skip("this test only makes sense when we have a prerelease python to test with")
|
||||
def test_build_filter_pre():
|
||||
build_selector = BuildSelector(
|
||||
build_config="cp3*-* *-manylinux*",
|
||||
|
||||
Reference in New Issue
Block a user