Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package conan for openSUSE:Factory checked 
in at 2024-01-03 12:23:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/conan (Old)
 and      /work/SRC/openSUSE:Factory/.conan.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "conan"

Wed Jan  3 12:23:43 2024 rev:3 rq:1135590 version:2.0.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/conan/conan.changes      2023-12-17 
21:35:04.131566429 +0100
+++ /work/SRC/openSUSE:Factory/.conan.new.28375/conan.changes   2024-01-03 
12:23:45.380777083 +0100
@@ -1,0 +2,109 @@
+Thu Dec 28 17:01:29 UTC 2023 - Atri Bhattacharya <[email protected]>
+
+- Update to version 2.0.16:
+  * Bugfix: Revert the default of source_buildenv, make it False
+    by default [gh#conan-io/conan#15319].
+- Changes from version 2.0.15:
+  * Feature: New conan lock remove command to remove requires from
+    lockfiles [gh#conan-io/conan#15284].
+  * Feature: New CMake.ctest() helper method to launch directly
+    ctest instead of via cmake --target=RUN_TEST
+    [gh#conan-io/conan#15282].
+  * Feature: Add tracking syntax in <host_version> for different
+    references [gh#conan-io/conan#15274].
+  * Feature: Add pkglist formatter for conan export command
+    [gh#conan-io/conan#15266].
+  * Feature: Define CONAN_LOG_LEVEL env-var to be able to change
+    verbosity at a global level [gh#conan-io/conan#15263].
+  * Feature: conan cache path xxx --folder xxxx raises an error if
+    the folder requested does not exist [gh#conan-io/conan#15257].
+  * Feature: Add in operator support for ConanFile's
+    self.dependencies [gh#conan-io/conan#15221].
+  * Feature: Make CMakeDeps generator create a conandeps.cmake
+    that aggregates all direct dependencies in a cmake-like
+    generator style [gh#conan-io/conan#15207].
+  * Feature: Add build environment information to CMake configure
+    preset and run environment information to CMake test presets
+    [gh#conan-io/conan#15192].
+  * Feature: Removed a warning about a potential issue with conan
+    migration that would print every time a build failed
+    [gh#conan-io/conan#15174].
+  * Feature: New deploy() method in recipes for explicit
+    per-recipe deployment [gh#conan-io/conan#15172].
+  * Feature: Allow tool-requires to be used in source() method
+    injecting environment [gh#conan-io/conan#15153].
+  * Feature: Allow accessing the contents of settings.yml (and
+    settings_user!) from ConfigAPI [gh#conan-io/conan#15151].
+  * Feature: Add builtin conf access from ConfigAPI
+    [gh#conan-io/conan#15151].
+  * Feature: Add redirect_stdout to CMake integration methods
+    [gh#conan-io/conan#15150].
+  * Feature: Add core:warnings_as_errors configuration option to
+    make Conan raise on warnings and errors
+    [gh#conan-io/conan#15149].
+  * Feature: Added FTP_TLS option using secure argument in
+    ftp_download for secure communication
+    [gh#conan-io/conan#15137].
+  * Feature: New [replace_requires] and [replace_tool_requires] in
+    profile for redefining requires, useful for package
+    replacements like zlibng/zlib, to solve conflicts, and to
+    replace some dependencies by system alternatives wrapped in
+    another Conan package recipe [gh#conan-io/conan#15136].
+  * Feature: Add stderr capture argument to conanfile's run()
+    method [gh#conan-io/conan#15121].
+  * Feature: New [platform_requires] profile definition to be able
+    to replace Conan dependencies by platform-provided
+    dependencies [gh#conan-io/conan#14871].
+  * Feature: New conan graph explain command to search, compare
+    and explain missing binaries [gh#conan-io/conan#14694].
+  * Feature: Global cpp_info can be used to initialize components
+    values [gh#conan-io/conan#13994].
+  * Fix: Make core:warnings_as_errors accept a list
+    [gh#conan-io/conan#15297].
+  * Fix: Fix user confs package scoping when no separator was
+    given [gh#conan-io/conan#15296].
+  * Fix: Fix range escaping in conflict reports involving ranges
+    [gh#conan-io/conan#15222].
+  * Fix: Allow hard set_name() and set_version() to mutate name
+    and version provided in command line
+    [gh#conan-io/conan#15211].
+  * Fix: Make conan graph info --format=text print to stdout
+    [gh#conan-io/conan#15170].
+  * Fix: Avoid warning in CMake output due to
+    CMAKE_POLICY_DEFAULT_CMP0091 unused variable
+    [gh#conan-io/conan#15127].
+  * Fix: Deprecate [system_tools] in favor of
+    [platform_tool_requires] to align with [platform_requires] for
+    regular dependencies. Changed output from "System tool" to
+    "Platform" [gh#conan-io/conan#14871].
+  * Bugfix: Ensure user confs have at least 1 : separator
+    [gh#conan-io/conan#15296].
+  * Bugfix: Git.is_dirty() will use git status . -s to make sure
+    it only process the current path, not the whole repo,
+    similarly to other Git methods [gh#conan-io/conan#15289].
+  * Bugfix: Make self.info.clear() and header-only packages to
+    remove python_requires and tool_requires
+    [gh#conan-io/conan#15285].
+  * Bugfix: Make conan cache save/restore portable across Windows
+    and other OSs [gh#conan-io/conan#15253].
+  * Bugfix: Do not relativize absolute paths in deployers
+    [gh#conan-io/conan#15244].
+  * Bugfix: Add architecture to CMakePresets to avoid cmake
+    ignoring toolchain definitions when using presets
+    [gh#conan-io/conan#15215].
+  * Bugfix: Fix conan graph info --format=html reporting
+    misleading conflicting nodes [gh#conan-io/conan#15196].
+  * Bugfix: Fix serialization of tool_requires in conan profile
+    show --format=json [gh#conan-io/conan#15185].
+  * Bugfix: Fix NMakeDeps quoting issues
+    [gh#conan-io/conan#15140].
+  * Bugfix: Fix the 2.0.14 migration to add LRU data to the cache
+    when storage_path conf is defined [gh#conan-io/conan#15135].
+  * Bugfix: Fix definition of package_metadata_folder for conan
+    export-pkg command [gh#conan-io/conan#15126].
+  * Bugfix: pyinstaller.py was broken for Python 3.12 due to a
+    useless distutils import [gh#conan-io/conan#15116].
+  * Bugfix: Fix backup sources error when no
+    core.sources:download_cache is set [gh#conan-io/conan#15109].
+
+-------------------------------------------------------------------

Old:
----
  conan-2.0.14.tar.gz

New:
----
  conan-2.0.16.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ conan.spec ++++++
--- /var/tmp/diff_new_pack.CYdAQM/_old  2024-01-03 12:23:46.248808808 +0100
+++ /var/tmp/diff_new_pack.CYdAQM/_new  2024-01-03 12:23:46.248808808 +0100
@@ -18,7 +18,7 @@
 
 # Note: We only want to build for the default python3
 Name:           conan
-Version:        2.0.14
+Version:        2.0.16
 Release:        0
 Summary:        A C/C++ package manager
 License:        MIT

++++++ conan-2.0.14.tar.gz -> conan-2.0.16.tar.gz ++++++
++++ 3567 lines of diff (skipped)

Reply via email to