- 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
This commit is contained in:
Dirk Mueller 2021-03-08 08:11:12 +00:00 committed by Git OBS Bridge
parent f57f1506a7
commit 9985c07093
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f684034d135af4c6cbb949b8a4d2ed61634515257a67299e5f940fbaa34377f5
size 62670

3
defusedxml-0.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86b15d9e3c639de79f4cb38aeffea3281f62aff78dde7d798e1352c63bfa6ea0
size 74865

View File

@ -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>

View File

@ -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