aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-14 07:53:28 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-14 07:53:28 +0000
commitcc8b1775b3d76ffca8e198ae19bb79e6cff8cae5 (patch)
tree24c0f5e85e2657c3b848a2394eaf7bd65ed4b69a /testing
parentfdd4d41f6bd7427a8f4083883e6a5180d60104ad (diff)
downloadaports-cc8b1775b3d76ffca8e198ae19bb79e6cff8cae5.tar.bz2
aports-cc8b1775b3d76ffca8e198ae19bb79e6cff8cae5.tar.xz
testing/py3-botocore: upgrade to 1.13.17
dont cap the dateutil on 2.8.1. It seems that it comes from expectation that only older setuptools is availabe. https://github.com/boto/botocore/commit/e87e7a745fd972815b235a9ee685232745aa94f9
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-botocore/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-botocore/APKBUILD b/testing/py3-botocore/APKBUILD
index a3dafb4250..ab82796a7d 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.14
+pkgver=1.13.17
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<2.8.1 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26"
+depends="py3-dateutil<3.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"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="a82724041d9e7ae5f2197ddfb922a1c0df99e1e8cbb47be4c18ab2a97b811fb8071dd512eb41e552563a3d97a640fbc7ec421d75dc51bd718339b061546f933e botocore-1.13.14.tar.gz"
+sha512sums="a1777a6093a4ec2f2279d201371694e55fc95263698aef168807a90a8d6c7cf83211ba8df680a87be690d23bd559c5a3dacd7d6321098b0f08f9ba4d20dc9fbb botocore-1.13.17.tar.gz"