Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python38 for openSUSE:Factory checked in at 2022-07-29 16:46:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python38 (Old) and /work/SRC/openSUSE:Factory/.python38.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python38" Fri Jul 29 16:46:56 2022 rev:24 rq:990680 version:3.8.13 Changes: -------- --- /work/SRC/openSUSE:Factory/python38/python38.changes 2022-06-15 00:31:45.670479027 +0200 +++ /work/SRC/openSUSE:Factory/.python38.new.1533/python38.changes 2022-07-29 16:46:59.758502088 +0200 @@ -1,0 +2,6 @@ +Thu Jul 21 14:19:54 UTC 2022 - Matej Cepl <mc...@suse.com> + +- Switch from %primary_interpreter to prjconf-defined + %primary_python (gh#openSUSE/python-rpm-macros#127). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python38.spec ++++++ --- /var/tmp/diff_new_pack.YXQ6Re/_old 2022-07-29 16:47:00.534504245 +0200 +++ /var/tmp/diff_new_pack.YXQ6Re/_new 2022-07-29 16:47:00.538504256 +0200 @@ -35,6 +35,14 @@ %bcond_with base %bcond_without general %endif + +%define python_pkg_name python38 +%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,10 +56,6 @@ %else %define tarversion %{version} %endif -%define python_pkg_name python38 -# Will provide the python3-* provides -# Will do the /usr/bin/python3 and all the core links -%define primary_interpreter 0 %define folderversion %{tarversion} %define tarname Python-%{tarversion} %define sitedir %{_libdir}/python%{python_version}