Hello community,
here is the log from the commit of package python-svgwrite for openSUSE:Factory
checked in at 2020-04-25 20:28:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old)
and /work/SRC/openSUSE:Factory/.python-svgwrite.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Sat Apr 25 20:28:10 2020 rev:7 rq:796703 version:1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes
2020-03-10 12:34:04.328851037 +0100
+++
/work/SRC/openSUSE:Factory/.python-svgwrite.new.2738/python-svgwrite.changes
2020-04-25 20:31:15.170384375 +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.bqIYfi/_old 2020-04-25 20:31:20.346395048 +0200
+++ /var/tmp/diff_new_pack.bqIYfi/_new 2020-04-25 20:31:20.346395048 +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