Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python39 for openSUSE:Factory 
checked in at 2022-07-29 16:46:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python39 (Old)
 and      /work/SRC/openSUSE:Factory/.python39.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python39"

Fri Jul 29 16:46:57 2022 rev:32 rq:990683 version:3.9.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python39/python39.changes        2022-06-29 
16:01:41.804649737 +0200
+++ /work/SRC/openSUSE:Factory/.python39.new.1533/python39.changes      
2022-07-29 16:47:00.854505135 +0200
@@ -1,0 +2,6 @@
+Thu Jul 21 14:19:55 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Switch from %primary_interpreter to prjconf-defined
+  %primary_python (gh#openSUSE/python-rpm-macros#127).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python39.spec ++++++
--- /var/tmp/diff_new_pack.QrpjKr/_old  2022-07-29 16:47:01.702507493 +0200
+++ /var/tmp/diff_new_pack.QrpjKr/_new  2022-07-29 16:47:01.706507504 +0200
@@ -35,6 +35,14 @@
 %bcond_with base
 %bcond_without general
 %endif
+
+%define         python_pkg_name python39
+%if "%{python_pkg_name}" == "%{primary_python}"
+%define primary_interpreter 1
+%else
+%define primary_interpreter 0
+%endif
+
 %define _version %(c=%{version}; echo ${c/[a-z]*/})
 %define tar_suffix %(c=%{_version}; echo ${c#%{_version}})
 %define python_version %(c=%{_version}; echo ${c:0:3})
@@ -48,14 +56,6 @@
 %else
 %define tarversion %{version}
 %endif
-%define         python_pkg_name python39
-# Will provide the python3-* provides
-# Will do the /usr/bin/python3 and all the core links
-%if 0%{?sle_version} || 0%{?suse_version} >= 1550
-%define primary_interpreter 0
-%else
-%define primary_interpreter 1
-%endif
 # We don't process beta signs well
 %define         folderversion 3.9.13
 %define         tarname    Python-%{tarversion}

Reply via email to