diff --git a/defusedxml-0.6.0.tar.gz b/defusedxml-0.6.0.tar.gz deleted file mode 100644 index 030f996..0000000 --- a/defusedxml-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5 -size 62670 diff --git a/defusedxml-0.7.0.tar.gz b/defusedxml-0.7.0.tar.gz new file mode 100644 index 0000000..8deb2be --- /dev/null +++ b/defusedxml-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b15d9e3c639de79f4cb38aeffea3281f62aff78dde7d798e1352c63bfa6ea0 +size 74865 diff --git a/python-defusedxml.changes b/python-defusedxml.changes index 88a2a24..e7e1e99 100644 --- a/python-defusedxml.changes +++ b/python-defusedxml.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Mar 8 08:09:10 UTC 2021 - Dirk Müller + +- update to 0.7.0: + - Re-add and deprecate ``defusedxml.cElementTree`` + - Use GitHub Actions instead of TravisCI + - Restore ``ElementTree`` attribute of ``xml.etree`` module after patching + - Add support for Python 3.9 + - ``defusedxml.cElementTree`` is not available with Python 3.9. + - Python 2 is deprecate. Support for Python 2 will be removed in 0.8.0. + ------------------------------------------------------------------- Thu May 30 08:41:25 UTC 2019 - Michael Ströder diff --git a/python-defusedxml.spec b/python-defusedxml.spec index 08ba69e..ae93d17 100644 --- a/python-defusedxml.spec +++ b/python-defusedxml.spec @@ -1,7 +1,7 @@ # # spec file for package python-defusedxml # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without tests Name: python-defusedxml -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: XML bomb protection for Python stdlib modules License: Python-2.0