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-07-14 10:49:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-3.11-image (Old)
and /work/SRC/openSUSE:Factory/.python-3.11-image.new.7373 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.11-image"
Mon Jul 14 10:49:52 2025 rev:36 rq:1292234 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-3.11-image/python-3.11-image.changes
2025-05-30 17:25:12.326960861 +0200
+++
/work/SRC/openSUSE:Factory/.python-3.11-image.new.7373/python-3.11-image.changes
2025-07-14 10:54:56.664700034 +0200
@@ -1,0 +2,10 @@
+Fri Jul 11 10:46:14 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- order ENVs alphanumerically
+
+-------------------------------------------------------------------
+Fri Jul 11 10:33:34 UTC 2025 - SUSE Update Bot <[email protected]>
+
+- tighten permissions on the pipx directory
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.Zxv20k/_old 2025-07-14 10:54:57.772745919 +0200
+++ /var/tmp/diff_new_pack.Zxv20k/_new 2025-07-14 10:54:57.776746085 +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="%%py311_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="%%py311_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.11 /usr/local/bin/python3; \
ln -s /usr/bin/pydoc3.11 /usr/local/bin/pydoc