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

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without tests
Name: python-defusedxml
Version: 0.7.0
Version: 0.7.1
Release: 0
Summary: XML bomb protection for Python stdlib modules
License: Python-2.0