update to 0.7.1

This commit is contained in:
zhangy1317 2021-07-12 11:28:35 +08:00
parent 7322e18bc6
commit b67516b2f2
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 %global _empty_manifest_terminate_build 0
Name: python-defusedxml Name: python-defusedxml
Version: 0.6.0 Version: 0.7.1
Release: 1 Release: 1
Summary: XML bomb protection for Python stdlib modules Summary: XML bomb protection for Python stdlib modules
License: PSFL License: Python-2.0 and MIT
URL: https://github.com/tiran/defusedxml 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 BuildArch: noarch
%description %description
XML bomb protection for Python stdlib modules XML bomb protection for Python stdlib modules.
%package -n python3-defusedxml %package -n python3-defusedxml
@ -20,16 +17,18 @@ Provides: python-defusedxml
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
%description -n python3-defusedxml %description -n python3-defusedxml
XML bomb protection for Python stdlib modules.
%package help %package help
Summary: Development documents and examples for defusedxml Summary: Development documents and examples for defusedxml
Provides: python3-defusedxml-doc Provides: python3-defusedxml-doc
%description help %description help
XML bomb protection for Python stdlib modules.
%prep %prep
%autosetup -n defusedxml-0.6.0 %autosetup -n defusedxml-0.7.1
%build %build
%py3_build %py3_build
@ -69,5 +68,8 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %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> * Wed Dec 16 2020 Python_Bot <Python_Bot@openeuler.org>
- Package Spec generated - Package Spec generated