Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-stack-data for 
openSUSE:Factory checked in at 2023-01-10 14:58:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-stack-data (Old)
 and      /work/SRC/openSUSE:Factory/.python-stack-data.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-stack-data"

Tue Jan 10 14:58:50 2023 rev:3 rq:1046660 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-stack-data/python-stack-data.changes      
2022-05-17 17:24:08.567155178 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-stack-data.new.32243/python-stack-data.changes
   2023-01-10 14:58:50.796896830 +0100
@@ -1,0 +2,6 @@
+Wed Jan  4 01:04:23 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Skip test_pygments_example test, because it is just too
+  unstable given the ever changing output from Pygments.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-stack-data.spec ++++++
--- /var/tmp/diff_new_pack.irhtak/_old  2023-01-10 14:58:51.864902546 +0100
+++ /var/tmp/diff_new_pack.irhtak/_new  2023-01-10 14:58:51.868902567 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-stack-data
 #
-# Copyright (c) 2022 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,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-stack-data
 Version:        0.2.0
 Release:        0
@@ -65,9 +64,11 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%pytest
+# incompatibility with Pygments
+%pytest -k 'not test_pygments_example'
 
 %files %{python_files}
-%{python_sitelib}/stack_data*
+%{python_sitelib}/stack_data
+%{python_sitelib}/stack_data-%{version}*-info
 
 %changelog

Reply via email to