aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-11-21 17:00:07 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-11-21 17:37:37 +0100
commit28f1c785ac825311e72c26e8ad27d0922aa3c846 (patch)
tree8c3441fa4b33a764390702543965ccd1d62ca933
parent2ba9c41d9a07f0db5f8eafdd01cf68fc511330d9 (diff)
downloadaports-28f1c785ac825311e72c26e8ad27d0922aa3c846.tar.bz2
aports-28f1c785ac825311e72c26e8ad27d0922aa3c846.tar.xz
testing/py3-elasticsearch: upgrade to 7.1.0
-rw-r--r--testing/py3-elasticsearch/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-elasticsearch/APKBUILD b/testing/py3-elasticsearch/APKBUILD
index d619b89fc2..25eebc7b6a 100644
--- a/testing/py3-elasticsearch/APKBUILD
+++ b/testing/py3-elasticsearch/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=py3-elasticsearch
_pkgname=elasticsearch-py
-pkgver=7.0.5
-pkgrel=1
+pkgver=7.1.0
+pkgrel=0
pkgdesc="Official Python low-level client for Elasticsearch"
url="https://elasticsearch-py.readthedocs.io/"
arch="noarch"
@@ -29,4 +29,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c4224cee6f7739ad932036f2afc6ed20ead16829d42f40b79e08d6714b4a247f019175739fb5a93bcea5bba391bd9f54cadcd31d42ff9411da414d08c140049b py3-elasticsearch-7.0.5.tar.gz"
+sha512sums="af6dc6f200190e57d37d5c771da6cf9b3cbeee8f4bbffbe0b9466fe88496b9c45d44ef40c2d5379e4fa9cc54ce61c46b35a578e3ae99b82afeacd132bf2c6ad6 py3-elasticsearch-7.1.0.tar.gz"