Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python312 for openSUSE:Factory checked in at 2023-08-11 15:55:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python312 (Old) and /work/SRC/openSUSE:Factory/.python312.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python312" Fri Aug 11 15:55:58 2023 rev:7 rq:1103380 version:3.12.0rc1 Changes: -------- --- /work/SRC/openSUSE:Factory/python312/python312.changes 2023-08-08 15:54:49.848954387 +0200 +++ /work/SRC/openSUSE:Factory/.python312.new.11712/python312.changes 2023-08-11 15:56:11.467997901 +0200 @@ -1,0 +2,5 @@ +Thu Aug 10 09:33:26 UTC 2023 - Dirk Müller <dmuel...@suse.com> + +- restrict PEP668 to ALP/Tumbleweed + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python312.spec ++++++ --- /var/tmp/diff_new_pack.OFI4vk/_old 2023-08-11 15:56:12.368003264 +0200 +++ /var/tmp/diff_new_pack.OFI4vk/_new 2023-08-11 15:56:12.372003287 +0200 @@ -704,8 +704,10 @@ rm %{buildroot}%{_libdir}/pkgconfig/{python3,python3-embed}.pc %endif +%if %{suse_version} > 1550 # PEP-0668 mark this as a distro maintained python sed -e 's,__PYTHONPREFIX__,%{python_pkg_name},' -e 's,__PYTHON__,python%{python_version},' < %{SOURCE4} > %{buildroot}%{sitedir}/EXTERNALLY-MANAGED +%endif # link shared library instead of static library that tools expect ln -s ../../libpython%{python_abi}.so %{buildroot}%{_libdir}/python%{python_version}/config-%{python_abi}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}/libpython%{python_abi}.so @@ -902,8 +904,10 @@ %{_mandir}/man1/python3.1%{?ext_man} %endif %{_mandir}/man1/python%{python_version}.1%{?ext_man} +%if %{suse_version} > 1550 # PEP-0668 %{sitedir}/EXTERNALLY-MANAGED +%endif # license text, not a doc because the code can use it at run-time %{sitedir}/LICENSE.txt # RPM macros