17
0

- 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:
2021-03-08 08:11:12 +00:00
committed by Git OBS Bridge
parent 8ae7390c8d
commit b366682f28
4 changed files with 16 additions and 5 deletions

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>