14
0

- 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:
2025-09-02 08:22:16 +00:00
committed by Git OBS Bridge
parent bc1e589178
commit f370e1a951
2 changed files with 12 additions and 4 deletions

View File

@@ -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>

View File

@@ -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}