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-14 10:49:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-3.12-image (Old) and /work/SRC/openSUSE:Factory/.python-3.12-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.12-image" Mon Jul 14 10:49:47 2025 rev:32 rq:1292227 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-3.12-image/python-3.12-image.changes 2025-05-30 17:25:13.551011603 +0200 +++ /work/SRC/openSUSE:Factory/.python-3.12-image.new.7373/python-3.12-image.changes 2025-07-14 10:54:44.792208383 +0200 @@ -1,0 +2,10 @@ +Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- order ENVs alphanumerically + +------------------------------------------------------------------- +Fri Jul 11 10:33:34 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- tighten permissions on the pipx directory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.zIKDAQ/_old 2025-07-14 10:54:45.708246316 +0200 +++ /var/tmp/diff_new_pack.zIKDAQ/_new 2025-07-14 10:54:45.712246483 +0200 @@ -43,10 +43,10 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" -ENV PYTHON_VERSION="%%py312_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" -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; \ +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; \ ln -s /usr/bin/python3.12 /usr/local/bin/python3; \ ln -s /usr/bin/pydoc3.12 /usr/local/bin/pydoc