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-04-22 22:15:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-3.12-image (Old) and /work/SRC/openSUSE:Factory/.python-3.12-image.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.12-image" Tue Apr 22 22:15:04 2025 rev:29 rq:1271945 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-3.12-image/python-3.12-image.changes 2025-03-13 15:08:27.987910404 +0100 +++ /work/SRC/openSUSE:Factory/.python-3.12-image.new.30101/python-3.12-image.changes 2025-04-22 22:15:15.116313219 +0200 @@ -1,0 +2,5 @@ +Mon Apr 14 08:40:50 UTC 2025 - SUSE Update Bot <bci-inter...@suse.de> + +- stylistic changes to pass dockerfmt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.kCppHJ/_old 2025-04-22 22:15:15.552331727 +0200 +++ /var/tmp/diff_new_pack.kCppHJ/_new 2025-04-22 22:15:15.556331897 +0200 @@ -46,7 +46,6 @@ 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; \ ln -s /usr/bin/python3.12 /usr/local/bin/python3; \ ln -s /usr/bin/pydoc3.12 /usr/local/bin/pydoc