diff --git a/python-voluptuous-serialize.changes b/python-voluptuous-serialize.changes index 9e5b87e..f80845b 100644 --- a/python-voluptuous-serialize.changes +++ b/python-voluptuous-serialize.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 6 17:41:29 UTC 2020 - Marketa Calabkova + +- update to 2.3.0 + * Add support for custom serializer + ------------------------------------------------------------------- Tue Sep 10 07:23:16 UTC 2019 - Jan Engelhardt diff --git a/python-voluptuous-serialize.spec b/python-voluptuous-serialize.spec index 0865b5e..261e673 100644 --- a/python-voluptuous-serialize.spec +++ b/python-voluptuous-serialize.spec @@ -1,7 +1,7 @@ # # spec file for package python-voluptuous-serialize # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,24 +19,23 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-voluptuous-serialize -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Python module to convert voluptuous schemas to dictionaries License: Apache-2.0 Group: Development/Languages/Python -Url: http://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 Source99: https://raw.githubusercontent.com/balloob/voluptuous-serialize/master/LICENSE BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-voluptuous +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} BuildRequires: %{python_module voluptuous} # /SECTION -BuildRequires: fdupes -Requires: python-voluptuous -BuildArch: noarch - %python_subpackages %description @@ -44,7 +43,7 @@ A Python module to convert voluptuous schemas to dictionaries. %prep %setup -q -n voluptuous-serialize-%{version} -cp %{S:99} . +cp %{SOURCE99} . %build %python_build @@ -54,7 +53,7 @@ cp %{S:99} . %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec -m pytest tests +%pytest tests %files %{python_files} %doc README.md diff --git a/voluptuous-serialize-2.2.0.tar.gz b/voluptuous-serialize-2.2.0.tar.gz deleted file mode 100644 index 7c7d891..0000000 --- a/voluptuous-serialize-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8b31660c7efdba0eb97ba65390b63cc62cc99ae3cd25d00e1873b183b38ef13d -size 2848 diff --git a/voluptuous-serialize-2.3.0.tar.gz b/voluptuous-serialize-2.3.0.tar.gz new file mode 100644 index 0000000..575db1e --- /dev/null +++ b/voluptuous-serialize-2.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740cd00ce2ecf0f3345d550163fdd2f20de2e0a60c3c678450e68314c2f592f5 +size 3047