diff --git a/python-voluptuous.spec b/python-voluptuous.spec index 3f3e95d..02f14fe 100644 --- a/python-voluptuous.spec +++ b/python-voluptuous.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-voluptuous -Version: 0.12.1 -Release: 2 +Version: 0.12.2 +Release: 1 Summary: A Python data validation library -License: BSD 3-Clause +License: BSD URL: https://github.com/alecthomas/voluptuous -Source0: https://files.pythonhosted.org/packages/17/0d/6e1e3ab6653720903efd7f644cc5be839d59ceb396143c08c1bebeab080b/voluptuous-0.12.1.tar.gz +Source0: https://files.pythonhosted.org/packages/c0/2c/ccbeb25364e3e0c5e4522f13d66e2fc639bb4d4ecdf73be0959552cbecb4/voluptuous-0.12.2.tar.gz BuildArch: noarch %description Voluptuous, despite the name, is a Python data validation library. @@ -18,6 +18,9 @@ Provides: python-voluptuous # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pbr +BuildRequires: python3-pip +BuildRequires: python3-wheel %description -n python3-voluptuous Voluptuous, despite the name, is a Python data validation library. It is primarily intended for validating data coming into Python as @@ -77,6 +80,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Sat Jun 04 2022 OpenStack_SIG - 0.12.2-1 +- Upgrade package python3-voluptuous to version 0.12.2 + * Tue Mar 01 2022 wangxiyuan - 0.12.1-2 - Remove test related part diff --git a/voluptuous-0.12.1.tar.gz b/voluptuous-0.12.1.tar.gz deleted file mode 100644 index 507cda6..0000000 Binary files a/voluptuous-0.12.1.tar.gz and /dev/null differ diff --git a/voluptuous-0.12.2.tar.gz b/voluptuous-0.12.2.tar.gz new file mode 100644 index 0000000..bf86236 Binary files /dev/null and b/voluptuous-0.12.2.tar.gz differ