# HG changeset patch # User Hans-G?nter Theisgen # Date 1657721455 -3600 # Node ID bd54af54b0ef0ff04586e06613a01b4efab154dd # Parent 6ddf40c200c80a94a46438c09d147a8c04f44558 updated python-paho-mqtt (1.5.0 -> 1.6.1) diff -r 6ddf40c200c8 -r bd54af54b0ef python-paho-mqtt/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-paho-mqtt/description.txt Wed Jul 13 15:10:55 2022 +0100 @@ -0,0 +1,19 @@ +This document describes the source code for the Eclipse Paho MQTT Python +client library, which implements versions 5.0, 3.1.1, and 3.1 of the MQTT +protocol. + +This code provides a client class which enable applications to connect to +an MQTT broker to publish messages, and to subscribe to topics and receive +published messages. +It also provides some helper functions to make publishing one off messages +to an MQTT server very straightforward. + +It supports Python 2.7.9+ or 3.6+. + +The MQTT protocol is a machine-to-machine (M2M) or "Internet of Things" +connectivity protocol. +Designed as an extremely lightweight publish and subscribe messaging +transport, it is useful for connections with remote locations where a +small code footprint is required or network bandwidth is at a premium. + +Paho is an Eclipse Foundation project. diff -r 6ddf40c200c8 -r bd54af54b0ef python-paho-mqtt/receipt --- a/python-paho-mqtt/receipt Wed Jul 13 15:06:03 2022 +0100 +++ b/python-paho-mqtt/receipt Wed Jul 13 15:10:55 2022 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-paho-mqtt" -VERSION="1.5.0" +VERSION="1.6.1" CATEGORY="development" SHORT_DESC="Eclipse Paho MQTT Python client library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="epl-v10 edl-v10" WEB_SITE="https://pypi.org/project/paho-mqtt/" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/eclipse/paho.mqtt.python/archive/v$VERSION.tar.gz" +SOURCE="paho-mqtt" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-setuptools"