Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bot] Update dependencies #2029

Merged
merged 1 commit into from
Oct 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python310.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.3.6
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.0.1
tomli==2.0.2
# via build
typing-extensions==4.12.2
# via delocate
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python38.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.3.6
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.0.1
tomli==2.0.2
# via build
typing-extensions==4.12.2
# via delocate
Expand Down
2 changes: 1 addition & 1 deletion cibuildwheel/resources/constraints-python39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.3.6
# via virtualenv
pyproject-hooks==1.2.0
# via build
tomli==2.0.1
tomli==2.0.2
# via build
typing-extensions==4.12.2
# via delocate
Expand Down
14 changes: 7 additions & 7 deletions cibuildwheel/resources/pinned_docker_images.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,28 +30,28 @@ manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.09.28-3
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.09.28-3
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.01-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2024.10.01-1

[ppc64le]
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2024.10.01-1
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2024.10.01-1
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.09.28-3
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.09.28-3
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.01-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2024.10.01-1

[s390x]
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2024.10.01-1
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2024.10.01-1
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.09.28-3
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.09.28-3
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.01-1
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2024.10.01-1

[pypy_aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2024.10.01-1
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2024.10.01-1

[armv7l]
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.09.28-3
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2024.10.01-1

4 changes: 2 additions & 2 deletions docs/working-examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ title: Working examples
| [fathon][] | ![travisci icon][] | ![apple icon][] ![linux icon][] | python package for DFA (Detrended Fluctuation Analysis) and related algorithms |
| [pybind11 scikit_build_example][] | ![github icon][] | ![windows icon][] ![apple icon][] ![linux icon][] | An example combining scikit-build and pybind11 |
| [Arbor][] | ![github icon][] | ![apple icon][] ![linux icon][] | Arbor is a multi-compartment neuron simulation library; compatible with next-generation accelerators; best-practices applied to research software; focused on community-driven development. Includes a [small script](https://github.com/arbor-sim/arbor/blob/master/scripts/patchwheel.py) patching `rpath` in bundled libraries. |
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
| [polaroid][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Full range of wheels for setuptools rust, with auto release and PyPI deploy. |
| [Confluent client for Kafka][] | ![travisci icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | setup in `tools/wheels/build-wheels.bat` |
| [clang-format][] | ![github icon][] | ![apple icon][] ![linux icon][] ![windows icon][] | Scikit-build wrapper around LLVM's CMake, all platforms, generic wheels. |
| [etebase-py][] | ![travisci icon][] | ![linux icon][] | Python bindings to a Rust library using `setuptools-rust`, and `sccache` for improved speed. |
| [cf-units][] | ![github icon][] | ![apple icon][] ![linux icon][] | Units of measure as required by the Climate and Forecast (CF) Metadata Conventions |
Expand Down Expand Up @@ -210,8 +210,8 @@ title: Working examples
[fathon]: https://github.com/stfbnc/fathon
[pybind11 scikit_build_example]: https://github.com/pybind/scikit_build_example
[Arbor]: https://github.com/arbor-sim/arbor
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
[polaroid]: https://github.com/daggy1234/polaroid
[Confluent client for Kafka]: https://github.com/confluentinc/confluent-kafka-python
[clang-format]: https://github.com/ssciwr/clang-format-wheel
[etebase-py]: https://github.com/etesync/etebase-py
[cf-units]: https://github.com/SciTools/cf-units
Expand Down