scikit-learn-intelex
scikit-learn-intelex copied to clipboard
Update dependency cmake to v3.24.1.1
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| cmake (source) | ==3.21.3 -> ==3.24.1.1 |
Release Notes
scikit-build/cmake-python-distributions
v3.24.1.1
This bumps the CMake version to 3.24.1. The py.typed file was missing from previous versions; this is now added so import cmake should be available to type checkers now.
This needed a patch release (3.24.1.1) fixing an issue with include_package_data that caused issues in 3.24.1. We've also fixed a extra system call on (at least some older) versions of Python.
What's Changed
- Update to CMake 3.24.1 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/274
- fix: typed files missing by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/275
Patch 3.24..1
- fix: only include
py.typedpackage_data by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/278 - fix: avoiding an extra system call by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/279
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.24.0...3.24.1.1
v3.24.1
v3.24.0
This bumps the CMake version to 3.24.0.
Due to libuv incompatibility with RHEL 5, support has been dropped for manylinux1 in a previous release. Please use manylinux2010 or better yet manylinux2014 as 2010 is past EoL as well, or use CMake < 3.23. Pip 19.0+ is required for manylinux2010 and pip 19.3+ is required for manylinux2014.
What's Changed
- Update to CMake 3.24.0 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/270
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.23.3...3.24.0
v3.23.3
This bumps the CMake version to 3.23.3.
Due to libuv incompatibility with RHEL 5, support has been dropped for manylinux1. This version of CMake only provides manylinux2010 wheels. If you need manylinux1 support, you might want to pin cmake<3.23 until you can drop support. Since manylinux1 hit EOL six months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9, default on RHEL 7 and Ubuntu 18.04, is the main issue holding users back, so dropping Python <3.7 can reduce the damage if you also drop manylinux1.
Manylinux2010, based on the EoL CentOS 6 platform, is going to be discontinued tomorrow, so a future version of cmake will move to manylinux2014 (based on CentOS 7). Pip 19.0+ is required for manylinux2010 and pip 19.3+ is required for manylinux2014.
v3.22.6
This bumps the CMake version to 3.22.6 and OpenSSL to 3.0.5.
CMake>=3.23 version so far cannot support manylinux1, so if you need manylinux1 support, you might want to pin < 3.23 unless something can be worked out. Since manylinux1 hit EOL six months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9 is the main issue holding some users back, so dropping Python <3.7 can reduce the damage if you drop manylinux1.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/246
- chore(deps): bump pypa/cibuildwheel from 2.6.0 to 2.6.1 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/247
- chore(deps): bump cmake from 3.22.4 to 3.22.5 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/248
- chore(deps): bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/249
- chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/250
- chore(deps): bump actions/setup-python from 3 to 4 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/251
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/252
- chore(deps): bump pypa/cibuildwheel from 2.6.1 to 2.7.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/254
- Update to OpenSSL 3.0.4 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/255
- feat: add typing by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/256
- chore(deps): bump pypa/cibuildwheel from 2.7.0 to 2.8.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/257
- Update to OpenSSL 3.0.5 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/258
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/259
- chore(deps): bump pypa/cibuildwheel from 2.8.0 to 2.8.1 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/260
- chore(deps): bump pypa/gh-action-pypi-publish from 1.5.0 to 1.5.1 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/263
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/262
- Update to CMake 3.22.6 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/264
- fix: trove classifiers by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/265
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.5...3.22.6
v3.22.5
This bumps the CMake version to 3.22.5 and OpenSSL to 3.0.3.
CMake>=3.23 version so far cannot support manylinux1, so if you need manylinux1 support, you might want to pin < 3.23 unless something can be worked out. Since manylinux1 hit EOL six months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9 is the main issue holding some users back, so dropping Python <3.7 can reduce the damage if you drop manylinux1.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/235
- chore(deps): bump cmake from 3.22.3 to 3.22.4 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/237
- chore(deps): bump pypa/cibuildwheel from 2.4.0 to 2.5.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/238
- chore(deps): bump docker/setup-qemu-action from 1.2.0 to 2.0.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/239
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/240
- chore(deps): bump pypa/cibuildwheel from 2.5.0 to 2.6.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/241
- chore(deps): bump pre-commit/action from 2.0.3 to 3.0.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/242
- chore: bump OpenSSL 3.0.1 → 3.0.3 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/243
- chore: add script to bump OpenSSL version by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/244
- Update to CMake 3.22.5 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/245
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.4...3.22.5
v3.22.4
This fixes an issue allowing initial win-arm64 support, and bumps the CMake version. The next version so far cannot support manylinux1, so if you need manylinux1 support, you might want to pin < 3.23 unless something can be worked out. Since manylinux1 hit EOL four months ago and will stop being updated as soon as something breaks, you might want to consider moving to something newer, like manylinux2014. Pip 9 is the main issue holding some users back, so dropping Python <3.7 can reduce the damage if you drop manylinux1.
What's Changed
- chore(deps): bump cmake from 3.22.2 to 3.22.3 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/228
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/scikit-build/cmake-python-distributions/pull/229
- typo by @blackliner in https://github.com/scikit-build/cmake-python-distributions/pull/230
- Enable win-arm64 by x86-emulated version by @gaborkertesz-linaro in https://github.com/scikit-build/cmake-python-distributions/pull/231
- chore(deps): bump pypa/cibuildwheel from 2.3.1 to 2.4.0 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/233
- style: avoid confusing overwrite of variables by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/234
- Update to CMake 3.22.4 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/236
New Contributors
- @blackliner made their first contribution in https://github.com/scikit-build/cmake-python-distributions/pull/230
- @gaborkertesz-linaro made their first contribution in https://github.com/scikit-build/cmake-python-distributions/pull/231
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.3...3.22.4
v3.22.3
What's Changed
- Update to CMake 3.22.3 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/225
- chore: bump openssl 3.0.0 → 3.0.1 by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/224
- fix: build with CMAKE_CXX_STANDARD:STRING=11 on linux by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/222, fix https://github.com/scikit-build/cmake-python-distributions/issues/221
Internal housekeeping
- chore(deps): bump cmake from 3.22.1 to 3.22.2 by @dependabot in https://github.com/scikit-build/cmake-python-distributions/pull/220
- chore: disable CMake tests on alt-archs by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/226
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.2...3.22.3
v3.22.2
What's Changed
Standard maintenance release.
- Update to CMake 3.22.2 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/219
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.1...3.22.2
v3.22.1
What's Changed
- chore: add dependabot by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/207
- fix(ci): do no run tests on wheel in sdist tests by @mayeut in https://github.com/scikit-build/cmake-python-distributions/pull/210
- Update to CMake 3.22.1 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/213
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.22.0...3.22.1
v3.22.0
What's Changed
- Update to CMake 3.22.0 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/206
See https://blog.kitware.com/cmake-3-22-0-available-for-download/ for information on CMake 3.22.
v3.21.4
What's Changed
Docs now mention muslllinux, and an issue with the documentation build was fixed. Using cibuildwheel 2.2.2 now. @dependabot is now used to maintain the Actions used.
- docs: mention musllinux by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/203
- Update to CMake 3.21.4 by @henryiii in https://github.com/scikit-build/cmake-python-distributions/pull/201
Full Changelog: https://github.com/scikit-build/cmake-python-distributions/compare/3.21.3...3.21.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.