From 02e267519e97c03dfdddb46fa6cf6f38903b8204 Mon Sep 17 00:00:00 2001 From: SUSE Update Bot Date: Thu, 28 Sep 2023 10:44:20 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A4=96:=20Update=20build=20recipes=20?= =?UTF-8?q?from=20templates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- python-3.10-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-3.10-image/Dockerfile b/python-3.10-image/Dockerfile index c47446ff3..ad066d791 100644 --- a/python-3.10-image/Dockerfile +++ b/python-3.10-image/Dockerfile @@ -27,7 +27,7 @@ LABEL com.suse.image-type="sle-bci" LABEL com.suse.release-stage="released" # endlabelprefix -RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core lifecycle-data-sle-module-development-tools; zypper -n clean; rm -rf /var/log/* +RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 python310-pip curl git-core; zypper -n clean; rm -rf /var/log/* ENV PYTHON_VERSION="%%py310_ver%%" ENV PATH="$PATH:/root/.local/bin" ENV PIP_VERSION="%%pip_ver%%" From a886906c8f096267d2f756407d3be1ddff1e6631 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 28 Sep 2023 12:32:55 +0000 Subject: [PATCH 2/2] Update changelog for python-3.10-image --- python-3.10-image/python-3.10-image.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python-3.10-image/python-3.10-image.changes b/python-3.10-image/python-3.10-image.changes index 62ed0a1fa..dc38ef3df 100644 --- a/python-3.10-image/python-3.10-image.changes +++ b/python-3.10-image/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 28 12:32:55 UTC 2023 - Dirk Mueller + +- correct descriptions to be more consistent + ------------------------------------------------------------------- Thu Sep 28 10:32:37 UTC 2023 - Dirk Mueller