diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2017-01-21 05:55:57 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-01-27 16:54:36 +0200 |
commit | 121c190a612ba6fe32e524a77501257a8d1bcebf (patch) | |
tree | e05993645486e8f15af9ecfb2914460ac318ed4b /testing/py-influxdb/APKBUILD | |
parent | 05c89e2461f0b81609bb47c83a7e73a4dd1be56a (diff) | |
download | aports-121c190a612ba6fe32e524a77501257a8d1bcebf.tar.bz2 aports-121c190a612ba6fe32e524a77501257a8d1bcebf.tar.xz |
testing/py-influxdb: upgrade to 4.0.0
Diffstat (limited to 'testing/py-influxdb/APKBUILD')
-rw-r--r-- | testing/py-influxdb/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/py-influxdb/APKBUILD b/testing/py-influxdb/APKBUILD index 21633a6fe8..e4db6f86ef 100644 --- a/testing/py-influxdb/APKBUILD +++ b/testing/py-influxdb/APKBUILD @@ -1,7 +1,8 @@ # Contributor: Olivier Mauras <olivier@mauras.ch> +# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-influxdb _pkgname=influxdb-python -pkgver=3.0.0 +pkgver=4.0.0 pkgrel=0 pkgdesc="Python bindings for InfluxDB" url="https://github.com/influxdata/influxdb-python" @@ -42,6 +43,6 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" || return 1 } -md5sums="e89976e6131d76d939e62c7cbeba00f6 py-influxdb-3.0.0.tar.gz" -sha256sums="c4c1562e857b43424c300db33ee0a85349ad99bd94ef87ef1f6136aeb5985cd8 py-influxdb-3.0.0.tar.gz" -sha512sums="ed3eff631bf7f529451ec0e2db963822e948ef168bca84d81fe8a7b8a83b3762f6f5a32b6030c5c86c4de446594097f7746796f35f1ca6b06e6fa66f0cfadb2c py-influxdb-3.0.0.tar.gz" +md5sums="5fabd048e3b3dc92977f303ac30af470 py-influxdb-4.0.0.tar.gz" +sha256sums="407dfa799666a78ed3b61b8a5bca43b9a891a139c4d6d96218613b837c16de61 py-influxdb-4.0.0.tar.gz" +sha512sums="58137d2a2f35c59d6b256e850ced4b3ef0a2a531b609a94a3d35d7cda53a13fd2d0d2f72877f2da73a9496033365afaccbb75691f7b12a2c3f74d179a9650f0c py-influxdb-4.0.0.tar.gz" |