Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-3.11-image for 
openSUSE:Factory checked in at 2025-03-13 15:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-3.11-image (Old)
 and      /work/SRC/openSUSE:Factory/.python-3.11-image.new.19136 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-3.11-image"

Thu Mar 13 15:07:36 2025 rev:32 rq:1252689 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-3.11-image/python-3.11-image.changes      
2025-03-11 20:46:43.957738801 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-3.11-image.new.19136/python-3.11-image.changes
   2025-03-13 15:08:27.251879531 +0100
@@ -1,0 +2,5 @@
+Thu Mar 13 08:52:18 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- Add failsafe to not create invalid compat symlinks
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.zntvkt/_old  2025-03-13 15:08:27.819903357 +0100
+++ /var/tmp/diff_new_pack.zntvkt/_new  2025-03-13 15:08:27.823903525 +0100
@@ -47,6 +47,7 @@
 ENV PATH="$PATH:/root/.local/bin"
 ENV PIP_VERSION="%%pip_ver%%"
 
-RUN set -euo pipefail; install -d -m 0755 /root/.local/bin; ln -s 
/usr/bin/python3.11 /usr/local/bin/python3; \
+RUN set -euo pipefail; install -d -m 0755 /root/.local/bin; if test -x 
/usr/bin/python3; then echo 'is_system_py is wrong - report a bug'; exit 1; fi; 
\
+    ln -s /usr/bin/python3.11 /usr/local/bin/python3; \
     ln -s /usr/bin/pydoc3.11 /usr/local/bin/pydoc
 

Reply via email to