diff options
| author | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 01:57:56 -0300 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 02:16:32 -0300 |
| commit | da4326c2b07ebc3485d25ddc9c5e3062f0cfbdbc (patch) | |
| tree | 08579e0f14f800186cbbf1b5af03c19af3b15cd1 /testing | |
| parent | 07b1c17610d77026bad6a727f537eeca46a60f18 (diff) | |
| download | aports-da4326c2b07ebc3485d25ddc9c5e3062f0cfbdbc.tar.bz2 aports-da4326c2b07ebc3485d25ddc9c5e3062f0cfbdbc.tar.xz | |
testing/py3-botocore: upgrade to 1.12.217
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/py3-botocore/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-botocore/APKBUILD b/testing/py3-botocore/APKBUILD index fd3cbb9a6b..90d9bca28d 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -2,13 +2,13 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> pkgname=py3-botocore _pkgname=botocore -pkgver=1.12.193 +pkgver=1.12.217 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 py3-docutils py3-jmespath py3-urllib3" +depends="py3-dateutil<3.0.0 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" @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="bc98619fa893f11a2eac2c31aa9794d7fff6da383416716cac0becb0da402cf6fa658c55494ded9e2d3555bfc389d7f0c14ae4004a5d44584076f0ae69fe1d1c botocore-1.12.193.tar.gz" +sha512sums="876f5ecf9e5b70f177cc4231c9f7d4e4ceacab40155e1865faf687bf880130eb927bedda92ae06089340e4e353442d006a1ef23ecf15c105b97de0c877b64594 botocore-1.12.217.tar.gz" |
