Hello community,

here is the log from the commit of package python-paho-mqtt for 
openSUSE:Factory checked in at 2018-09-03 10:36:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paho-mqtt (Old)
 and      /work/SRC/openSUSE:Factory/.python-paho-mqtt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-paho-mqtt"

Mon Sep  3 10:36:31 2018 rev:2 rq:632743 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paho-mqtt/python-paho-mqtt.changes        
2018-02-28 20:02:29.532484086 +0100
+++ /work/SRC/openSUSE:Factory/.python-paho-mqtt.new/python-paho-mqtt.changes   
2018-09-03 10:36:34.328897242 +0200
@@ -1,0 +2,23 @@
+Sun Sep  2 12:07:39 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 1.4.0:
+  * Fix hang when client restarted and broker resumed a session
+    with Qos2 message.
+  * Fix reconnection loop when a clean_session=True client
+    reconnect while Qos2 message are being sent.
+  * Catch and log any exception raised by user callback.
+  * Improve support for external event loop (like asyncio).
+  * Fix order of message with publish.multiple helper.
+  * Fix hang on wait_for_published() on bad network.
+  * Fix issue with Websocket payload size between 127 and 65536.
+  * Closes socket in client destructor to avoid FD leak.
+  * Fix uncaught timeout exception during connection.
+  * Remove dup flag on PUBREL packet.
+  * Use secure entropy source for Websocket mask_key (urandom).
+  * Fix mid generation that was not thread-safe.
+  * Replace print() statements with proper logging.
+  * Allow insecure TLS on publish and subscribe helpers.
+  * Allow to remove authentication (reset username to None).
+  * Add support for the non-standard bridge mode.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ python-paho-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.B4K0KC/_old  2018-09-03 10:36:34.668898122 +0200
+++ /var/tmp/diff_new_pack.B4K0KC/_new  2018-09-03 10:36:34.668898122 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-paho-mqtt
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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.3.1
+Version:        1.4.0
 Release:        0
 Summary:        MQTT version 3.11 client class
 License:        EPL-1.0
@@ -29,7 +29,6 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 
 %description
@@ -58,8 +57,8 @@
 %fdupes %{buildroot}/%{_prefix}
 
 %files %python_files
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc README.rst
+%license LICENSE.txt
 %{python_sitelib}/*
 
 %changelog

++++++ paho-mqtt-1.3.1.tar.gz -> paho-mqtt-1.4.0.tar.gz ++++++
++++ 4990 lines of diff (skipped)


Reply via email to