From 9985c07093b4d79c4f7c73901b978de5e806e15b399f5af24a14358af4d0650e Mon Sep 17 00:00:00 2001
From: Dirk Mueller <dmueller@suse.com>
Date: Mon, 8 Mar 2021 08:11:12 +0000
Subject: [PATCH] - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defusedxml?expand=0&rev=14
---
 defusedxml-0.6.0.tar.gz   |  3 ---
 defusedxml-0.7.0.tar.gz   |  3 +++
 python-defusedxml.changes | 11 +++++++++++
 python-defusedxml.spec    |  4 ++--
 4 files changed, 16 insertions(+), 5 deletions(-)
 delete mode 100644 defusedxml-0.6.0.tar.gz
 create mode 100644 defusedxml-0.7.0.tar.gz

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 <dmueller@suse.com>
+
+- 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 <michael@stroeder.com>
 
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