From: Anil Belur Date: Mon, 22 May 2023 00:41:23 +0000 (+1000) Subject: Fix: Pin urllib3~=1.26.15 in pypi dist jobs X-Git-Tag: v0.86.7^0 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?p=releng%2Fglobal-jjb.git;a=commitdiff_plain;h=c5bd1d3a95dce114c429768d39e1e3692225a370 Fix: Pin urllib3~=1.26.15 in pypi dist jobs Issue: RELENG-4715 Signed-off-by: Anil Belur Change-Id: I8acbb9250a3224c29b6582940f60f6f8ebe19586 --- diff --git a/releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml b/releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml new file mode 100644 index 00000000..107de4d5 --- /dev/null +++ b/releasenotes/notes/pin-urllib3-pypi-dist-645a21ae5d813059.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - | + Pin urllib3~=1.26.15 in pypi distribution jobs diff --git a/shell/pypi-dist-build.sh b/shell/pypi-dist-build.sh index 5ed4d338..b2be4af0 100644 --- a/shell/pypi-dist-build.sh +++ b/shell/pypi-dist-build.sh @@ -20,7 +20,7 @@ set -eu -o pipefail source ~/lf-env.sh # Version controlled by JJB_VERSION -lf-activate-venv setuptools==65.7.0 twine wheel readline +lf-activate-venv setuptools==65.7.0 urllib3~=1.26.15 twine wheel readline bdist="" if $BUILD_BDIST_WHEEL; then