Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-pygal for openSUSE:Factory 
checked in at 2023-02-03 22:04:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygal (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygal.new.4462 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygal"

Fri Feb  3 22:04:38 2023 rev:9 rq:1062554 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygal/python-pygal.changes        
2021-12-12 21:27:03.888322183 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygal.new.4462/python-pygal.changes      
2023-02-03 22:16:45.859284744 +0100
@@ -1,0 +2,6 @@
+Wed Feb  1 22:46:16 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- skip python 2.x (no longer supported) and enable CairoSVG
+  for all python flavors not just the main one 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pygal.spec ++++++
--- /var/tmp/diff_new_pack.jjR4Lx/_old  2023-02-03 22:16:46.291286416 +0100
+++ /var/tmp/diff_new_pack.jjR4Lx/_new  2023-02-03 22:16:46.295286432 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygal
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,7 +16,8 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
+%global skip_python2 1
 Name:           python-pygal
 Version:        3.0.0
 Release:        0
@@ -26,13 +27,13 @@
 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

Reply via email to