From 1e89127b7293458e9d9071568b3b13a3561df7e3056ab13bfae72b323fce1801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20=C4=8Cerm=C3=A1k?= Date: Thu, 6 Jul 2023 08:20:00 +0000 Subject: [PATCH] [info=6715d76a05784657978390bca14a7258] OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.10-image?expand=0&rev=62 --- Dockerfile | 2 ++ python-3.10-image.changes | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index f44f1df..22b8204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,3 +28,5 @@ RUN set -euo pipefail; zypper -n in --no-recommends python310-devel python310 py ENV PYTHON_VERSION="%%py310_ver%%" ENV PIP_VERSION="%%pip_ver%%" +RUN set -euo pipefail; ln -s /usr/bin/python3.10 /usr/local/bin/python3; \ + ln -s /usr/bin/pydoc3.10 /usr/local/bin/pydoc diff --git a/python-3.10-image.changes b/python-3.10-image.changes index ebff14d..b1bfca3 100644 --- a/python-3.10-image.changes +++ b/python-3.10-image.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller + +- Adjust for primary python now being 3.11 + ------------------------------------------------------------------- Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller