Hello community,
here is the log from the commit of package python-svgwrite for
openSUSE:Leap:15.2 checked in at 2020-03-15 13:35:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-svgwrite (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Sun Mar 15 13:35:57 2020 rev:6 rq:783345 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-svgwrite/python-svgwrite.changes
2020-03-02 13:23:41.154437556 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.3160/python-svgwrite.changes
2020-03-15 13:35:58.266824125 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 10:43:52 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Skip one test that started to fail with python 3.8:
+ * test_pretty_print
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-svgwrite.spec ++++++
--- /var/tmp/diff_new_pack.UWY7iY/_old 2020-03-15 13:35:58.622824338 +0100
+++ /var/tmp/diff_new_pack.UWY7iY/_new 2020-03-15 13:35:58.622824338 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-svgwrite
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,6 @@
Release: 0
Summary: Python module for creating SVG drawings
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/mozman/svgwrite
Source:
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
BuildRequires: %{python_module setuptools}
@@ -54,7 +53,8 @@
%check
# test_embed_google_web_font - asks google for data
-%pytest -k 'not test_embed_google_web_font'
+# test_pretty_print - fails on python 3.8 because xml output is now ordering
tags
+%pytest -k 'not test_embed_google_web_font and not test_pretty_print'
%files %{python_files}
%doc NEWS.rst README.rst