From 39d4712442f88c6fb56c60eba1646e44d789046a Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 7 Jul 2023 14:33:12 +0200 Subject: [PATCH] python3-urllib3: update to 1.26.15. --- 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 9d35f08c6136..914234b21827 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.12 +version=1.26.15 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,7 @@ maintainer="Orphaned " license="MIT" homepage="https://urllib3.readthedocs.io/" distfiles="${PYPI_SITE}/u/urllib3/urllib3-${version}.tar.gz" -checksum=3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e +checksum=8a388717b9476f934a21484e8c8e61875ab60644d29b9b39e11e4b9dc1c6b305 pre_check() { rm test/test_retry{,_deprecated}.py # FIXME