Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: python3-paho-mqtt | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 1.5.0 | Vendor: openSUSE |
Release: bp156.3.2 | Build date: Mon Jul 24 08:07:56 2023 |
Group: Development/Languages/Python | Build host: sheep81 |
Size: 605360 | Source RPM: python-paho-mqtt-1.5.0-bp156.3.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: http://eclipse.org/paho | |
Summary: MQTT version 3.11 client class |
This code provides a client class which enable applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. It also provides some helper functions to make publishing one off messages to an MQTT server very straightforward. The MQTT protocol is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. Designed as an extremely lightweight publish/subscribe messaging transport, it is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium. Paho is an Eclipse Foundation project.
EPL-1.0
* Thu Oct 31 2019 antoine.belvire@opensuse.org - 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). * Mon Dec 10 2018 Tomáš Chvátal <tchvatal@suse.com> - Fix fdupes call * Sun Sep 02 2018 antoine.belvire@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. * Sat Nov 18 2017 antoine.belvire@opensuse.org - Update to version 1.3.1: * Fix reconnect_delay_set which ignored the max_delay. * Fix crash when connection is lost while trying to send message. * Fix issue with unicode topic when some character were multi-bytes UTF-8. * Fix issue with empty Client ID with broker that doesn't support them. * Fix issue with tls_set that did not allowed cert_reqs=ssl.CERT_NONE. * Sat Jul 08 2017 antoine.belvire@opensuse.org - Update to version 1.3.0: * Requires Python 2.7 or 3.4+. * Remove support for SSL without SSLContext (Requires Python 2.7.9+ or 3.2+). * on_connect callback is now always called flags. Previously this * callback could accepts 3 OR 4 arguments, now it must accepts 4. * tls_insecure_set() must now be called *after* tls_set(). * Allow username and password to be zero length (as opposed to * not being present). * Allow zero length client ids when using MQTT v3.1.1. * Add SSLContext support, including SNI. * Improved support for unicode topic and binary payload. * Allow arbitrary Websocket headers and path. * Fix issue with large inbound payload over Websocket. * Add exponential delay for reconnection. * Move unit tests to pytest and tox. * Add support for standard Python logging. * Fix duplicate incoming QoS==2 message. * Sat Apr 22 2017 antoine.belvire@opensuse.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 2017 antoine.belvire@opensuse.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 2017 antoine.belvire@opensuse.org - Convert package to python singlespec. * Mon Feb 27 2017 antoine.belvire@opensuse.org - Initial package: python-paho-mqtt-1.2
/usr/lib/python3.6/site-packages/paho /usr/lib/python3.6/site-packages/paho/__init__.py /usr/lib/python3.6/site-packages/paho/__pycache__ /usr/lib/python3.6/site-packages/paho/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt /usr/lib/python3.6/site-packages/paho/mqtt/__init__.py /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__ /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/__init__.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/__init__.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/client.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/client.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/matcher.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/matcher.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/packettypes.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/packettypes.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/properties.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/properties.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/publish.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/publish.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/reasoncodes.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/reasoncodes.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/subscribe.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/subscribe.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-36.opt-1.pyc /usr/lib/python3.6/site-packages/paho/mqtt/__pycache__/subscribeoptions.cpython-36.pyc /usr/lib/python3.6/site-packages/paho/mqtt/client.py /usr/lib/python3.6/site-packages/paho/mqtt/matcher.py /usr/lib/python3.6/site-packages/paho/mqtt/packettypes.py /usr/lib/python3.6/site-packages/paho/mqtt/properties.py /usr/lib/python3.6/site-packages/paho/mqtt/publish.py /usr/lib/python3.6/site-packages/paho/mqtt/reasoncodes.py /usr/lib/python3.6/site-packages/paho/mqtt/subscribe.py /usr/lib/python3.6/site-packages/paho/mqtt/subscribeoptions.py /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/PKG-INFO /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/SOURCES.txt /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/dependency_links.txt /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/not-zip-safe /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/requires.txt /usr/lib/python3.6/site-packages/paho_mqtt-1.5.0-py3.6.egg-info/top_level.txt /usr/share/doc/packages/python3-paho-mqtt /usr/share/doc/packages/python3-paho-mqtt/README.rst /usr/share/licenses/python3-paho-mqtt /usr/share/licenses/python3-paho-mqtt/LICENSE.txt
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 14:56:22 2025