diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 04:39:12 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | 02e42532182d9f4f5381b5681b9f1553caa0c5cc (patch) | |
tree | 717f03e5b5db9ccc7f58c9bd2e48efff22a1202f /testing/py3-boto3 | |
parent | 31138f5067e9998426fbeef21051af4359ce2b20 (diff) | |
download | aports-02e42532182d9f4f5381b5681b9f1553caa0c5cc.tar.bz2 aports-02e42532182d9f4f5381b5681b9f1553caa0c5cc.tar.xz |
testing/py3-boto3: upgrade to 1.10.37
Diffstat (limited to 'testing/py3-boto3')
-rw-r--r-- | testing/py3-boto3/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/py3-boto3/APKBUILD b/testing/py3-boto3/APKBUILD index c33d6bdff3..cb26ad8067 100644 --- a/testing/py3-boto3/APKBUILD +++ b/testing/py3-boto3/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py3-boto3 _pkgname=boto3 -pkgver=1.10.36 +pkgver=1.10.37 pkgrel=0 pkgdesc="AWS SDK for Python (Boto3)" url="https://aws.amazon.com/sdk-for-python/" @@ -25,4 +25,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="639580ee50fcd925297cf2ecfdb34368216bef7334010c53fcd595fb0097e3e404eb1ecab3da3b5777ff6177cf358c9dbf2a820eb34cfbf36ad32f1e86851210 boto3-1.10.36.tar.gz" +sha512sums="495143d230c1933092ea6170a5bc158e92d9f1fe8f657a82502e437c810503eedeeec5bf0fb00341c35ee287d86251eb616365a41d5c9138b1a2490b771ff136 boto3-1.10.37.tar.gz" |