Hello community,
here is the log from the commit of package python-paho-mqtt for
openSUSE:Factory checked in at 2019-10-31 22:29:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-paho-mqtt (Old)
and /work/SRC/openSUSE:Factory/.python-paho-mqtt.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-paho-mqtt"
Thu Oct 31 22:29:10 2019 rev:4 rq:744374 version:1.5.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-paho-mqtt/python-paho-mqtt.changes
2018-12-11 15:48:23.138169807 +0100
+++
/work/SRC/openSUSE:Factory/.python-paho-mqtt.new.2990/python-paho-mqtt.changes
2019-10-31 22:29:24.772652651 +0100
@@ -1,0 +2,30 @@
+Thu Oct 31 06:39:26 UTC 2019 - [email protected]
+
+- Update to version 1.5.0:
+ * Add support for clean_session on subscribe helper
+ (gh#eclipse/paho.mqtt.python#219).
+ * Add support for non-standard bridge connection
+ (gh#eclipse/paho.mqtt.python#282).
+ * Fix hang with QoS 2 message and clean_session = False. The fix
+ replace hang with message DROP. See README for known
+ limitation (gh#eclipse/paho.mqtt.python#284,
+ gh#eclipse/paho.mqtt.python#286).
+ * Fix connection establishement timeout
+ (gh#eclipse/paho.mqtt.python#291,
+ gh#eclipse/paho.mqtt.python#288).
+ * Add support for connecting through a proxy
+ (gh#eclipse/paho.mqtt.python#315).
+ * Add MQTT v5 support (gh#eclipse/paho.mqtt.python#334).
+ * Improve error message when sending queue is full
+ (gh#eclipse/paho.mqtt.python#378).
+ * Improve error handling during initialization on edge case
+ (gh#eclipse/paho.mqtt.python#387,
+ gh#eclipse/paho.mqtt.python#388).
+ * Allow to specify local client port used (similar to
+ bind_address) (gh#eclipse/paho.mqtt.python#390).
+ * Add method is_connected to know if MQTT connection is
+ established (gh#eclipse/paho.mqtt.python#414).
+ * Set connection timeout to keepalive
+ (gh#eclipse/paho.mqtt.python#425).
+
+-------------------------------------------------------------------
Old:
----
paho-mqtt-1.4.0.tar.gz
New:
----
paho-mqtt-1.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-paho-mqtt.spec ++++++
--- /var/tmp/diff_new_pack.soGblN/_old 2019-10-31 22:29:26.896655512 +0100
+++ /var/tmp/diff_new_pack.soGblN/_new 2019-10-31 22:29:26.928655556 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-paho-mqtt
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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.4.0
+Version: 1.5.0
Release: 0
Summary: MQTT version 3.11 client class
License: EPL-1.0
@@ -55,7 +55,7 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%files %python_files
+%files %{python_files}
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*
++++++ paho-mqtt-1.4.0.tar.gz -> paho-mqtt-1.5.0.tar.gz ++++++
++++ 3425 lines of diff (skipped)