Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-paho-mqtt for 
openSUSE:Factory checked in at 2021-11-09 23:55:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paho-mqtt (Old)
 and      /work/SRC/openSUSE:Factory/.python-paho-mqtt.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-paho-mqtt"

Tue Nov  9 23:55:06 2021 rev:6 rq:930499 version:1.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paho-mqtt/python-paho-mqtt.changes        
2020-09-25 16:35:38.604109196 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-paho-mqtt.new.1890/python-paho-mqtt.changes  
    2021-11-09 23:55:33.351981530 +0100
@@ -1,0 +2,44 @@
+Tue Nov  9 07:04:35 UTC 2021 - Adrian Schr??ter <adr...@suse.de>
+
+- update to version 1.6.1:
+  - Changed default TLS version to 1.2 instead of 1.0.
+  - Fix incoming MQTT v5 messages with overall property length > 127 bytes 
being
+    incorrectly decoded. Closes #541.
+  - MQTTMessageInfo.wait_for_publish() and MQTTMessageInfo.is_published() will
+    now raise exceptions if called when the publish call produced an error.
+    Closes #550.
+  - 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.
+  - The `rc` parameter in the `on_disconnect` callback now has meaningful 
values
+    in the case of an error. Closes #441.
+  - Callbacks can now be applied to client instances using decorators.
+  - PUBACK messages are now sent to the broker only after the on_message
+    callback has returned.
+  - Raise exceptions when attempting to set MQTT v5 properties to forbidden
+    values. Closes #586.
+  - Callbacks can now be updated from within a callback.
+  - Remove _out_packet_mutex and _current_out_packet_mutex and convert the
+    _out_packet queue use to thread safe.
+  - Add basic MQTT v5 support to the subscribe and publish helper functions.
+    Closes #575.
+  - Fix on_disconnect() sometimes calling the MQTT v3.x callback when it should
+    call the MQTT v5 callback. Closes #570.
+  - Big performance improvement when receiving large payloads, particularly for
+    SSL. Closes #571,
+  - Fix connecting with MQTT v5 to a broker that doesn't support MQTT v5.
+    Closes #566.
+  - Removed ancient Mosquitto compatibility class.
+  - Fix exception on calling Client(client_id="", clean_session=False).
+    Closes #520.
+  - Experimental support for Websockets continuation frames. Closes #500.
+    Closes #89.
+  - `Properties.json()` now converts Correlation Data bytes() objects to hex.
+    Closes #555.
+  - Only use the internal sockpair wakeup when running with loop_start() or
+    loop(). This removes problems when running with an external event loop.
+  - Drain all of sockpairR bytes to avoid unnecessary wakeups and possible
+    timeouts. Closes #563.
+  - Add timeout to MQTTMessageInfo:wait_for_publish().
+
+-------------------------------------------------------------------

Old:
----
  paho-mqtt-1.5.1.tar.gz

New:
----
  paho-mqtt-1.6.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-paho-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.5cfSOa/_old  2021-11-09 23:55:33.815981766 +0100
+++ /var/tmp/diff_new_pack.5cfSOa/_new  2021-11-09 23:55:33.815981766 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paho-mqtt
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-paho-mqtt
-Version:        1.5.1
+Version:        1.6.1
 Release:        0
 Summary:        MQTT version 3.11 client class
 License:        EPL-1.0

++++++ paho-mqtt-1.5.1.tar.gz -> paho-mqtt-1.6.1.tar.gz ++++++
++++ 3850 lines of diff (skipped)

Reply via email to