aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-boto3/APKBUILD
diff options
context:
space:
mode:
authorGennady Feldman <gena01@gmail.com>2020-02-03 09:52:17 -0500
committerLeo <thinkabit.ukim@gmail.com>2020-02-04 01:31:42 +0100
commit5ff269b9f089493f1966cf020d08db14c519e29f (patch)
treea21665edb71c2f4b19b3ece26a5fea2044494c86 /community/py3-boto3/APKBUILD
parent62e47262f1a9e05f8977ce88b0564ded24ac1f62 (diff)
downloadaports-5ff269b9f089493f1966cf020d08db14c519e29f.tar.bz2
aports-5ff269b9f089493f1966cf020d08db14c519e29f.tar.xz
community/py3-boto3: update to 1.11.9
Diffstat (limited to 'community/py3-boto3/APKBUILD')
-rw-r--r--community/py3-boto3/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-boto3/APKBUILD b/community/py3-boto3/APKBUILD
index 58999793cb..c065c7d309 100644
--- a/community/py3-boto3/APKBUILD
+++ b/community/py3-boto3/APKBUILD
@@ -2,14 +2,14 @@
# Contributor: Valery Kartel <valery.kartel@gmail.com>
pkgname=py3-boto3
_pkgname=boto3
-pkgver=1.11.0
+pkgver=1.11.9
pkgrel=0
pkgdesc="AWS SDK for Python (Boto3)"
url="https://aws.amazon.com/sdk-for-python/"
arch="noarch"
license="Apache-2.0"
options="!check"
-depends="py3-botocore<1.14.0 py3-s3transfer<0.3.0 py3-jmespath<1.0.0"
+depends="py3-botocore<1.15.0 py3-s3transfer<0.4.0 py3-jmespath<1.0.0"
makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir"/$_pkgname-$pkgver
@@ -25,4 +25,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e5f62fce425118c8b310a1ff44e2d6160a71c5e64f3b1d1b92b9736b101b67412f45987fed826aca90f4e34dda5e3c578d90438fe10294ba989238162735b1e8 boto3-1.11.0.tar.gz"
+sha512sums="055958089d05e84858124224143395afe4f65e67381adb71c6f670ca0fb843a6320b684249d0bfc502ecf0dee52d4e3ca7953437455efd4d4ecdd59753addc20 boto3-1.11.9.tar.gz"