diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-05 19:30:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-05 21:21:42 -0300 |
commit | b0fb49a586b27cf6254c78403494c2b2ed96f470 (patch) | |
tree | 79e31f852fdbb64da4f4cf7cb7610799b46f6e15 /testing/py3-botocore | |
parent | fe5bd74f469ccbef8881f710bd4d946111eabfbd (diff) | |
download | aports-b0fb49a586b27cf6254c78403494c2b2ed96f470.tar.bz2 aports-b0fb49a586b27cf6254c78403494c2b2ed96f470.tar.xz |
testing/py3-botocore: upgrade to 1.13.9
Diffstat (limited to 'testing/py3-botocore')
-rw-r--r-- | testing/py3-botocore/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py3-botocore/APKBUILD b/testing/py3-botocore/APKBUILD index 8758302ee6..8229ac760a 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -3,13 +3,13 @@ pkgname=py3-botocore _pkgname=botocore # Verify required version from py3-boto3 on this package before upgrading -pkgver=1.13.8 -pkgrel=1 +pkgver=1.13.9 +pkgrel=0 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" arch="noarch" license="Apache-2.0" -depends="py3-dateutil<3.0.0 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26" +depends="py3-dateutil<2.8.1 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26" makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" @@ -29,4 +29,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="e031738f01214945a4b397bef62c88cdcb88cecedc91973eaf792fe49ba232be71b887f311949d0e8e1181510c91262cbca57018829e2348213bb3de18b2e6c4 botocore-1.13.8.tar.gz" +sha512sums="c6452fbcd06cfbc703c7a8a6b0db9d3b01aa15696918b509999179027bd66b255473e1871e6f1b7d9f8af8eaf6943758bad720bb15b0edc1a9ba405fa17abeb4 botocore-1.13.9.tar.gz" |