Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python for openSUSE:Factory checked 
in at 2021-11-06 18:13:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python (Old)
 and      /work/SRC/openSUSE:Factory/.python.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python"

Sat Nov  6 18:13:05 2021 rev:162 rq:928845 version:2.7.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/python/python-base.changes       2021-10-25 
15:16:53.401655247 +0200
+++ /work/SRC/openSUSE:Factory/.python.new.1890/python-base.changes     
2021-11-06 18:13:13.612734531 +0100
@@ -1,0 +2,6 @@
+Tue Nov  2 08:09:03 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- on sle12, python2 modules will still be called python-xxxx until EOL,
+  for newer SLE versions they will be python2-xxxx
+
+-------------------------------------------------------------------
python.changes: same change

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

Other differences:
------------------
++++++ python-base.spec ++++++
--- /var/tmp/diff_new_pack.ACj2Gk/_old  2021-11-06 18:13:14.952735233 +0100
+++ /var/tmp/diff_new_pack.ACj2Gk/_new  2021-11-06 18:13:14.956735236 +0100
@@ -367,6 +367,12 @@
 install -m 644 %{SOURCE5} 
%{buildroot}%{_libdir}/python%{python_version}/site-packages/_local.pth
 install -d -m 755 %{buildroot}%{_rpmconfigdir}/macros.d/
 install -m 644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/
+%if %{suse_version} < 1500
+# on SLE12 and SLE11 the python2 modules will still be called python-xxxx
+# as this SPEC file is used on SLE12, keep it in here for the time being
+sed -i -e 's/python2_package_prefix python2/python2_package_prefix python/;' 
%{buildroot}%{_rpmconfigdir}/macros.d/macros.python2
+%endif
+
 # make sure /usr/lib/python/site-packages exists even on lib64 machines
 mkdir -p %{buildroot}%{_prefix}/lib/python%{python_version}/site-packages
 ########################################

++++++ python-doc.spec ++++++
--- /var/tmp/diff_new_pack.ACj2Gk/_old  2021-11-06 18:13:14.976735246 +0100
+++ /var/tmp/diff_new_pack.ACj2Gk/_new  2021-11-06 18:13:14.976735246 +0100
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           python-doc
 Version:        2.7.18
 Release:        0

python.spec: same change

Reply via email to