Hello community,

here is the log from the commit of package python-pygal for openSUSE:Factory 
checked in at 2019-03-29 20:37:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygal (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygal.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygal"

Fri Mar 29 20:37:37 2019 rev:3 rq:688618 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygal/python-pygal.changes        
2018-12-24 11:41:55.701423590 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygal.new.25356/python-pygal.changes     
2019-03-29 20:37:38.510645904 +0100
@@ -1,0 +2,6 @@
+Tue Mar 26 09:21:16 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Make CairoSVG only python3 dependency and simply not provide
+  the png conversion feature on python2
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pygal.spec ++++++
--- /var/tmp/diff_new_pack.1TpBHn/_old  2019-03-29 20:37:39.058646208 +0100
+++ /var/tmp/diff_new_pack.1TpBHn/_new  2019-03-29 20:37:39.062646211 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygal
 #
-# 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
@@ -17,33 +17,33 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define         skip_python2 1
 Name:           python-pygal
 Version:        2.4.0
 Release:        0
 Summary:        A python svg graph plotting library
 License:        LGPL-3.0-or-later
 Group:          Development/Languages/Python
-Url:            http://pygal.org/
+URL:            http://pygal.org/
 Source:         
https://files.pythonhosted.org/packages/source/p/pygal/pygal-%{version}.tar.gz
 Source10:       
https://raw.githubusercontent.com/Kozea/pygal/%{version}/COPYING
-BuildRequires:  %{python_module CairoSVG}
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module pyquery}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-CairoSVG
+Requires:       python-lxml
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:      noarch
+%ifpython3
+Recommends:     python-CairoSVG
+%endif
 # SECTION test requirements
 BuildRequires:  %{python_module pytest-runner}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-Requires:       python-lxml
-Recommends:     python-CairoSVG
-BuildArch:      noarch
-Requires(post):   update-alternatives
-Requires(postun):  update-alternatives
-
 %python_subpackages
 
 %description


Reply via email to