Hello community,
here is the log from the commit of package python-svgwrite for openSUSE:Factory
checked in at 2020-03-10 12:33:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old)
and /work/SRC/openSUSE:Factory/.python-svgwrite.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Tue Mar 10 12:33:56 2020 rev:6 rq:783302 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes
2019-07-22 17:19:59.489901012 +0200
+++
/work/SRC/openSUSE:Factory/.python-svgwrite.new.26092/python-svgwrite.changes
2020-03-10 12:34:04.328851037 +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.Qxp7Hr/_old 2020-03-10 12:34:05.008851372 +0100
+++ /var/tmp/diff_new_pack.Qxp7Hr/_new 2020-03-10 12:34:05.012851374 +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