aboutsummaryrefslogtreecommitdiff
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
parentfdd4d41f6bd7427a8f4083883e6a5180d60104ad (diff)
downloadalpine_aports-cc8b1775b3d76ffca8e198ae19bb79e6cff8cae5.tar.bz2
alpine_aports-cc8b1775b3d76ffca8e198ae19bb79e6cff8cae5.tar.xz
alpine_aports-cc8b1775b3d76ffca8e198ae19bb79e6cff8cae5.zip
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
-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 @@
3pkgname=py3-botocore 3pkgname=py3-botocore
4_pkgname=botocore 4_pkgname=botocore
5# Verify required version from py3-boto3 on this package before upgrading 5# Verify required version from py3-boto3 on this package before upgrading
6pkgver=1.13.14 6pkgver=1.13.17
7pkgrel=0 7pkgrel=0
8pkgdesc="The low-level, core functionality of Boto3" 8pkgdesc="The low-level, core functionality of Boto3"
9url="https://github.com/boto/botocore" 9url="https://github.com/boto/botocore"
10arch="noarch" 10arch="noarch"
11license="Apache-2.0" 11license="Apache-2.0"
12depends="py3-dateutil<2.8.1 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26" 12depends="py3-dateutil<3.0 py3-docutils<0.16 py3-jmespath<1.0.0 py3-urllib3<1.26"
13makedepends="py3-setuptools" 13makedepends="py3-setuptools"
14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" 14source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
15builddir="$srcdir/$_pkgname-$pkgver" 15builddir="$srcdir/$_pkgname-$pkgver"
@@ -29,4 +29,4 @@ package() {
29 python3 setup.py install --prefix=/usr --root="$pkgdir" 29 python3 setup.py install --prefix=/usr --root="$pkgdir"
30} 30}
31 31
32sha512sums="a82724041d9e7ae5f2197ddfb922a1c0df99e1e8cbb47be4c18ab2a97b811fb8071dd512eb41e552563a3d97a640fbc7ec421d75dc51bd718339b061546f933e botocore-1.13.14.tar.gz" 32sha512sums="a1777a6093a4ec2f2279d201371694e55fc95263698aef168807a90a8d6c7cf83211ba8df680a87be690d23bd559c5a3dacd7d6321098b0f08f9ba4d20dc9fbb botocore-1.13.17.tar.gz"