From 784f2a519bb8cdfaa973070f65ff9a3a481e5cd1 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 27 Oct 2021 11:48:49 +0300 Subject: [PATCH] python-paho-mqtt: bump to version 1.6.1 Signed-off-by: Alexandru Ardelean --- lang/python/python-paho-mqtt/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-paho-mqtt/Makefile b/lang/python/python-paho-mqtt/Makefile index 0c0129e265..e7e3212fce 100644 --- a/lang/python/python-paho-mqtt/Makefile +++ b/lang/python/python-paho-mqtt/Makefile @@ -5,15 +5,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-paho-mqtt -PKG_VERSION:=1.5.1 -PKG_RELEASE:=1 +PKG_VERSION:=1.6.1 +PKG_RELEASE:=$(AUTORELEASE) PKG_MAINTAINER:=Josef Schlehofer , Alexandru Ardelean PKG_LICENSE:=EPL-1.0 Eclipse Distribution License v1.0 PKG_LICENSE_FILES:=epl-v10 edl-v10 PYPI_NAME:=paho-mqtt -PKG_HASH:=9feb068e822be7b3a116324e01fb6028eb1d66412bf98595ae72698965cb1cae +PKG_HASH:=2a8291c81623aec00372b5a85558a372c747cbca8e9934dfe218638b8eefc26f include ../pypi.mk include $(INCLUDE_DIR)/package.mk