python-maho-mqtt: bump to versio 1.5.1
Docs say it also supports MQTT 5.0.
Added to description.
Updated title as on pypi.org
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit ee0e11c1ab
)
This commit is contained in:
parent
8dd29ea1b4
commit
2faeeb18eb
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-paho-mqtt
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_VERSION:=1.5.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||
|
@ -13,7 +13,7 @@ PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0
|
|||
PKG_LICENSE_FILES:=epl-v10 edl-v10
|
||||
|
||||
PYPI_NAME:=paho-mqtt
|
||||
PKG_HASH:=e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4
|
||||
PKG_HASH:=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -23,14 +23,14 @@ define Package/python3-paho-mqtt
|
|||
SECTION:=lang
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=python3-paho-mqtt
|
||||
TITLE:=MQTT version 5.0/3.1.1 client class
|
||||
URL:=http://eclipse.org/paho
|
||||
DEPENDS:=+python3-light
|
||||
VARIANT:=python3
|
||||
endef
|
||||
|
||||
define Package/python3-paho-mqtt/description
|
||||
MQTT version 3.1/3.1.1 client class
|
||||
MQTT version 3.1/3.1.1/5.0 client class
|
||||
endef
|
||||
|
||||
$(eval $(call Py3Package,python3-paho-mqtt))
|
||||
|
|
Loading…
Reference in a new issue