From: DW Talton Date: Thu, 20 Feb 2020 17:24:55 +0000 (-0700) Subject: Pin python idna library to v2.8 X-Git-Tag: v0.51.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=a47a2c5d2839a34e22c67e9e1e6578efd5540ae2;p=releng%2Fglobal-jjb.git Pin python idna library to v2.8 The idna library updated and broke twine/requests, which breaks our *-pypi-release-merge jobs. Pinning the versions fixes this. Issue-ID: IT-19046 Signed-off-by: DW Talton Change-Id: I62806d07600b975992f49de0f9b0e5d6401c18cc --- diff --git a/shell/release-job.sh b/shell/release-job.sh index 6a5aeed4..b650c13d 100644 --- a/shell/release-job.sh +++ b/shell/release-job.sh @@ -14,7 +14,7 @@ set -eu -o pipefail echo "INFO: creating virtual environment" virtualenv -p python3 /tmp/venv PATH=/tmp/venv/bin:$PATH -pipup="python -m pip install -q --upgrade pip lftools jsonschema niet twine yq" +pipup="python -m pip install -q --upgrade pip idna==2.8 lftools jsonschema niet twine yq" echo "INFO: $pipup" $pipup # show installed versions