14
0

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:
2025-09-02 15:59:24 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 7 deletions

View File

@@ -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> 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 # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python-voluptuous-serialize Name: python-voluptuous-serialize
Version: 2.6.0 Version: 2.7.0
Release: 0 Release: 0
Summary: Python module to convert voluptuous schemas to dictionaries Summary: Python module to convert voluptuous schemas to dictionaries
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/balloob/voluptuous-serialize 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 pip}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel} BuildRequires: %{python_module wheel}
@@ -41,7 +41,7 @@ BuildRequires: %{python_module voluptuous}
A Python module to convert voluptuous schemas to dictionaries. A Python module to convert voluptuous schemas to dictionaries.
%prep %prep
%setup -q -n voluptuous-serialize-%{version} %setup -q -n voluptuous_serialize-%{version}
%build %build
%pyproject_wheel %pyproject_wheel

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:79acdc58239582a393144402d827fa8efd6df0f5350cdc606d9242f6f9bca7c4
size 7562

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d0da959f2fd93c8f1eb779c5d116231940493b51020c2c1026bab76eb56cd09e
size 9202