diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-06-20 19:08:05 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-21 07:55:38 +0000 |
commit | af9d2b5afe2cc2569b8061be1708606360cf1281 (patch) | |
tree | 3f2c551b95260f80a91d61251be106e44cebc25d /testing/py-boto3 | |
parent | 191315ce3f91946ed523c9fe4f2bab496716eb0e (diff) | |
download | aports-af9d2b5afe2cc2569b8061be1708606360cf1281.tar.bz2 aports-af9d2b5afe2cc2569b8061be1708606360cf1281.tar.xz |
testing/py-boto3: upgrade to 1.4.4
Diffstat (limited to 'testing/py-boto3')
-rw-r--r-- | testing/py-boto3/APKBUILD | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/testing/py-boto3/APKBUILD b/testing/py-boto3/APKBUILD index fd3d1b56c8..0f41aa68ce 100644 --- a/testing/py-boto3/APKBUILD +++ b/testing/py-boto3/APKBUILD @@ -2,8 +2,8 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py-boto3 _pkgname=boto3 -pkgver=1.4.1 -pkgrel=1 +pkgver=1.4.4 +pkgrel=0 pkgdesc="AWS SDK for Python (Boto3)" url="http://aws.amazon.com/sdk-for-python/" arch="noarch" @@ -16,8 +16,8 @@ builddir="$srcdir"/$_pkgname-$pkgver build() { cd "$builddir" - python2 setup.py build || return 1 - python3 setup.py build || return 1 + python2 setup.py build + python3 setup.py build } package() { @@ -52,6 +52,4 @@ tools() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr } -md5sums="ff4d033bbb6932b140056337b1c3de85 boto3-1.4.1.tar.gz" -sha256sums="f73644c495f24020f20d0f6c22b9b8c4bba13416a2a17ad27120a5a24ac52e3b boto3-1.4.1.tar.gz" -sha512sums="664e602a4c0271ad8aa5651c2bcef9feaa63a6b6484babed34226cad980a87285a24062b1e19882437c77649cfaa0aaa1f194bf35c6222a02172e1fdc80f2eb7 boto3-1.4.1.tar.gz" +sha512sums="7b0ffdf5ff07c8497ce3a2f12c700f76aefd206e4a277fee51924cbad4175f2cd3de203a58635f297a2e97483f6fbd328f682298d62fc2168b4400fd7b0ef116 boto3-1.4.4.tar.gz" |