aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-11-12 19:13:10 -0800
committerGitHub <noreply@github.com>2019-11-12 19:13:10 -0800
commitd4be80cba08fa79ecf14e45cb56aa36c3404bca6 (patch)
treefd5595beb3263b6581f65209741d117579317f48
parent7ec6bf291abbaefba02455bf35c92e3d20b119ff (diff)
parentf8e36f9fd6d5040f3ce69a1dd3f844872ea306b9 (diff)
Merge pull request #10530 from BKPepe/pahomqtt
python-paho-mqtt: Update to version 1.5.0
-rw-r--r--lang/python/python-paho-mqtt/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile
index c81dbc1cc..515402929 100644
--- a/lang/python/python-paho-mqtt/Makefile
+++ b/lang/python/python-paho-mqtt/Makefile
@@ -5,13 +5,15 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-paho-mqtt
-PKG_VERSION:=1.4.0
+PKG_VERSION:=1.5.0
PKG_RELEASE:=1
-PKG_LICENSE:=Eclipse Public License v1.0 / Eclipse Distribution License v1.0
+
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>, Alexandru Ardelean <ardeleanalex@gmail.com>
+PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0
+PKG_LICENSE_FILES:=epl-v10 edl-v10
PYPI_NAME:=paho-mqtt
-PKG_HASH:=e440a052b46d222e184be3be38676378722072fcd4dfd2c8f509fb861a7b0b79
+PKG_HASH:=e3d286198baaea195c8b3bc221941d25a3ab0e1507fc1779bdb7473806394be4
include ../pypi.mk
include $(INCLUDE_DIR)/package.mk