Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-3.13-image for
openSUSE:Factory checked in at 2025-07-21 19:59:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-3.13-image (Old)
and /work/SRC/openSUSE:Factory/.python-3.13-image.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.13-image"
Mon Jul 21 19:59:25 2025 rev:11 rq:1294436 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-3.13-image/python-3.13-image.changes
2025-07-14 10:55:05.885081859 +0200
+++
/work/SRC/openSUSE:Factory/.python-3.13-image.new.8875/python-3.13-image.changes
2025-07-21 19:59:56.862205347 +0200
@@ -1,0 +2,5 @@
+Fri Jul 18 11:56:17 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- set PIPX installation directories to world readable paths
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.LhvixJ/_old 2025-07-21 19:59:57.410228153 +0200
+++ /var/tmp/diff_new_pack.LhvixJ/_new 2025-07-21 19:59:57.410228153 +0200
@@ -44,8 +44,9 @@
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="%%py313_ver%%"
-RUN set -euo pipefail; install -d -o root -g root -m 0700 /root/.local/bin