Hello community,

here is the log from the commit of package python-pygal for openSUSE:Factory 
checked in at 2020-09-04 10:59:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pygal (Old)
 and      /work/SRC/openSUSE:Factory/.python-pygal.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pygal"

Fri Sep  4 10:59:54 2020 rev:6 rq:830076 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pygal/python-pygal.changes        
2019-11-22 10:20:24.733345648 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygal.new.3399/python-pygal.changes      
2020-09-04 11:00:47.114677143 +0200
@@ -1,0 +2,5 @@
+Thu Aug 27 15:15:44 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- Add patch pytest6.patch
+
+-------------------------------------------------------------------

New:
----
  pytest6.patch

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

Other differences:
------------------
++++++ python-pygal.spec ++++++
--- /var/tmp/diff_new_pack.trlEX3/_old  2020-09-04 11:00:49.222678273 +0200
+++ /var/tmp/diff_new_pack.trlEX3/_new  2020-09-04 11:00:49.222678273 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygal
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,6 +30,7 @@
 # PATCH-FIX-UPSTREAM pytest4.patch gh#Kozea/pygal#340 [email protected]
 # yes, THIS is what makes this test suite pytest4+ compatible!
 Patch1:         pytest4.patch
+Patch2:         pytest6.patch
 BuildRequires:  %{python_module Flask}
 BuildRequires:  %{python_module lxml}
 BuildRequires:  %{python_module pyquery}

++++++ pytest6.patch ++++++
Index: pygal-2.4.0/pygal/test/conftest.py
===================================================================
--- pygal-2.4.0.orig/pygal/test/conftest.py
+++ pygal-2.4.0/pygal/test/conftest.py
@@ -50,9 +50,9 @@ def pytest_generate_tests(metafunc):
     if hasattr(sys, 'pypy_version_info'):
         etree.to_etree()
 
-    if "Chart" in metafunc.funcargnames:
+    if "Chart" in metafunc.fixturenames:
         metafunc.parametrize("Chart", pygal.CHARTS)
-    if "datas" in metafunc.funcargnames:
+    if "datas" in metafunc.fixturenames:
         metafunc.parametrize(
             "datas",
             [

Reply via email to