forked from pool/python-voluptuous-serialize
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous-serialize?expand=0&rev=16
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 23 05:39:24 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
||||
|
||||
- update to version 2.7.0
|
||||
- got renamed to underscore name, providing compat provides
|
||||
- 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á <mmachova@suse.com>
|
||||
|
||||
@@ -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
|
||||
@@ -30,7 +30,6 @@ BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-voluptuous
|
||||
Provides: python-voluptuous-serialize = %version
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
||||
Reference in New Issue
Block a user