From 6bfc7b69e3753c1cd58e01304ad386703e1165df Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 14:27:12 +0500 Subject: [PATCH 1/3] awsume: fix tests --- srcpkgs/awsume/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/awsume/template b/srcpkgs/awsume/template index e53504e5defaf..81e3e989e1da0 100644 --- a/srcpkgs/awsume/template +++ b/srcpkgs/awsume/template @@ -4,9 +4,9 @@ version=4.5.3 revision=4 build_style=python3-module hostmakedepends="python3 python3-setuptools" -makedepends="python3-argcomplete python3-boto3 python3-colorama python3-coverage - python3-pluggy python3-psutil python3-xmltodict python3-yaml" +makedepends="python3-boto3 python3-botocore python3-colorama python3-pluggy python3-psutil python3-xmltodict python3-yaml python-dateutil" depends="${makedepends}" +checkdepends="${makedepends} python3-pytest" short_desc="Utility for easily assuming AWS IAM roles from the command line" maintainer="Leah Neukirchen " license="MIT" From 2614b89f47b9dea36f63363279b8628f828c5f2e Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 14:28:32 +0500 Subject: [PATCH 2/3] 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 4d01b6af5cb00..1e893164c22c6 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 From 5adc0346ce229866800ef2a84b91b68408c464a0 Mon Sep 17 00:00:00 2001 From: Luciogi Date: Thu, 23 Nov 2023 14:30:28 +0500 Subject: [PATCH 3/3] python3-boto3: update to 1.29.6. --- srcpkgs/python3-boto3/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-boto3/template b/srcpkgs/python3-boto3/template index b1bab9aad3ece..8e301c386b287 100644 --- a/srcpkgs/python3-boto3/template +++ b/srcpkgs/python3-boto3/template @@ -1,16 +1,18 @@ # Template file for 'python3-boto3' pkgname=python3-boto3 -version=1.28.20 -revision=2 +version=1.29.6 +revision=1 build_style=python3-module +make_check_args="--ignore=tests/integration" # These tests require aws credentials hostmakedepends="python3-setuptools" -depends="python3" +depends="python3-botocore python3-jmespath python3-s3transfer" +checkdepends="${depends} python3-pytest python3-pytest-xdist" short_desc="Python interface to Amazon Web Services" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/boto/boto3" distfiles="https://github.com/boto/boto3/archive/${version}.tar.gz" -checksum=aa4a8eb9735431a961f63928fb86fd36736c3fd01c77de7b1f1237328158aba4 +checksum=261957684a6f37ae227be7d38130aa3cbf2ae5e1cde9e39d856e58ff2310a854 post_install() { vlicense LICENSE