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-14 10:49:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-3.13-image (Old) and /work/SRC/openSUSE:Factory/.python-3.13-image.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.13-image" Mon Jul 14 10:49:59 2025 rev:10 rq:1292238 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-3.13-image/python-3.13-image.changes 2025-05-30 17:25:14.975070638 +0200 +++ /work/SRC/openSUSE:Factory/.python-3.13-image.new.7373/python-3.13-image.changes 2025-07-14 10:55:05.885081859 +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.qeK8h3/_old 2025-07-14 10:55:06.881123106 +0200 +++ /var/tmp/diff_new_pack.qeK8h3/_new 2025-07-14 10:55:06.885123272 +0200 @@ -44,8 +44,8 @@ LABEL org.opensuse.release-stage="released" # endlabelprefix LABEL io.artifacthub.package.readme-url="%SOURCEURL_WITH(README.md)%" -ENV PYTHON_VERSION="%%py313_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" -RUN set -euo pipefail; install -d -m 0755 /root/.local/bin +ENV PYTHON_VERSION="%%py313_ver%%" +RUN set -euo pipefail; install -d -o root -g root -m 0700 /root/.local/bin