diff --git a/defusedxml-0.6.0.tar.gz b/defusedxml-0.6.0.tar.gz deleted file mode 100644 index 570eda8..0000000 Binary files a/defusedxml-0.6.0.tar.gz and /dev/null differ diff --git a/defusedxml-0.7.1.tar.gz b/defusedxml-0.7.1.tar.gz new file mode 100644 index 0000000..fcdcb37 Binary files /dev/null and b/defusedxml-0.7.1.tar.gz differ diff --git a/python-defusedxml.spec b/python-defusedxml.spec index e332e1f..67d022e 100644 --- a/python-defusedxml.spec +++ b/python-defusedxml.spec @@ -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 +- update to 0.7.1 + * Wed Dec 16 2020 Python_Bot - Package Spec generated