Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| afee8a8608 | |||
| f370e1a951 | |||
| bc1e589178 | |||
| ce6b17d069 | |||
| 0d94e4aa4f |
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Convert to pip-based build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 16:16:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-voluptuous-serialize
|
||||
#
|
||||
# Copyright (c) 2023 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
|
||||
@@ -16,17 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
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}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-voluptuous
|
||||
@@ -41,13 +41,13 @@ 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
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
@@ -56,6 +56,7 @@ A Python module to convert voluptuous schemas to dictionaries.
|
||||
%files %{python_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/voluptuous[-_]serialize
|
||||
%{python_sitelib}/voluptuous[-_]serialize-%{version}*-info
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -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