Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PyICU for openSUSE:Factory 
checked in at 2023-06-30 19:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyICU (Old)
 and      /work/SRC/openSUSE:Factory/.python-PyICU.new.13546 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PyICU"

Fri Jun 30 19:58:07 2023 rev:17 rq:1095995 version:2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PyICU/python-PyICU.changes        
2023-06-27 23:15:39.935038134 +0200
+++ /work/SRC/openSUSE:Factory/.python-PyICU.new.13546/python-PyICU.changes     
2023-06-30 19:58:16.857432457 +0200
@@ -1,0 +2,6 @@
+Thu Jun 29 07:13:31 UTC 2023 - Andreas Schneider <a...@cryptomilk.org>
+
+- Disable testTransition on Leap
+- Fix position of sle15_python_module_pythons
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-PyICU.spec ++++++
--- /var/tmp/diff_new_pack.i7Jxsf/_old  2023-06-30 19:58:18.381441522 +0200
+++ /var/tmp/diff_new_pack.i7Jxsf/_new  2023-06-30 19:58:18.401441641 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 %global modname PyICU
 Name:           python-%{modname}
 Version:        2.11
@@ -41,7 +42,6 @@
 Provides:       %{modname} = %{version}
 Provides:       python-ICU = %{version}
 Obsoletes:      python-ICU < 1.2
-%{?sle15_python_module_pythons}
 %python_subpackages
 
 %description
@@ -61,7 +61,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
+%if 0%{?sle_version} && 0%{?sle_version} <= 150500
+# The timezone package is not up to date
+%pytest_arch -v -k 'not (testAcceptLanguage or testAcceptLanguageFromHTTP or 
testTransition)' -rs test
+%else
 %pytest_arch -v -k 'not (testAcceptLanguage or testAcceptLanguageFromHTTP)' 
-rs test
+%endif
 
 %files %{python_files}
 %license LICENSE

Reply via email to