Hello community,

here is the log from the commit of package python-svgwrite for 
openSUSE:Leap:15.2 checked in at 2020-03-02 13:23:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-svgwrite (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-svgwrite"

Mon Mar  2 13:23:40 2020 rev:5 rq:777195 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-svgwrite/python-svgwrite.changes        
2020-01-15 15:53:41.511606450 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-svgwrite.new.26092/python-svgwrite.changes 
    2020-03-02 13:23:41.154437556 +0100
@@ -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.uCdpcU/_old  2020-03-02 13:23:41.518438280 +0100
+++ /var/tmp/diff_new_pack.uCdpcU/_new  2020-03-02 13:23:41.522438289 +0100
@@ -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


Reply via email to