17
0

Compare commits

5 Commits

Author SHA256 Message Date
afee8a8608 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
2025-09-02 15:59:24 +00:00
f370e1a951 - 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
2025-09-02 08:22:16 +00:00
bc1e589178 - update to version 2.7.0
- got renamed to underscore name, providing compat provides

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous-serialize?expand=0&rev=15
2025-09-02 08:17:17 +00:00
ce6b17d069 Accepting request 1285493 from devel:languages:python
- Convert to pip-based build

OBS-URL: https://build.opensuse.org/request/show/1285493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-voluptuous-serialize?expand=0&rev=7
2025-06-13 16:48:25 +00:00
0d94e4aa4f - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous-serialize?expand=0&rev=13
2025-06-13 12:46:45 +00:00
4 changed files with 33 additions and 12 deletions

View File

@@ -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> Fri Dec 8 16:16:00 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-voluptuous-serialize # 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 # 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
@@ -16,17 +16,17 @@
# #
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
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 setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-voluptuous Requires: python-voluptuous
@@ -41,13 +41,13 @@ 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
%python_build %pyproject_wheel
%install %install
%python_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
@@ -56,6 +56,7 @@ A Python module to convert voluptuous schemas to dictionaries.
%files %{python_files} %files %{python_files}
%doc README.md %doc README.md
%license LICENSE %license LICENSE
%{python_sitelib}/* %{python_sitelib}/voluptuous[-_]serialize
%{python_sitelib}/voluptuous[-_]serialize-%{version}*-info
%changelog %changelog

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