summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2021-10-22 13:44:40 +0000
committergdt <gdt@pkgsrc.org>2021-10-22 13:44:40 +0000
commite362d630f0a619c5df8a06e572e508c232796829 (patch)
tree9034b8e038c2a0de32068c3eaf074cc8f7bee7c6 /net
parent3543c75fa2f1b77a25c911c904fec585da31b6ce (diff)
downloadpkgsrc-e362d630f0a619c5df8a06e572e508c232796829.tar.gz
net/py-paho-mqtt: Update to 1.6.1
Upstream changes: 1.6.1: fix python27, broken in 1.6.0 1.6.0: - Big performance improvement when receiving large payloads, particularly for SSL. Closes #571, - Add basic MQTT v5 support to the subscribe and publish helper functions. Closes #575. - Changed default TLS version to 1.2 instead of 1.0. - Remove _out_packet_mutex and _current_out_packet_mutex and convert the _out_packet queue use to thread safe (simplifies the internals) - Callbacks can now be applied to client instances using decorators. - The `rc` parameter in the `on_disconnect` callback now has meaningful values in the case of an error. Closes #441. - Remove periodic retry checks for outgoing messages with QoS>0. This means that outgoing messages will only be retried on the client reconnecting to the server. They will *not* be retried when the client is still connected. - MQTTMessageInfo.wait_for_publish() and MQTTMessageInfo.is_published() will now raise exceptions if called when the publish call produced an error. Closes #550. - Raise exceptions when attempting to set MQTT v5 properties to forbidden values. Closes #586. - PUBACK messages are now sent to the broker only after the on_message callback has - Add timeout to MQTTMessageInfo:wait_for_publish().returned. - Add timeout to MQTTMessageInfo:wait_for_publish(). - Removed ancient Mosquitto compatibility class. bugfixes
Diffstat (limited to 'net')
-rw-r--r--net/py-paho-mqtt/Makefile4
-rw-r--r--net/py-paho-mqtt/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-paho-mqtt/Makefile b/net/py-paho-mqtt/Makefile
index 3e8212c7b0f..8b011dff771 100644
--- a/net/py-paho-mqtt/Makefile
+++ b/net/py-paho-mqtt/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2021/10/21 11:36:04 adam Exp $
+# $NetBSD: Makefile,v 1.8 2021/10/22 13:44:40 gdt Exp $
-DISTNAME= paho-mqtt-1.6.0
+DISTNAME= paho-mqtt-1.6.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/paho-mqtt/}
diff --git a/net/py-paho-mqtt/distinfo b/net/py-paho-mqtt/distinfo
index 61dc6b5424b..1f6953921c7 100644
--- a/net/py-paho-mqtt/distinfo
+++ b/net/py-paho-mqtt/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/21 11:36:04 adam Exp $
+$NetBSD: distinfo,v 1.6 2021/10/22 13:44:40 gdt Exp $
-RMD160 (paho-mqtt-1.6.0.tar.gz) = 3c6fc5865f7eb7457dbd2a37b816294f58ca6030
-SHA512 (paho-mqtt-1.6.0.tar.gz) = e84dbcf748fda2f4cfa41ad2698e96385029d1bc3f67848388d21d419e539b4434dce646ad4f21407ffedb4cbb2941d0a2cc68f6288a9b4e3e4d062f9f997812
-Size (paho-mqtt-1.6.0.tar.gz) = 99326 bytes
+RMD160 (paho-mqtt-1.6.1.tar.gz) = d6bccf7fdb166109d901a63fafc99432c195ef68
+SHA512 (paho-mqtt-1.6.1.tar.gz) = 74e090eab347f2a629c76aed8116dd9e435f87d8ad7ca4944c1ae48538d34a0a34a83eb672158c5a12452e753838aa55347bf44ec8bfc3d28bd939591a6efbe5
+Size (paho-mqtt-1.6.1.tar.gz) = 99373 bytes