From 4c14260d7dae7c757403ffc5269ef0ce387fe789 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 14:28:32 +0500 Subject: [PATCH] python3-botocore: update to 1.32.6. --- srcpkgs/python3-botocore/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template index 4d01b6af5cb..1e893164c22 100644 --- a/srcpkgs/python3-botocore/template +++ b/srcpkgs/python3-botocore/template @@ -1,7 +1,7 @@ # Template file for 'python3-botocore' pkgname=python3-botocore -version=1.24.33 -revision=3 +version=1.32.6 +revision=1 build_style=python3-module # integration tests want aws credentials make_check_target="tests/functional tests/unit" @@ -13,7 +13,7 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/botocore" distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz" -checksum=df97ad5dd13847d2684597798214bc35603c1bd9df7fef04ba5d583cb4229629 +checksum=f8526ef334400586bf5082573924f05fbc8f69b5ae00c4012a72cb84158414c5 pre_check() { rm -r tests/functional/leak # these 6 tests fail, probably fixable