Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package conan for openSUSE:Factory checked in at 2023-12-17 21:32:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conan (Old) and /work/SRC/openSUSE:Factory/.conan.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conan" Sun Dec 17 21:32:42 2023 rev:2 rq:1133620 version:2.0.14 Changes: -------- --- /work/SRC/openSUSE:Factory/conan/conan.changes 2023-10-30 22:11:24.641600830 +0100 +++ /work/SRC/openSUSE:Factory/.conan.new.25432/conan.changes 2023-12-17 21:35:04.131566429 +0100 @@ -1,0 +2,92 @@ +Sat Dec 16 13:41:20 UTC 2023 - Atri Bhattacharya <[email protected]> + +- Update to version 2.0.14: + * Feature: Added riscv64, riscv32 architectures to default + settings.yml and management of them in Meson and Autotools + [gh#conan-io/conan#15053]. + * Feature: Allow only one simultaneous database connection + [gh#conan-io/conan#15029]. + * Feature: Add conan cache backup-upload to upload all the + backup sources in the cache, regardless of which references + they are from [gh#conan-io/conan#15013]. + * Feature: New conan list --format=compact for better UX + [gh#conan-io/conan#15011]. + * Feature: Ignore metadata upload by passing --metadata="" + [gh#conan-io/conan#15007]. + * Feature: Better output messages in conan upload + [gh#conan-io/conan#14984]. + * Feature: Add extra flags to CMakeToolchain + [gh#conan-io/conan#14966]. + * Feature: Implement package load/restore from the cache, for CI + workflows and moving packages over air-gaps + [gh#conan-io/conan#14923]. + * Feature: Compute version-ranges intersection to avoid graph + version conflicts for compatible ranges + [gh#conan-io/conan#14912]. + * Feature: CMake helper can use multiple targets in target + argument [gh#conan-io/conan#14883]. + * Feature: Add CMakeDeps and PkgConfigDeps generators listening + to system_package_version property [gh#conan-io/conan#14808]. + * Feature: Add shorthand syntax in cli to specify host and build + in 1 argument [gh#conan-io/conan#14727]. + * Feature: Implement cache LRU control for cleaning of unused + artifacts [gh#conan-io/conan#14054]. + * Fix: Avoid CMakeToolchain overwriting user CMakePresets.json + when no layout nor output-folder is defined + [gh#conan-io/conan#15058]. + * Fix: Add astra, elbrus and altlinux as distribution using apt + in SystemPackageManager [gh#conan-io/conan#15051]. + * Fix: Default to apt-get package manager in Linux Mint + [gh#conan-io/conan#15026]. + * Fix: Make Git() check commits in remote server even for + shallow clones [gh#conan-io/conan#15023]. + * Fix: Fix AutotoolsToolchain extraflags priority + [gh#conan-io/conan#15005]. + * Fix: Remove colors from conan --version output + [gh#conan-io/conan#15002]. + * Fix: Add an error message if the sqlite3 version is + unsupported (less than 3.7.11 from 2012) + [gh#conan-io/conan#14950]. + * Fix: Make cache DB always use forward slash for paths, to be + uniform across Windows and Linux [gh#conan-io/conan#14940]. + * Fix: Solve re-build of an existing package revision (like + forcing rebuild of a an existing header-only package), while + previous folder was still used by other projects + [gh#conan-io/conan#14938]. + * Fix: Avoid a recipe mutating a conf to affect other recipes + [gh#conan-io/conan#14932]. + * Fix: The output of system packages via Apt.install() or + PkgConfig.fill_cpp_info, like xorg/system was very noisy to + the Conan output, making it more quiet + [gh#conan-io/conan#14924]. + * Fix: Serialize the path information of python_requires, + necessary for computing buildinfo [gh#conan-io/conan#14886]. + * Fix: Define remotes in conan source command in case recipe has + python_requires that need to be downloaded from remotes + [gh#conan-io/conan#14852]. + * Fix: Fix min target flag for xros and xros-simulator + [gh#conan-io/conan#14776]. + * Bugfix: --build=missing was doing unnecessary builds of + packages that were not needed and could be skipped, in the + case of tool_requires having transitive dependencies + [gh#conan-io/conan#15082]. + * BugFix: Add package revision to format=json in 'conan + export-pkg' command [gh#conan-io/conan#15042]. + * Bugfix: tools.build:download_source=True will not fail when + there are editable packages [gh#conan-io/conan#15004]. + * Bugfix: Transitive dependencies were incorrectly added to + conandeps.xcconfig [gh#conan-io/conan#14898]. + * Bugfix: Fix integrity-check (upload --check or cache + check-integrity) when the export_source has not been + downloaded [gh#conan-io/conan#14850]. + * Bugfix: Properly lock release candidates of python requires + [gh#conan-io/conan#14846]. + * BugFix: Version ranges ending with - do not automatically + activate pre-releases resolution in the full range + [gh#conan-io/conan#14814]. + * BugFix: Fix version ranges so pre-releases are correctly + included in the lower bound and excluded in the upper bound + [gh#conan-io/conan#14814]. +- New Requires: python-distro. + +------------------------------------------------------------------- Old: ---- conan-2.0.13.tar.gz New: ---- conan-2.0.14.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conan.spec ++++++ --- /var/tmp/diff_new_pack.VO2LAa/_old 2023-12-17 21:35:04.627584452 +0100 +++ /var/tmp/diff_new_pack.VO2LAa/_new 2023-12-17 21:35:04.631584597 +0100 @@ -1,5 +1,5 @@ # -# spec file for package python-conan +# spec file for package conan # # Copyright (c) 2023 SUSE LLC # @@ -18,23 +18,24 @@ # Note: We only want to build for the default python3 Name: conan -Version: 2.0.13 +Version: 2.0.14 Release: 0 Summary: A C/C++ package manager License: MIT URL: https://conan.io Source: https://files.pythonhosted.org/packages/source/c/conan/conan-%{version}.tar.gz +BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel -BuildRequires: fdupes +Requires: python3-Jinja2 +Requires: python3-PyYAML >= 6.0 Requires: python3-colorama >= 0.4.3 +Requires: python3-distro Requires: python3-fasteners >= 0.15 -Requires: python3-Jinja2 Requires: python3-patch-ng >= 1.17.4 Requires: python3-python-dateutil >= 2.8.0 -Requires: python3-PyYAML >= 6.0 Requires: python3-requests >= 2.25 Requires: python3-urllib3 >= 1.26.6 BuildArch: noarch ++++++ conan-2.0.13.tar.gz -> conan-2.0.14.tar.gz ++++++ ++++ 5262 lines of diff (skipped)
