mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 01:21:21 +00:00
python-influxdb: Update to 5.3.1
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
(cherry picked from commit f477ad0ef9)
This commit is contained in:
committed by
Tianling Shen
parent
1507d0a509
commit
8bdd85f48e
@@ -5,14 +5,15 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-influxdb
|
||||
PKG_VERSION:=5.3.0
|
||||
PKG_VERSION:=5.3.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
|
||||
|
||||
PYPI_NAME:=influxdb
|
||||
PKG_HASH:=9bcaafd57ac152b9824ab12ed19f204206ef5df8af68404770554c5b55b475f6
|
||||
PKG_HASH:=46f85e7b04ee4b3dee894672be6a295c94709003a7ddea8820deec2ac4d8b27a
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -23,8 +24,9 @@ define Package/python3-influxdb
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
URL:=https://github.com/influxdb/influxdb-python
|
||||
TITLE:=python3-influxdb
|
||||
TITLE:=InfluxDB client
|
||||
DEPENDS:=\
|
||||
+python3-light \
|
||||
+python3-requests \
|
||||
+python3-pytz \
|
||||
+python3-six \
|
||||
|
||||
Reference in New Issue
Block a user