!4 update version to 0.7.1

From: @zhangy1317
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-07-21 10:00:53 +00:00 committed by Gitee
commit dc68bf2922
3 changed files with 10 additions and 8 deletions

Binary file not shown.

BIN
defusedxml-0.7.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,17 +1,14 @@
%global _empty_manifest_terminate_build 0
Name: python-defusedxml
Version: 0.6.0
Version: 0.7.1
Release: 1
Summary: XML bomb protection for Python stdlib modules
License: PSFL
License: Python-2.0 and MIT
URL: https://github.com/tiran/defusedxml
Source0: https://files.pythonhosted.org/packages/a4/5f/f8aa58ca0cf01cbcee728abc9d88bfeb74e95e6cb4334cfd5bed5673ea77/defusedxml-0.6.0.tar.gz
Source0: https://files.pythonhosted.org/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz
BuildArch: noarch
%description
XML bomb protection for Python stdlib modules
XML bomb protection for Python stdlib modules.
%package -n python3-defusedxml
@ -20,16 +17,18 @@ Provides: python-defusedxml
BuildRequires: python3-devel
BuildRequires: python3-setuptools
%description -n python3-defusedxml
XML bomb protection for Python stdlib modules.
%package help
Summary: Development documents and examples for defusedxml
Provides: python3-defusedxml-doc
%description help
XML bomb protection for Python stdlib modules.
%prep
%autosetup -n defusedxml-0.6.0
%autosetup -n defusedxml-0.7.1
%build
%py3_build
@ -69,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jul 09 2021 openstack-sig <openstack@openeuler.org>
- update to 0.7.1
* Wed Dec 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated