Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-3.12-image for 
openSUSE:Factory checked in at 2025-07-21 19:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-3.12-image (Old)
 and      /work/SRC/openSUSE:Factory/.python-3.12-image.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-3.12-image"

Mon Jul 21 19:59:28 2025 rev:33 rq:1294439 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-3.12-image/python-3.12-image.changes      
2025-07-14 10:54:44.792208383 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-3.12-image.new.8875/python-3.12-image.changes
    2025-07-21 19:59:59.994335689 +0200
@@ -1,0 +2,5 @@
+Fri Jul 18 11:56:17 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de>
+
+- set PIPX installation directories to world readable paths
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.nHkfs9/_old  2025-07-21 20:00:00.686364488 +0200
+++ /var/tmp/diff_new_pack.nHkfs9/_new  2025-07-21 20:00:00.694364821 +0200
@@ -43,10 +43,12 @@
 LABEL org.opensuse.release-stage="released"
 # endlabelprefix
 LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%"
-ENV PATH="$PATH:/root/.local/bin"
+ENV PIPX_BIN_DIR="/usr/local/bin"
+ENV PIPX_HOME="/usr/local/lib/pipx"
+ENV PIPX_MAN_DIR="/usr/local/man"
 ENV PIP_VERSION="%%pip_ver%%"
 ENV PYTHON_VERSION="%%py312_ver%%"
-RUN set -euo pipefail; install -d -o root -g root -m 0700 /root/.local/bin; if 
test -x /usr/bin/python3; then echo 'is_system_py is wrong - report a bug'; 
exit 1; fi; \
+RUN set -euo pipefail; if test -x /usr/bin/python3; then echo 'is_system_py is 
wrong - report a bug'; exit 1; fi; \
     ln -s /usr/bin/python3.12 /usr/local/bin/python3; \
     ln -s /usr/bin/pydoc3.12 /usr/local/bin/pydoc
 

Reply via email to