diff --git a/python-voluptuous-serialize.changes b/python-voluptuous-serialize.changes index 606ce95..12ca00f 100644 --- a/python-voluptuous-serialize.changes +++ b/python-voluptuous-serialize.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Aug 23 05:39:24 UTC 2025 - Adrian Schröter + +- 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 + ------------------------------------------------------------------- Fri Jun 13 12:46:19 UTC 2025 - Markéta Machová diff --git a/python-voluptuous-serialize.spec b/python-voluptuous-serialize.spec index 0400454..a726a6e 100644 --- a/python-voluptuous-serialize.spec +++ b/python-voluptuous-serialize.spec @@ -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 @@ BuildRequires: %{python_module voluptuous} 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 diff --git a/voluptuous-serialize-2.6.0.tar.gz b/voluptuous-serialize-2.6.0.tar.gz deleted file mode 100644 index f008e90..0000000 --- a/voluptuous-serialize-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79acdc58239582a393144402d827fa8efd6df0f5350cdc606d9242f6f9bca7c4 -size 7562 diff --git a/voluptuous_serialize-2.7.0.tar.gz b/voluptuous_serialize-2.7.0.tar.gz new file mode 100644 index 0000000..d73dd83 --- /dev/null +++ b/voluptuous_serialize-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0da959f2fd93c8f1eb779c5d116231940493b51020c2c1026bab76eb56cd09e +size 9202