upgrade the version of voluptuous to 0.12.2

(cherry picked from commit f49a2613103fd5c85dc847f390337fe461ec9037)
This commit is contained in:
yuqi 2022-06-04 05:48:48 +00:00 committed by openeuler-sync-bot
parent cbd7429a6c
commit 2ef8501b6e
3 changed files with 10 additions and 4 deletions

View File

@ -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 <openstack@openeuler.org> - 0.12.2-1
- Upgrade package python3-voluptuous to version 0.12.2
* Tue Mar 01 2022 wangxiyuan <wangiyuan1007@gmail.com> - 0.12.1-2
- Remove test related part

Binary file not shown.

BIN
voluptuous-0.12.2.tar.gz Normal file

Binary file not shown.