Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-voluptuous-serialize for openSUSE:Factory checked in at 2025-09-02 17:59:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-voluptuous-serialize (Old) and /work/SRC/openSUSE:Factory/.python-voluptuous-serialize.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-voluptuous-serialize" Tue Sep 2 17:59:24 2025 rev:8 rq:1302343 version:2.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-voluptuous-serialize/python-voluptuous-serialize.changes 2025-06-13 18:48:34.330536996 +0200 +++ /work/SRC/openSUSE:Factory/.python-voluptuous-serialize.new.1977/python-voluptuous-serialize.changes 2025-09-02 18:00:25.679808396 +0200 @@ -1,0 +2,15 @@ +Sat Aug 23 05:39:24 UTC 2025 - Adrian Schröter <adr...@suse.de> + +- Update to version 2.7.0 + * Add type annotations (#160) @farmio + * Consistently mark required fields of mapping schemas (#159) @farmio + * Check for nested mapping schemas raise properly (#155) @farmio + * Add tests for unsupported validators (#154) @farmio + * Improve README example (#153) @farmio + * Fix TypeError in convert function when schema is not a class (#140) + @philippwaller + * Improve error handling for unsupported object (#152) @farmio + * Remove support for Python 3.8 (#146) @MartinHjelmare +- updated source link + +------------------------------------------------------------------- Old: ---- voluptuous-serialize-2.6.0.tar.gz New: ---- voluptuous_serialize-2.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-voluptuous-serialize.spec ++++++ --- /var/tmp/diff_new_pack.ZhOpBh/_old 2025-09-02 18:00:26.299834447 +0200 +++ /var/tmp/diff_new_pack.ZhOpBh/_new 2025-09-02 18:00:26.299834447 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-voluptuous-serialize # -# Copyright (c) 2025 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,13 +17,13 @@ Name: python-voluptuous-serialize -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: Python module to convert voluptuous schemas to dictionaries License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/balloob/voluptuous-serialize -Source: https://files.pythonhosted.org/packages/source/v/voluptuous-serialize/voluptuous-serialize-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/v/voluptuous-serialize/voluptuous_serialize-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -41,7 +41,7 @@ A Python module to convert voluptuous schemas to dictionaries. %prep -%setup -q -n voluptuous-serialize-%{version} +%setup -q -n voluptuous_serialize-%{version} %build %pyproject_wheel