Skip to content

Bump cmake from 3.18.4 to 3.24.1.1 in /docker/openproblems-python-extras - #583

Merged
scottgigante-immunai merged 2 commits into
mainfrom
dependabot/pip/docker/openproblems-python-extras/cmake-3.24.1.1
Sep 30, 2022
Merged

Bump cmake from 3.18.4 to 3.24.1.1 in /docker/openproblems-python-extras#583
scottgigante-immunai merged 2 commits into
mainfrom
dependabot/pip/docker/openproblems-python-extras/cmake-3.24.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 22, 2022

Copy link
Copy Markdown
Contributor

Bumps cmake from 3.18.4 to 3.24.1.1.

Release notes

Sourced from cmake's releases.

Version 3.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

Patch 3.24..1

Full Changelog: scikit-build/cmake-python-distributions@3.24.0...3.24.1.1

Version 3.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

Full Changelog: scikit-build/cmake-python-distributions@3.23.3...3.24.0

Version 3.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.

Version 3.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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@codecov

codecov Bot commented Sep 22, 2022

Copy link
Copy Markdown

Codecov Report

Base: 86.11% // Head: 86.11% // No change to project coverage 👍

Coverage data is based on head (caff344) compared to base (9947be1).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #583   +/-   ##
=======================================
  Coverage   86.11%   86.11%           
=======================================
  Files         135      135           
  Lines        3378     3378           
  Branches      176      176           
=======================================
  Hits         2909     2909           
  Misses        412      412           
  Partials       57       57           
Flag Coverage Δ
unittests 86.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@dependabot
dependabot Bot force-pushed the dependabot/pip/docker/openproblems-python-extras/cmake-3.24.1.1 branch 6 times, most recently from a779af6 to d84935c Compare September 29, 2022 18:17
Bumps [cmake](https://github.com/scikit-build/cmake-python-distributions) from 3.18.4 to 3.24.1.1.
- [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases)
- [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/master/HISTORY.rst)
- [Commits](scikit-build/cmake-python-distributions@3.18.4...3.24.1.1)

---
updated-dependencies:
- dependency-name: cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/pip/docker/openproblems-python-extras/cmake-3.24.1.1 branch from d84935c to 396110a Compare September 29, 2022 22:29
@scottgigante-immunai
scottgigante-immunai merged commit dc8ea08 into main Sep 30, 2022
@scottgigante-immunai
scottgigante-immunai deleted the dependabot/pip/docker/openproblems-python-extras/cmake-3.24.1.1 branch September 30, 2022 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant