forked from pool/python-voluptuous-serialize
Accepting request 1302343 from devel:languages:python
- 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/request/show/1302343 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous-serialize?expand=0&rev=8
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 23 05:39:24 UTC 2025 - Adrian Schröter <adrian@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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79acdc58239582a393144402d827fa8efd6df0f5350cdc606d9242f6f9bca7c4
|
||||
size 7562
|
||||
3
voluptuous_serialize-2.7.0.tar.gz
Normal file
3
voluptuous_serialize-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0da959f2fd93c8f1eb779c5d116231940493b51020c2c1026bab76eb56cd09e
|
||||
size 9202
|
||||
Reference in New Issue
Block a user