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

Update conan requirement from !=2.0.*,<2.8,>=1.48 to >=2.0,<2.13 #306

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Updates the requirements on conan to permit the latest version.

Release notes

Sourced from conan's releases.

2.12.0 (27-Jan-2025)

  • Feature: Make public documented (and experimental) the --build=compatible:[pattern] build mode, to allow building other configurations different than the current one when the current one is invalid and binary compatibility defines compatible binaries. (conan-io/conan#17637). Docs: 📃
  • Feature: Define new tools.cmake.cmaketoolchain:user_presets to customize the name of the generated CMakeUserPresets.json, disabling its generation. Also can generate it in a subfolder. (conan-io/conan#17613). Docs: 📃
  • Feature: Serialize in --format=json graph output the original requirements version range, not only the resolved one. (conan-io/conan#17603)
  • Feature: Add cycloneDX as a Conan tool and implement subgraph for conanfile. (conan-io/conan#17559). Docs: 📃
  • Feature: Initial conan workspace build command to build the full workspace, based on the definition of products. (conan-io/conan#17538). Docs: 📃
  • Feature: Allow applying patches on "create" time for conan-center-index like layouts from an external centralized folder. (conan-io/conan#17520). Docs: 📃
  • Feature: Add report progress while unpacking tarball files. (conan-io/conan#17519)
  • Feature: conan profile show can now select which context's profile to show. (conan-io/conan#17518)
  • Feature: Better logging, printing the username for repositories, successful auth event and trace-level messages including full URL requests. (conan-io/conan#17517)
  • Feature: Adds conan config clean command that will remove all custom config from conan home, excluding the generated packages. (conan-io/conan#17514). Docs: 📃
  • Feature: Add reinit method to ConanApi, which reinitializes every subapi. (conan-io/conan#17514). Docs: 📃
  • Feature: Allow defining --out-file=file.ext instead of --format=ext > file.ext to write to files directly and avoid issues with redirects. (conan-io/conan#17507). Docs: 📃
  • Feature: Cache HTTP request sessions between API calls. (conan-io/conan#17455)
  • Feature: Implement caching in the Remote objects for RemoteManager calls, saving repeated calls to the server for the duration of the life of the Remote objects. (conan-io/conan#17449). Docs: 📃
  • Fix: Added arch_flag as a public attribute to the MesonToolchain generator. (conan-io/conan#17629)
  • Fix: Increase sqlite timeout from 10 to 20 seconds for very heavily loaded CI servers. (conan-io/conan#17616)
  • Fix: Make remotes.json saving transactional to avoid corruption for hard killed processes. (conan-io/conan#17588)
  • Fix: Improve error message for conan create when test_package has missing binaries. (conan-io/conan#17581)
  • Fix: Fix Git is_dirty detection of excluded files with paths. (conan-io/conan#17571)
  • Fix: Allow latest bottle 0.13 release for conan_server to work with Python 3.13. (conan-io/conan#17534)
  • Fix: GnuToolchain's make_args handle empty values correctly. (conan-io/conan#17532)
  • Fix: Fix inconsistency in replace_in_file, that returned False if the pattern was not found (with strict off), otherwise None. (conan-io/conan#17531)
  • Fix: conan profile show does not pollute stdout with information titles. (conan-io/conan#17518)
  • Fix: Error out when unknown language is used in languages attribute. (conan-io/conan#17512)
  • Fix: Fix Workspace when using the workspace_api.load() and using self.run() inside set_version(). (conan-io/conan#17501)
  • Bugfix: conf_build does not exist for cli and conanfile.txt contexts. (conan-io/conan#17640)
  • Bugfix: Make possible to use pattern and strip_root at the same time for conan.tools.files.unzip(). (conan-io/conan#17591)
  • Bugfix: Solve incubating CMakeDeps issues with transitive [replace_requires]. (conan-io/conan#17566)
  • Bugfix: Solve PkgConfigDeps issues with transitive [replace_requires]. (conan-io/conan#17566)
Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Updates the requirements on [conan](https://github.com/conan-io/conan) to permit the latest version.
- [Release notes](https://github.com/conan-io/conan/releases)
- [Commits](conan-io/conan@1.48.0...2.12.0)

---
updated-dependencies:
- dependency-name: conan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants