Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-dacite for openSUSE:Factory checked in at 2025-11-27 15:21:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dacite (Old) and /work/SRC/openSUSE:Factory/.python-dacite.new.14147 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dacite" Thu Nov 27 15:21:46 2025 rev:2 rq:1320303 version:1.9.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dacite/python-dacite.changes 2024-08-21 23:27:36.841582509 +0200 +++ /work/SRC/openSUSE:Factory/.python-dacite.new.14147/python-dacite.changes 2025-11-27 15:23:31.929967022 +0100 @@ -1,0 +2,18 @@ +Wed Nov 26 14:38:10 UTC 2025 - Nico Krapp <[email protected]> + +- Update to 1.9.2 + * Fix class Data(Protocol) types declaration + * fix readonly args +- Update to 1.9.1 + * Do not assign to hint.args if concretized hint_args are the same +- Update to 1.9.0 + * Support generics, forward references and case conversion + * improve Data typing + * support generics and forward references + * Fix issues with caching internal function calls + * Fix CI + * Update actions versions, add Python 3.12 and 3.13 to test matrix + * Suppress context in ForwardReferenceError and MissingValueError + * Check for non empty union matches + +------------------------------------------------------------------- Old: ---- v1.8.1.tar.gz New: ---- dacite-1.9.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dacite.spec ++++++ --- /var/tmp/diff_new_pack.Rt7qNh/_old 2025-11-27 15:23:33.654039729 +0100 +++ /var/tmp/diff_new_pack.Rt7qNh/_new 2025-11-27 15:23:33.658039898 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-dacite # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: python-dacite -Version: 1.8.1 +Version: 1.9.2 Release: 0 Summary: Simple creation of data classes from dictionaries License: MIT URL: https://github.com/konradhalas/dacite -Source: https://github.com/konradhalas/dacite/archive/refs/tags/v%{version}.tar.gz +Source: https://github.com/konradhalas/dacite/archive/refs/tags/v%{version}.tar.gz#/dacite-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -42,6 +42,8 @@ %prep %autosetup -p1 -n dacite-%{version} sed -ri 's/--benchmark-[^ "]+//g' pyproject.toml +# fix wrong version in setup.py, see gh#konradhalas/dacite#daad7e4 +sed -i 's/1.9.1/1.9.2/g' setup.py %build %pyproject_wheel
