Merge pull request #21748 from jefferyto/python-influxdb-5.3.1
python-influxdb: Update to 5.3.1
This commit is contained in:
commit
0662554483
1 changed files with 5 additions and 3 deletions
|
@ -5,14 +5,15 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-influxdb
|
PKG_NAME:=python-influxdb
|
||||||
PKG_VERSION:=5.3.0
|
PKG_VERSION:=5.3.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
|
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
|
||||||
|
|
||||||
PYPI_NAME:=influxdb
|
PYPI_NAME:=influxdb
|
||||||
PKG_HASH:=9bcaafd57ac152b9824ab12ed19f204206ef5df8af68404770554c5b55b475f6
|
PKG_HASH:=46f85e7b04ee4b3dee894672be6a295c94709003a7ddea8820deec2ac4d8b27a
|
||||||
|
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
PKG_LICENSE_FILES:=LICENSE
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -23,8 +24,9 @@ define Package/python3-influxdb
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
URL:=https://github.com/influxdb/influxdb-python
|
URL:=https://github.com/influxdb/influxdb-python
|
||||||
TITLE:=python3-influxdb
|
TITLE:=InfluxDB client
|
||||||
DEPENDS:=\
|
DEPENDS:=\
|
||||||
|
+python3-light \
|
||||||
+python3-requests \
|
+python3-requests \
|
||||||
+python3-pytz \
|
+python3-pytz \
|
||||||
+python3-six \
|
+python3-six \
|
||||||
|
|
Loading…
Reference in a new issue