Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-rich for openSUSE:Factory 
checked in at 2022-04-20 16:57:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rich (Old)
 and      /work/SRC/openSUSE:Factory/.python-rich.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rich"

Wed Apr 20 16:57:12 2022 rev:18 rq:970999 version:11.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-rich/python-rich.changes  2022-01-14 
23:15:14.778709379 +0100
+++ /work/SRC/openSUSE:Factory/.python-rich.new.1941/python-rich.changes        
2022-04-20 16:57:42.250644018 +0200
@@ -1,0 +2,5 @@
+Thu Apr 14 07:17:44 UTC 2022 - Hui-Zhi Zhao <hui.zhi.z...@suse.com>
+
+- Ignore python3.6.2 for test since it doesn't support it. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-rich.spec ++++++
--- /var/tmp/diff_new_pack.821OKq/_old  2022-04-20 16:57:42.754644489 +0200
+++ /var/tmp/diff_new_pack.821OKq/_new  2022-04-20 16:57:42.758644493 +0200
@@ -19,6 +19,7 @@
 
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+
 Name:           python-rich
 Version:        11.0.0
 Release:        0
@@ -67,7 +68,9 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+%if "%{python_flavor}" >= "python362"
 %pytest -k 'not test_log'
+%endif
 
 %files %{python_files}
 %license LICENSE

Reply via email to