diff --git a/python-3.10-image/Dockerfile b/python-3.10-image/Dockerfile index 6cc2a8810..b518bac04 100644 --- a/python-3.10-image/Dockerfile +++ b/python-3.10-image/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/python-3.10-image.changes b/python-3.10-image/python-3.10-image.changes index 25d3c704a..666869bfb 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 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 diff --git a/python-3.11-image/Dockerfile b/python-3.11-image/Dockerfile index 92b535bf4..a71c6b12e 100644 --- a/python-3.11-image/Dockerfile +++ b/python-3.11-image/Dockerfile @@ -29,5 +29,3 @@ RUN set -euo pipefail; zypper -n in --no-recommends python311-devel python311 py ENV PYTHON_VERSION="%%py311_ver%%" ENV PIP_VERSION="%%pip_ver%%" -RUN set -euo pipefail; ln -s /usr/bin/python3.11 /usr/local/bin/python3; \ - ln -s /usr/bin/pydoc3.11 /usr/local/bin/pydoc diff --git a/python-3.11-image/python-3.11-image.changes b/python-3.11-image/python-3.11-image.changes index f7152972a..cf6cef215 100644 --- a/python-3.11-image/python-3.11-image.changes +++ b/python-3.11-image/python-3.11-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