From 6f0c073e56cf83cb86d5850c185e85d4b8869fd2 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Sat, 11 Dec 2021 19:27:22 -0600 Subject: [PATCH 1/3] python3-botocore: update to 1.23.23 --- srcpkgs/python3-botocore/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-botocore/template b/srcpkgs/python3-botocore/template index 6b2c6f07ac35..353dabb518fb 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.17.28 -revision=4 +version=1.23.23 +revision=1 wrksrc="botocore-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,4 +11,6 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/botocore" distfiles="https://github.com/boto/botocore/archive/${version}.tar.gz" -checksum=c9a4b4ffedeff89848a899bd4634be46a21a190690b505c2050888c0a5447936 +checksum=6b23a1e91387c1a461f10b17bde9ace15b3c128ed385646ab058644dfedd2c47 +# pytest marked deprecated, suggests using tox (which does not test against system packages) +make_check=no From 3f9f4d30bb63f1b461438dc19e4445906392af36 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Sat, 11 Dec 2021 19:30:56 -0600 Subject: [PATCH 2/3] python3-s3transfer: update to 0.5.0 --- srcpkgs/python3-s3transfer/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-s3transfer/template b/srcpkgs/python3-s3transfer/template index 525c3ad252f5..8437f352b1dc 100644 --- a/srcpkgs/python3-s3transfer/template +++ b/srcpkgs/python3-s3transfer/template @@ -1,7 +1,7 @@ # Template file for 'python3-s3transfer' pkgname=python3-s3transfer -version=0.3.3 -revision=4 +version=0.5.0 +revision=1 wrksrc="s3transfer-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,4 +11,6 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/s3transfer" distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz" -checksum=0c8b0f7aaf32173d1475df0a453bfdc37be8207ea15c1d8415a590ef3986fc51 +checksum=a07ff8461f1dfa081fa5f02c1e6ad3f7bb7a4f3ca424e913ba48fcf5b1c87640 +# pytest marked deprecated, suggests using tox (which does not test against system packages) +make_check=no From 2f27bfa57afb800ff4cedb2eab78ccc1d38bc2c2 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Sat, 11 Dec 2021 19:33:37 -0600 Subject: [PATCH 3/3] aws-cli: update to 1.22.23 --- srcpkgs/aws-cli/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 67550003bd47..5788898b9fb7 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,7 +1,7 @@ # Template file for 'aws-cli' pkgname=aws-cli -version=1.18.125 -revision=3 +version=1.22.23 +revision=1 wrksrc="aws-cli-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -12,7 +12,9 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/aws/aws-cli" distfiles="https://github.com/aws/aws-cli/archive/${version}.tar.gz" -checksum=97f632fb7aede8f7986a4bd381f3d460606e9c31ef91f02388f7895dd5822c27 +checksum=d5424e05c87963547d6c98440391c6729e4e4f8eb7a4c64520ff7eefeffe41f3 +# pytest marked deprecated, suggests using tox (which does not test against system packagaes) +make_check=no post_install() { vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws