Hello community, here is the log from the commit of package python-defusedxml for openSUSE:Leap:15.2 checked in at 2020-02-21 23:53:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/python-defusedxml (Old) and /work/SRC/openSUSE:Leap:15.2/.python-defusedxml.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-defusedxml" Fri Feb 21 23:53:17 2020 rev:11 rq:778096 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/python-defusedxml/python-defusedxml.changes 2020-01-15 15:48:11.515417424 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.python-defusedxml.new.26092/python-defusedxml.changes 2020-02-21 23:53:17.769036784 +0100 @@ -1,0 +2,24 @@ +Thu May 30 08:41:25 UTC 2019 - Michael Ströder <[email protected]> + +- Update to 0.6.0 + - Increase test coverage. + - Add badges to README. + - Test on Python 3.7 stable and 3.8-dev + - Drop support for Python 3.4 + - No longer pass *html* argument to XMLParse. It has been deprecated and + ignored for a long time. The DefusedXMLParser still takes a html argument. + A deprecation warning is issued when the argument is False and a TypeError + when it's True. + - defusedxml now fails early when pyexpat stdlib module is not available or + broken. + - defusedxml.ElementTree.__all__ now lists ParseError as public attribute. + - The defusedxml.ElementTree and defusedxml.cElementTree modules had a typo + and used XMLParse instead of XMLParser as an alias for DefusedXMLParser. + Both the old and fixed name are now available. + +------------------------------------------------------------------- +Tue Dec 4 12:47:12 UTC 2018 - Matej Cepl <[email protected]> + +- Remove superfluous devel dependency for noarch package + +------------------------------------------------------------------- Old: ---- defusedxml-0.5.0.tar.gz New: ---- defusedxml-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-defusedxml.spec ++++++ --- /var/tmp/diff_new_pack.wCgE1h/_old 2020-02-21 23:53:18.041037325 +0100 +++ /var/tmp/diff_new_pack.wCgE1h/_new 2020-02-21 23:53:18.045037333 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-defusedxml # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,28 +12,25 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without tests - %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without tests Name: python-defusedxml -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: XML bomb protection for Python stdlib modules License: Python-2.0 Group: Development/Languages/Python -Url: https://pypi.python.org/pypi/defusedxml +URL: https://pypi.python.org/pypi/defusedxml Source: https://files.pythonhosted.org/packages/source/d/defusedxml/defusedxml-%{version}.tar.gz -BuildRequires: fdupes -BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module xml} +BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-xml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -62,8 +59,8 @@ %endif %files %{python_files} -%defattr(-,root,root,-) -%doc LICENSE README.txt CHANGES.txt +%license LICENSE +%doc README.txt CHANGES.txt %{python_sitelib}/* %changelog ++++++ defusedxml-0.5.0.tar.gz -> defusedxml-0.6.0.tar.gz ++++++ ++++ 2332 lines of diff (skipped)
