From 1ea0c7233e5c56ac59f7e0719df33f3a2bade7fc Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 14 Oct 2019 15:24:08 -0700 Subject: [PATCH] Update to 3.8.0 (GA) --- .appveyor.yml | 2 +- .travis.yml | 8 ++++---- {3.8-rc => 3.8}/alpine3.10/Dockerfile | 2 +- {3.8-rc => 3.8}/buster/Dockerfile | 2 +- {3.8-rc => 3.8}/buster/slim/Dockerfile | 2 +- {3.8-rc => 3.8}/windows/windowsservercore-1803/Dockerfile | 2 +- {3.8-rc => 3.8}/windows/windowsservercore-1809/Dockerfile | 2 +- .../windows/windowsservercore-ltsc2016/Dockerfile | 2 +- generate-stackbrew-library.sh | 4 ++-- 9 files changed, 13 insertions(+), 13 deletions(-) rename {3.8-rc => 3.8}/alpine3.10/Dockerfile (99%) rename {3.8-rc => 3.8}/buster/Dockerfile (99%) rename {3.8-rc => 3.8}/buster/slim/Dockerfile (99%) rename {3.8-rc => 3.8}/windows/windowsservercore-1803/Dockerfile (98%) rename {3.8-rc => 3.8}/windows/windowsservercore-1809/Dockerfile (98%) rename {3.8-rc => 3.8}/windows/windowsservercore-ltsc2016/Dockerfile (98%) diff --git a/.appveyor.yml b/.appveyor.yml index e591008c2..f2a5aa11b 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ image: Visual Studio 2017 environment: matrix: - - version: 3.8-rc + - version: 3.8 variant: windowsservercore-ltsc2016 - version: 3.7 variant: windowsservercore-ltsc2016 diff --git a/.travis.yml b/.travis.yml index 90922a79b..4e8617fa0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,13 +5,13 @@ matrix: include: - os: windows dist: 1803-containers - env: VERSION=3.8-rc VARIANT=windows/windowsservercore-1803 + env: VERSION=3.8 VARIANT=windows/windowsservercore-1803 - os: linux - env: VERSION=3.8-rc VARIANT=buster + env: VERSION=3.8 VARIANT=buster - os: linux - env: VERSION=3.8-rc VARIANT=buster/slim + env: VERSION=3.8 VARIANT=buster/slim - os: linux - env: VERSION=3.8-rc VARIANT=alpine3.10 + env: VERSION=3.8 VARIANT=alpine3.10 - os: windows dist: 1803-containers env: VERSION=3.7 VARIANT=windows/windowsservercore-1803 diff --git a/3.8-rc/alpine3.10/Dockerfile b/3.8/alpine3.10/Dockerfile similarity index 99% rename from 3.8-rc/alpine3.10/Dockerfile rename to 3.8/alpine3.10/Dockerfile index 92e17948f..e91be0de7 100644 --- a/3.8-rc/alpine3.10/Dockerfile +++ b/3.8/alpine3.10/Dockerfile @@ -18,7 +18,7 @@ ENV LANG C.UTF-8 RUN apk add --no-cache ca-certificates ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 RUN set -ex \ && apk add --no-cache --virtual .fetch-deps \ diff --git a/3.8-rc/buster/Dockerfile b/3.8/buster/Dockerfile similarity index 99% rename from 3.8-rc/buster/Dockerfile rename to 3.8/buster/Dockerfile index ac19d29ce..5d642456e 100644 --- a/3.8-rc/buster/Dockerfile +++ b/3.8/buster/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 RUN set -ex \ \ diff --git a/3.8-rc/buster/slim/Dockerfile b/3.8/buster/slim/Dockerfile similarity index 99% rename from 3.8-rc/buster/slim/Dockerfile rename to 3.8/buster/slim/Dockerfile index 7f238d22d..f50bc431e 100644 --- a/3.8-rc/buster/slim/Dockerfile +++ b/3.8/buster/slim/Dockerfile @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ && rm -rf /var/lib/apt/lists/* ENV GPG_KEY E3FF2839C048B25C084DEBE9B26995E310250568 -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 RUN set -ex \ \ diff --git a/3.8-rc/windows/windowsservercore-1803/Dockerfile b/3.8/windows/windowsservercore-1803/Dockerfile similarity index 98% rename from 3.8-rc/windows/windowsservercore-1803/Dockerfile rename to 3.8/windows/windowsservercore-1803/Dockerfile index 6dd7b9dce..19ab3b8bd 100644 --- a/3.8-rc/windows/windowsservercore-1803/Dockerfile +++ b/3.8/windows/windowsservercore-1803/Dockerfile @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1803 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 ENV PYTHON_RELEASE 3.8.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/3.8-rc/windows/windowsservercore-1809/Dockerfile b/3.8/windows/windowsservercore-1809/Dockerfile similarity index 98% rename from 3.8-rc/windows/windowsservercore-1809/Dockerfile rename to 3.8/windows/windowsservercore-1809/Dockerfile index 7b01a6f65..fe424c52d 100644 --- a/3.8-rc/windows/windowsservercore-1809/Dockerfile +++ b/3.8/windows/windowsservercore-1809/Dockerfile @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:1809 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 ENV PYTHON_RELEASE 3.8.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile b/3.8/windows/windowsservercore-ltsc2016/Dockerfile similarity index 98% rename from 3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile rename to 3.8/windows/windowsservercore-ltsc2016/Dockerfile index 84d9fd538..f44b5b292 100644 --- a/3.8-rc/windows/windowsservercore-ltsc2016/Dockerfile +++ b/3.8/windows/windowsservercore-ltsc2016/Dockerfile @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/windows/servercore:ltsc2016 SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] -ENV PYTHON_VERSION 3.8.0rc1 +ENV PYTHON_VERSION 3.8.0 ENV PYTHON_RELEASE 3.8.0 RUN $url = ('https://www.python.org/ftp/python/{0}/python-{1}-amd64.exe' -f $env:PYTHON_RELEASE, $env:PYTHON_VERSION); \ diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index 8f8d36d77..a338cf64a 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -2,8 +2,8 @@ set -Eeuo pipefail declare -A aliases=( - [3.8-rc]='rc' - [3.7]='3 latest' + [3.9-rc]='rc' + [3.8]='3 latest' [2.7]='2' )