[info=21f38c70be139f0d3f996636fec4758b]

OBS-URL: https://build.opensuse.org/package/show/devel:BCI:Tumbleweed/python-3.9-image?expand=0&rev=7
This commit is contained in:
Dan Čermák 2022-12-07 17:34:45 +00:00 committed by Git OBS Bridge
parent 4d6c6a5efe
commit d116b20fcc
2 changed files with 6 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LABEL org.openbuildservice.disturl="%DISTURL%"
LABEL com.suse.release-stage="released" LABEL com.suse.release-stage="released"
# endlabelprefix # endlabelprefix
RUN set -euo pipefail; zypper -n in --no-recommends python39-devel 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; zypper -n clean; rm -rf /var/log/*
ENV PYTHON_VERSION="%%py39_ver%%" ENV PYTHON_VERSION="%%py39_ver%%"
ENV PIP_VERSION="%%pip_ver%%" ENV PIP_VERSION="%%pip_ver%%"

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 29 12:27:01 UTC 2022 - Dan Čermák <dcermak@suse.com>
- Add main python package to include bundled modules (fixes bsc#1205850)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 15 11:05:56 UTC 2022 - Dan Čermák <dcermak@suse.com> Fri Jul 15 11:05:56 UTC 2022 - Dan Čermák <dcermak@suse.com>