Changelog for
python3-paho-mqtt-1.2.3-1.4.noarch.rpm :
Sat Apr 22 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to version 1.2.3:
* Fix possible hang of TLS connection during handshake.
* Fix issue with publish helper with TLS connection.
* Fix installation issue on non-UTF-8 system.
* Fix non-working Websocket over TLS connection.
- Remove paho-mqtt-1.2.2-fix-readme-decoding.patch (fixed
upstream).
Fri Apr 14 14:00:00 2017 antoine.belvireAATTopensuse.org
- Update to version 1.2.2:
* Fix message lost when using paho.mqtt.publish helper with
QoS=0 message.
- Changes from version 1.2.1:
* Handle unicode username and passwords correctly.
* Fix handling of invalid UTF-8 topics on incoming messages - the
library now does not attempt to decode the topic - this will
happen when the user accesses msg.topic in the on_message
callback. If the topic is not valid UTF-8, an exception will be
raised.
* Fix issue with WebSocket connection in case of network issue
(timeout or connection broken).
* Fix issue with SSL connection, where latest incoming message
may be delayed or never processed.
* Fix possible message lost with publish.single and
publish.multiple.
- Add paho-mqtt-1.2.2-fix-readme-decoding.patch:
* Fix error at build when using non-UTF8 locale.
Sat Mar 18 13:00:00 2017 antoine.belvireAATTopensuse.org
- Convert package to python singlespec.
Mon Feb 27 13:00:00 2017 antoine.belvireAATTopensuse.org
- Initial package: python-paho-mqtt-1.2