Hello community,
here is the log from the commit of package python-svgwrite for
openSUSE:Leap:15.2 checked in at 2020-04-28 20:11:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-svgwrite (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Tue Apr 28 20:11:16 2020 rev:7 rq:797859 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-svgwrite/python-svgwrite.changes
2020-03-15 13:35:58.266824125 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.2738/python-svgwrite.changes
2020-04-28 20:11:18.664553424 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 16:22:34 UTC 2020 - Marcus Rueckert <[email protected]>
+
+- Update to 1.4
+ - Requires Python 3.6
+ - Removed Python2 support
+ - Optimized/faster svgparser.py module by Florian Festi
+ - Removed batch files to run tests on Windows, use pytest or tox
+ instead
+
+-------------------------------------------------------------------
Old:
----
svgwrite-1.3.1.zip
New:
----
svgwrite-1.4.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-svgwrite.spec ++++++
--- /var/tmp/diff_new_pack.OnCq9c/_old 2020-04-28 20:11:19.148554429 +0200
+++ /var/tmp/diff_new_pack.OnCq9c/_new 2020-04-28 20:11:19.152554437 +0200
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
Name: python-svgwrite
-Version: 1.3.1
+Version: 1.4
Release: 0
Summary: Python module for creating SVG drawings
License: MIT