pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/py-paho-mqtt net/py-paho-mqtt: Update to 1.6.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/cbf43241f04b
branches: trunk
changeset: 768438:cbf43241f04b
user: gdt <gdt%pkgsrc.org@localhost>
date: Fri Oct 22 13:44:40 2021 +0000
description:
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:
net/py-paho-mqtt/Makefile | 4 ++--
net/py-paho-mqtt/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (25 lines):
diff -r 45db5c9137fc -r cbf43241f04b net/py-paho-mqtt/Makefile
--- a/net/py-paho-mqtt/Makefile Fri Oct 22 11:17:47 2021 +0000
+++ b/net/py-paho-mqtt/Makefile Fri Oct 22 13:44:40 2021 +0000
@@ -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 -r 45db5c9137fc -r cbf43241f04b net/py-paho-mqtt/distinfo
--- a/net/py-paho-mqtt/distinfo Fri Oct 22 11:17:47 2021 +0000
+++ b/net/py-paho-mqtt/distinfo Fri Oct 22 13:44:40 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index