Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-3.9-image for
openSUSE:Factory checked in at 2023-10-01 21:22:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-3.9-image (Old)
and /work/SRC/openSUSE:Factory/.python-3.9-image.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-3.9-image"
Sun Oct 1 21:22:10 2023 rev:2 rq:1114202 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-3.9-image/python-3.9-image.changes
2023-08-23 14:57:30.509978808 +0200
+++
/work/SRC/openSUSE:Factory/.python-3.9-image.new.28202/python-3.9-image.changes
2023-10-01 21:22:43.521555259 +0200
@@ -1,0 +2,10 @@
+Thu Sep 28 14:29:10 UTC 2023 - Dirk Mueller <[email protected]>
+
+- add copyright and description header
+
+-------------------------------------------------------------------
+Mon Sep 25 11:06:18 UTC 2023 - Dirk Mueller <[email protected]>
+
+- Add /root/.local/bin to PATH, jsc#PED-5573
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ Dockerfile ++++++
--- /var/tmp/diff_new_pack.ScTcx2/_old 2023-10-01 21:22:44.453588984 +0200
+++ /var/tmp/diff_new_pack.ScTcx2/_new 2023-10-01 21:22:44.457589128 +0200
@@ -1,4 +1,19 @@
# SPDX-License-Identifier: MIT
+
+# Copyright (c) 2023 SUSE LLC
+
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon.
+
+# The content of THIS FILE IS AUTOGENERATED and should not be manually
modified.
+# It is maintained by the BCI team and generated by
+# https://github.com/SUSE/BCI-dockerfile-generator
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# You can contact the BCI team via https://github.com/SUSE/bci/discussions
+
+
#!BuildTag: opensuse/bci/python:3.9
#!BuildTag: opensuse/bci/python:3.9-%RELEASE%
#!BuildTag: opensuse/bci/python:3
@@ -24,10 +39,11 @@
# endlabelprefix
-RUN set -euo pipefail; zypper -n in --no-recommends python39-devel python39
python39-pip curl git-core python39-wheel; zypper -n clean; rm -rf /var/log/*
+RUN set -euo pipefail; zypper -n in --no-recommends python39-devel python39
python39-pip curl git-core python39-wheel python39-pipx; zypper -n clean; rm
-rf /var/log/*
ENV PYTHON_VERSION="%%py39_ver%%"
+ENV PATH="$PATH:/root/.local/bin"
ENV PIP_VERSION="%%pip_ver%%"
-RUN set -euo pipefail; ln -s /usr/bin/python3.9 /usr/local/bin/python3; \
+RUN set -euo pipefail; install -d -m 0755 /root/.local/bin; ln -s
/usr/bin/python3.9 /usr/local/bin/python3; \
ln -s /usr/bin/pydoc3.9 /usr/local/bin/pydoc