From 689374294310bfbe38e5935953a9df570c4d0b17 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:43 -0400 Subject: [PATCH] python3-urllib3: update to 1.26.12. --- srcpkgs/python3-urllib3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-urllib3/template b/srcpkgs/python3-urllib3/template index b137784f700..ab236579cc4 100644 --- a/srcpkgs/python3-urllib3/template +++ b/srcpkgs/python3-urllib3/template @@ -1,6 +1,6 @@ # Template file for 'python3-urllib3' pkgname=python3-urllib3 -version=1.26.7 +version=1.26.12 revision=1 wrksrc="urllib3-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Alessio Sergi " license="MIT" homepage="https://urllib3.readthedocs.io/" distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" -checksum=4987c65554f7a2dbf30c18fd48778ef124af6fab771a377103da0585e2336ece +checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e pre_check() { rm test/test_retry{,_deprecated}.py # FIXME