Skip to content

Commit

Permalink
Merge pull request #496 from SUSE/for-deploy-Tumbleweed
Browse files Browse the repository at this point in the history
🤖: Update build recipes for Tumbleweed
  • Loading branch information
dirkmueller authored Jul 6, 2023
2 parents 181f485 + ee27295 commit d280b3d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions python-3.10-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions python-3.10-image/python-3.10-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller <[email protected]>

- Adjust for primary python now being 3.11

-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down
2 changes: 0 additions & 2 deletions python-3.11-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions python-3.11-image/python-3.11-image.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jul 6 08:16:35 UTC 2023 - Dirk Mueller <[email protected]>

- Adjust for primary python now being 3.11

-------------------------------------------------------------------
Fri Jun 23 15:33:33 UTC 2023 - Dirk Mueller <[email protected]>

Expand Down

0 comments on commit d280b3d

Please sign in to comment.