Hello community, here is the log from the commit of package python-svgwrite for openSUSE:Factory checked in at 2019-01-03 18:08:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old) and /work/SRC/openSUSE:Factory/.python-svgwrite.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite" Thu Jan 3 18:08:27 2019 rev:4 rq:662429 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes 2018-12-24 11:45:00.605259695 +0100 +++ /work/SRC/openSUSE:Factory/.python-svgwrite.new.28833/python-svgwrite.changes 2019-01-03 18:08:31.444039302 +0100 @@ -1,0 +2,8 @@ +Wed Jan 2 11:43:25 UTC 2019 - Tomáš Chvátal <tchva...@suse.com> + +- Version update to 1.2.1: + * BUGFIX: Python 2 pretty print encoding issue + * NEW: Inkscape extension - support for Inkscape layers + * BUGFIX: compatibility with Python 3.7 by fixing re.split() usage + +------------------------------------------------------------------- Old: ---- svgwrite-1.1.12.zip New: ---- svgwrite-1.2.1.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-svgwrite.spec ++++++ --- /var/tmp/diff_new_pack.1igtit/_old 2019-01-03 18:08:32.016038794 +0100 +++ /var/tmp/diff_new_pack.1igtit/_new 2019-01-03 18:08:32.020038791 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-svgwrite # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-svgwrite -Version: 1.1.12 +Version: 1.2.1 Release: 0 Summary: Python module for creating SVG drawings License: MIT @@ -31,6 +31,7 @@ BuildRequires: unzip # SECTION test requirements BuildRequires: %{python_module pyparsing >= 2.0.1} +BuildRequires: %{python_module pytest} # /SECTION Requires: python-pyparsing >= 2.0.1 BuildArch: noarch @@ -53,11 +54,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -pushd tests -%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} -$python -m unittest -} -popd +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} py.test-%{$python_bin_suffix} %files %{python_files} %doc NEWS.rst README.rst