Hello community,
here is the log from the commit of package python-svgwrite for openSUSE:Factory
checked in at 2019-07-22 17:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-svgwrite (Old)
and /work/SRC/openSUSE:Factory/.python-svgwrite.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-svgwrite"
Mon Jul 22 17:19:58 2019 rev:5 rq:717576 version:1.3.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes
2019-01-03 18:08:31.444039302 +0100
+++
/work/SRC/openSUSE:Factory/.python-svgwrite.new.4126/python-svgwrite.changes
2019-07-22 17:19:59.489901012 +0200
@@ -1,0 +2,11 @@
+Mon Jul 22 12:44:34 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.3.1:
+ * NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see
example using_fonts.py
+ * NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see
example using_fonts.py
+ * NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see
example using_fonts.py
+ * NEW: shapes extension by Christof Hanke
+ * NEW: for write(), save() and saveas(), indentation for pretty print is
configurable by Mitar
+ * BUGFIX: converted regex strings in tests to raw strings by tirkarthi
+
+-------------------------------------------------------------------
Old:
----
svgwrite-1.2.1.zip
New:
----
svgwrite-1.3.1.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-svgwrite.spec ++++++
--- /var/tmp/diff_new_pack.mmDn8c/_old 2019-07-22 17:20:00.149900831 +0200
+++ /var/tmp/diff_new_pack.mmDn8c/_new 2019-07-22 17:20:00.149900831 +0200
@@ -18,24 +18,23 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-svgwrite
-Version: 1.2.1
+Version: 1.3.1
Release: 0
Summary: Python module for creating SVG drawings
License: MIT
Group: Development/Languages/Python
-Url: http://github.com/mozman/svgwrite
+URL: https://github.com/mozman/svgwrite
Source:
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
+Requires: python-pyparsing >= 2.0.1
+BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pyparsing >= 2.0.1}
BuildRequires: %{python_module pytest}
# /SECTION
-Requires: python-pyparsing >= 2.0.1
-BuildArch: noarch
-
%python_subpackages
%description
@@ -54,7 +53,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib}
py.test-%{$python_bin_suffix}
+# test_embed_google_web_font - asks google for data
+%pytest -k 'not test_embed_google_web_font'
%files %{python_files}
%doc NEWS.rst README.rst