15
0

- update to 0.7.1:

- Fix regression ``defusedxml.ElementTree.ParseError`` (#63)
    The ``ParseError`` exception is now the same class object as
    ``xml.etree.ElementTree.ParseError`` again.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defusedxml?expand=0&rev=16
This commit is contained in:
2021-03-23 21:04:51 +00:00
committed by Git OBS Bridge
parent 9985c07093
commit 2934840861
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 23 20:19:43 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 0.7.1:
- Fix regression ``defusedxml.ElementTree.ParseError`` (#63)
The ``ParseError`` exception is now the same class object as
``xml.etree.ElementTree.ParseError`` again.
-------------------------------------------------------------------
Mon Mar 8 08:09:10 UTC 2021 - Dirk Müller <dmueller@suse.com>