commit python-defusedxml for openSUSE:Factory

2019-06-02 Thread root
Hello community,

here is the log from the commit of package python-defusedxml for 
openSUSE:Factory checked in at 2019-06-02 15:16:27

Comparing /work/SRC/openSUSE:Factory/python-defusedxml (Old)
 and  /work/SRC/openSUSE:Factory/.python-defusedxml.new.5148 (New)


Package is "python-defusedxml"

Sun Jun  2 15:16:27 2019 rev:5 rq:706490 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-defusedxml/python-defusedxml.changes  
2018-12-13 19:42:41.425150009 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-defusedxml.new.5148/python-defusedxml.changes
2019-06-02 15:16:32.378074197 +0200
@@ -1,0 +2,19 @@
+Thu May 30 08:41:25 UTC 2019 - Michael Ströder 
+
+- 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.
+
+---

Old:

  defusedxml-0.5.0.tar.gz

New:

  defusedxml-0.6.0.tar.gz



Other differences:
--
++ python-defusedxml.spec ++
--- /var/tmp/diff_new_pack.QvCeFH/_old  2019-06-02 15:16:33.034073914 +0200
+++ /var/tmp/diff_new_pack.QvCeFH/_new  2019-06-02 15:16:33.034073914 +0200
@@ -19,7 +19,7 @@
 %{?!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

++ defusedxml-0.5.0.tar.gz -> defusedxml-0.6.0.tar.gz ++
 2332 lines of diff (skipped)




commit python-defusedxml for openSUSE:Factory

2018-12-13 Thread root
Hello community,

here is the log from the commit of package python-defusedxml for 
openSUSE:Factory checked in at 2018-12-13 19:42:41

Comparing /work/SRC/openSUSE:Factory/python-defusedxml (Old)
 and  /work/SRC/openSUSE:Factory/.python-defusedxml.new.28833 (New)


Package is "python-defusedxml"

Thu Dec 13 19:42:41 2018 rev:4 rq:654008 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-defusedxml/python-defusedxml.changes  
2017-05-03 15:55:16.452454682 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-defusedxml.new.28833/python-defusedxml.changes
   2018-12-13 19:42:41.425150009 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:47:12 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-defusedxml.spec ++
--- /var/tmp/diff_new_pack.a1Lvjy/_old  2018-12-13 19:42:41.761149570 +0100
+++ /var/tmp/diff_new_pack.a1Lvjy/_new  2018-12-13 19:42:41.765149564 +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
 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




commit python-defusedxml for openSUSE:Factory

2017-05-03 Thread root
Hello community,

here is the log from the commit of package python-defusedxml for 
openSUSE:Factory checked in at 2017-05-03 15:55:12

Comparing /work/SRC/openSUSE:Factory/python-defusedxml (Old)
 and  /work/SRC/openSUSE:Factory/.python-defusedxml.new (New)


Package is "python-defusedxml"

Wed May  3 15:55:12 2017 rev:3 rq:489490 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-defusedxml/python-defusedxml.changes  
2017-02-03 18:57:21.085926609 +0100
+++ /work/SRC/openSUSE:Factory/.python-defusedxml.new/python-defusedxml.changes 
2017-05-03 15:55:16.452454682 +0200
@@ -1,0 +2,14 @@
+Wed Apr 19 22:20:34 UTC 2017 - toddrme2...@gmail.com
+
+- Fix source url.
+
+---
+Tue Apr 18 16:58:49 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.0
+  * Add compatibility with Python 3.6
+  * Drop support for Python 2.6, 3.1, 3.2, 3.3
+  * Fix lxml tests (XMLSyntaxError: Detected an entity reference loop)
+- Implement single-spec version.
+
+---

Old:

  defusedxml-0.4.1.tar.gz

New:

  defusedxml-0.5.0.tar.gz



Other differences:
--
++ python-defusedxml.spec ++
--- /var/tmp/diff_new_pack.Px8mTP/_old  2017-05-03 15:55:18.336188747 +0200
+++ /var/tmp/diff_new_pack.Px8mTP/_new  2017-05-03 15:55:18.340188181 +0200
@@ -16,24 +16,26 @@
 #
 
 
+%bcond_without tests
+
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-defusedxml
-Version:0.4.1
+Version:0.5.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
-Source: 
https://pypi.python.org/packages/source/d/defusedxml/defusedxml-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-BuildRequires:  python-xml
+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}
 Requires:   python-xml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 The results of an attack on a vulnerable XML library can be fairly dramatic.
@@ -44,21 +46,22 @@
 This library allows for XML to be parsed in a manner that avoids these
 pitfalls.
 
-
-
 %prep
 %setup -q -n defusedxml-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-python setup.py test
+%python_exec setup.py test
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc LICENSE README.txt CHANGES.txt
 %{python_sitelib}/*

++ defusedxml-0.4.1.tar.gz -> defusedxml-0.5.0.tar.gz ++
 1957 lines of diff (skipped)




commit python-defusedxml for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package python-defusedxml for 
openSUSE:Factory checked in at 2017-02-02 15:41:29

Comparing /work/SRC/openSUSE:Factory/python-defusedxml (Old)
 and  /work/SRC/openSUSE:Factory/.python-defusedxml.new (New)


Package is "python-defusedxml"

Changes:

--- /work/SRC/openSUSE:Factory/python-defusedxml/python-defusedxml.changes  
2017-01-23 11:35:04.201617171 +0100
+++ /work/SRC/openSUSE:Factory/.python-defusedxml.new/python-defusedxml.changes 
2017-02-03 18:57:21.085926609 +0100
@@ -1,0 +2,5 @@
+Tue Jan 31 14:25:04 UTC 2017 - rsalev...@suse.com
+
+- Dummy changelog for bsc#1019074, FATE#322329
+
+---



Other differences:
--
++ python-defusedxml.spec ++
--- /var/tmp/diff_new_pack.8wW7HC/_old  2017-02-03 18:57:21.397882799 +0100
+++ /var/tmp/diff_new_pack.8wW7HC/_new  2017-02-03 18:57:21.401882237 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package python-py
+# spec file for package python-defusedxml
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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