Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-HyperKitty for 
openSUSE:Factory checked in at 2021-05-10 15:38:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-HyperKitty (Old)
 and      /work/SRC/openSUSE:Factory/.python-HyperKitty.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-HyperKitty"

Mon May 10 15:38:16 2021 rev:9 rq:890489 version:1.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-HyperKitty/python-HyperKitty.changes      
2021-04-01 14:19:23.548162368 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-HyperKitty.new.2988/python-HyperKitty.changes
    2021-05-10 15:40:39.957254514 +0200
@@ -1,0 +2,5 @@
+Tue May  4 09:31:59 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- restrict to primary python3 flavor due to mailman 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-HyperKitty.spec ++++++
--- /var/tmp/diff_new_pack.ZurRvE/_old  2021-05-10 15:40:40.509252340 +0200
+++ /var/tmp/diff_new_pack.ZurRvE/_new  2021-05-10 15:40:40.513252325 +0200
@@ -31,11 +31,9 @@
 
 %global hyperkitty_services hyperkitty-qcluster.service 
hyperkitty-runjob-daily.service hyperkitty-runjob-daily.timer 
hyperkitty-runjob-hourly.service hyperkitty-runjob-hourly.timer 
hyperkitty-runjob-minutely.service hyperkitty-runjob-minutely.timer 
hyperkitty-runjob-monthly.service hyperkitty-runjob-monthly.timer 
hyperkitty-runjob-quarter-hourly.service hyperkitty-runjob-quarter-hourly.timer 
hyperkitty-runjob-weekly.service hyperkitty-runjob-weekly.timer 
hyperkitty-runjob-yearly.service hyperkitty-runjob-yearly.timer
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
-%if 0%{?suse_version} >= 1550
-%define skip_python36 1
-%endif
+%{?!python_module:%define python_module() python3-%{**}}
+# mailman is built only for primary python3 flavor
+%define pythons python3
 Name:           python-HyperKitty
 Version:        1.3.4
 Release:        0
@@ -107,6 +105,11 @@
 BuildRequires:  %{python_module pytz >= 2012}
 BuildRequires:  %{python_module robot-detection >= 0.3}
 # /SECTION
+%if 0%{python3_version_nodots} == 38
+# help in replacing any previously installed multiflavor package back to the 
primary python3 package
+Provides:       python38-Hyperkitty = %{version}-%{release}
+Obsoletes:      python38-Hyperkitty < %{version}-%{release}
+%endif
 %python_subpackages
 
 %description

Reply via email to