From 6b3ecdee84e50eb725cd8e11cd203cef8389f449 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:40 -0400 Subject: [PATCH] python3-botocore: rebuild for Python 3.12 --- srcpkgs/python3-botocore/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template index 538c25ed82e..4d01b6af5cb 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=2 +revision=3 build_style=python3-module # integration tests want aws credentials make_check_target="tests/functional tests/unit"