From: Anil Belur Date: Tue, 10 Nov 2020 04:08:21 +0000 (+1000) Subject: Pin idna to 2.9 to resolve package incompatibility X-Git-Tag: v0.58.1^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=168bf7cebd8b6619449eaa9e7f150fc95b85c873 Pin idna to 2.9 to resolve package incompatibility Issue: IT-21003 Change-Id: I93ce5e108370b8ef490141f49d329192e8f07c02 Signed-off-by: Anil Belur --- diff --git a/releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml b/releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml new file mode 100644 index 00000000..0ae0b981 --- /dev/null +++ b/releasenotes/notes/pin-idna-version-811f06cb904c6846.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Pin idna to 2.9 to resolve package incompatibility with lftools 0.35.1. diff --git a/shell/release-job.sh b/shell/release-job.sh index c7c3f0ce..befa09be 100644 --- a/shell/release-job.sh +++ b/shell/release-job.sh @@ -15,7 +15,7 @@ set -eu -o pipefail source ~/lf-env.sh # Version controlled by JJB_VERSION -lf-activate-venv lftools pip idna==2.8 lftools jsonschema twine yq readline +lf-activate-venv lftools pip idna==2.9 lftools jsonschema twine yq readline # show installed versions python -m pip --version