From eed7503df72c20951929f3f87e7785b6f835ffd0 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Fri, 13 Sep 2019 12:37:08 -0500 Subject: [PATCH 1/3] pyton-s3transfer: update to 0.2.1 --- srcpkgs/python-s3transfer/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-s3transfer/template b/srcpkgs/python-s3transfer/template index 0072389ca26..e306c3c3b1a 100644 --- a/srcpkgs/python-s3transfer/template +++ b/srcpkgs/python-s3transfer/template @@ -1,6 +1,6 @@ # Template file for 'python-s3transfer' pkgname=python-s3transfer -version=0.2.0 +version=0.2.1 revision=1 archs=noarch wrksrc="s3transfer-${version}" @@ -13,11 +13,7 @@ maintainer="Robert Lowry " license="Apache-2.0" homepage="https://github.com/boto/s3transfer" distfiles="https://github.com/boto/s3transfer/archive/${version}.tar.gz" -checksum=fe96e25f89f405e22a0283df8eefe1b0d2c998eab01c6c8f39923e16faf78522 - -post_install() { - vlicense LICENSE.txt -} +checksum=4181e0cf31d1ff1c8233ddda7cc7efa5dd0cf9a1e47143b951a3389ff6812660 python3-s3transfer_package() { archs=noarch @@ -26,6 +22,5 @@ python3-s3transfer_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*" - vlicense LICENSE.txt } } From 106600ceb6ec007bd7919bfac351e0d6a002cd00 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Fri, 13 Sep 2019 12:50:45 -0500 Subject: [PATCH 2/3] python-botocore: update to 1.12.228 --- srcpkgs/python-botocore/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-botocore/template b/srcpkgs/python-botocore/template index f6aed6ecdfb..17a650321ab 100644 --- a/srcpkgs/python-botocore/template +++ b/srcpkgs/python-botocore/template @@ -1,6 +1,6 @@ # Template file for 'python-botocore' pkgname=python-botocore -version=1.12.223 +version=1.12.228 revision=1 archs=noarch wrksrc="botocore-${version}" @@ -13,11 +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=6b5b4068b9bb37e53cc780832cfb7fa7cb0042d9b251b593e19c3756809f0dae - -post_install() { - vlicense LICENSE.txt -} +checksum=22285b5166cf3402dea6db5bce70ff3baaa0ff883d8905d09a036095ce031fd6 python3-botocore_package() { archs=noarch @@ -26,6 +22,5 @@ python3-botocore_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() { vmove "usr/lib/python3*" - vlicense LICENSE.txt } } From c785f15efcfc91b760bc0b4ec4c9a73ed956b816 Mon Sep 17 00:00:00 2001 From: Robert Lowry Date: Fri, 13 Sep 2019 12:54:28 -0500 Subject: [PATCH 3/3] aws-cli: update to 1.16.238 --- srcpkgs/aws-cli/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/aws-cli/template b/srcpkgs/aws-cli/template index 7d1e5b4bced..8799becae79 100644 --- a/srcpkgs/aws-cli/template +++ b/srcpkgs/aws-cli/template @@ -1,6 +1,6 @@ # Template file for 'aws-cli' pkgname=aws-cli -version=1.16.231 +version=1.16.238 revision=1 archs=noarch wrksrc="aws-cli-${version}" @@ -14,10 +14,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=959290cc2567de46cff26fa6bc59d0176da89ef3a2c78b500283cbf70a15614b +checksum=a0a9a5552945bad676d806c4e48e958ff7abe1901547d43b276c36534c7a31ec post_install() { - vlicense LICENSE.txt vinstall bin/aws_bash_completer 644 usr/share/bash-completion/completions aws vinstall bin/aws_zsh_completer.sh 644 usr/share/zsh/site-functions _aws rm "${DESTDIR}/usr/bin/aws_bash_completer"