python3-influxdb: update to 5.3.1.

This commit is contained in:
Pulux 2020-12-08 15:53:35 +01:00 committed by Érico Nogueira Rolim
parent 3186d022ee
commit 406930db97

View file

@ -1,7 +1,7 @@
# Template file for 'python3-influxdb' # Template file for 'python3-influxdb'
pkgname=python3-influxdb pkgname=python3-influxdb
version=5.3.0 version=5.3.1
revision=2 revision=1
wrksrc="${pkgname#*-}-${version}" wrksrc="${pkgname#*-}-${version}"
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python-setuptools" hostmakedepends="python3-setuptools python-setuptools"
@ -11,7 +11,7 @@ maintainer="Pulux <pulux@pf4sh.de>"
license="MIT" license="MIT"
homepage="https://github.com/influxdata/influxdb-python" homepage="https://github.com/influxdata/influxdb-python"
distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz" distfiles="${PYPI_SITE}/i/influxdb/influxdb-${version}.tar.gz"
checksum=9bcaafd57ac152b9824ab12ed19f204206ef5df8af68404770554c5b55b475f6 checksum=46f85e7b04ee4b3dee894672be6a295c94709003a7ddea8820deec2ac4d8b27a
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE