Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-gear for openSUSE:Factory 
checked in at 2024-05-06 17:55:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gear (Old)
 and      /work/SRC/openSUSE:Factory/.python-gear.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gear"

Mon May  6 17:55:12 2024 rev:9 rq:1172148 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gear/python-gear.changes  2022-09-29 
18:15:08.479464701 +0200
+++ /work/SRC/openSUSE:Factory/.python-gear.new.1880/python-gear.changes        
2024-05-06 17:56:26.286044835 +0200
@@ -1,0 +2,7 @@
+Mon May  6 10:51:00 UTC 2024 - Daniel Garcia <daniel.gar...@suse.com>
+
+- Enable tests again,
+  https://storyboard.openstack.org/#!/story/2009250 is solved.
+- Fix build for Backports with python 3.6, bsc#1222933
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gear.spec ++++++
--- /var/tmp/diff_new_pack.SndgP8/_old  2024-05-06 17:56:26.962069444 +0200
+++ /var/tmp/diff_new_pack.SndgP8/_new  2024-05-06 17:56:26.966069590 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gear
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -44,7 +44,7 @@
 Requires:       python-python-daemon >= 2.0.4
 Requires:       python-six >= 1.5.2
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 BuildArch:      noarch
 %python_subpackages
 
@@ -53,6 +53,10 @@
 
 %prep
 %setup -q -n gear-%{version}
+%if 0%{?sle_version} <= 150600
+# Remove project url in setup.cfg, this conf fails with old python
+sed -i '9,13d' setup.cfg
+%endif
 
 %build
 %python_build
@@ -63,8 +67,7 @@
 %python_clone -a %{buildroot}%{_bindir}/geard
 
 %check
-# Switched off because of https://storyboard.openstack.org/#!/story/2009250
-# %%pyunittest discover -v
+%pyunittest discover -v
 
 %post
 %python_install_alternative geard

Reply via email to