Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nlohmann_json for openSUSE:Factory checked in at 2025-04-14 12:58:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nlohmann_json (Old) and /work/SRC/openSUSE:Factory/.nlohmann_json.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nlohmann_json" Mon Apr 14 12:58:35 2025 rev:20 rq:1269027 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/nlohmann_json/nlohmann_json.changes 2024-04-23 18:55:37.409491120 +0200 +++ /work/SRC/openSUSE:Factory/.nlohmann_json.new.1907/nlohmann_json.changes 2025-04-14 12:58:43.997133503 +0200 @@ -1,0 +2,29 @@ +Fri Apr 11 10:48:15 UTC 2025 - Christoph G <f...@grueninger.de> + +- Update to version 3.12.0: + * Diagnostic byte positions: A new macro, + JSON_DIAGNOSTIC_POSITIONS, introduces member functions to query + the byte positions of values in the input they were parsed from. + * Enhanced conversion macros: The conversion macros for arbitrary + types now include several upgrades: All macros are templated, + supporting json, ordered_json, and any other basic_json + specialization. + * Derived classes can now be seamlessly converted to/from JSON + using the new NLOHMANN_DEFINE_DERIVED_TYPE_* macros. + * Support for std::optional: The library now supports conversions + from/to std::optional types when compiled with C++17. + * Flexible string compatibility: Functions patch, diff, and + flatten now work with arbitrary string types. + * Binary format enhancements: The BJData mapping now supports + draft 3, including optimized binary array types. The BSON + mapping has added support for unsigned 64-bit integers. The + get_number function used in the binary format implementations + has been optimized to read multiple bytes at once. + * Multidimensional array conversion: Multidimensional C-style + arrays can now be directly converted to JSON. + * Filesystem paths in UTF-8: The conversions from/to + std::filesystem::path are now encoded to UTF-8 strings by + default on all operating systems. + * CMake 4.0 support. + +------------------------------------------------------------------- Old: ---- json-3.11.3.tar.xz json-3.11.3.tar.xz.asc New: ---- json-3.12.0.tar.xz json-3.12.0.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nlohmann_json.spec ++++++ --- /var/tmp/diff_new_pack.seNLtZ/_old 2025-04-14 12:58:44.633160212 +0200 +++ /var/tmp/diff_new_pack.seNLtZ/_new 2025-04-14 12:58:44.637160380 +0200 @@ -1,7 +1,7 @@ # # spec file for package nlohmann_json # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2018, Martin Hauke <mar...@gmx.de> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: nlohmann_json -Version: 3.11.3 +Version: 3.12.0 Release: 0 Summary: JSON for Modern C++ License: MIT @@ -28,7 +28,7 @@ Source2: https://github.com/nlohmann/json/releases/download/v%{version}/json.tar.xz.asc#/json-%{version}.tar.xz.asc Source3: https://keybase.io/nlohmann/pgp_keys.asc?fingerprint=797167ae41c0a6d9232e48457f3cea63ae251b69#/%{name}.keyring BuildRequires: c++_compiler -BuildRequires: cmake >= 3.1 +BuildRequires: cmake >= 3.5 BuildRequires: pkgconfig %description ++++++ json-3.11.3.tar.xz -> json-3.12.0.tar.xz ++++++ ++++ 8664 lines of diff (skipped)