Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python310"

Fri Jul 29 16:46:58 2022 rev:17 rq:990684 version:3.10.5

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

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

Other differences:
------------------
++++++ python310.spec ++++++
--- /var/tmp/diff_new_pack.S9ZUKZ/_old  2022-07-29 16:47:03.114511418 +0200
+++ /var/tmp/diff_new_pack.S9ZUKZ/_new  2022-07-29 16:47:03.118511430 +0200
@@ -36,6 +36,13 @@
 %bcond_without general
 %endif
 
+%define         python_pkg_name python310
+%if "%{python_pkg_name}" == "%{primary_python}"
+%define primary_interpreter 1
+%else
+%define primary_interpreter 0
+%endif
+
 %if 0%{?sle_version} && 0%{?suse_version} < 1550
 # Obsoleting previous "latest" Python versions
 # Next versions will get more lines like for older versions
@@ -59,14 +66,6 @@
 %else
 %define tarversion %{version}
 %endif
-%define         python_pkg_name python310
-# 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.10.5
 %define         tarname    Python-%{tarversion}

Reply via email to