forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream does not include NEWS in the tarball, but on the web it is possible to find the following: v1.5.0 - 2019-10-30 =================== * Add support for clean_session on subscribe helper. Closes #219 * Add support for non-standard bridge connection. Closes #282 * Fix hang with QoS 2 message and clean_session = False. The fix replace hang with message DROP. See README for known limitation. Closes #284 and #286 * Fix connection establishement timeout. Closes #291 and #288 * Add support for connecting through a proxy. Closes #315 * Add MQTT v5 support. Closes #334 * Improve error message when sending queue is full. Closes #378 * Improve error handling during initialization on edge case. Closes #387 and #388 * Allow to specify local client port used (similar to bind_address). Closes #390 * Add method is_connected to know if MQTT connection is established. Closes #414 * Set connection timeout to keepalive. Closes #425
- Loading branch information
gdt
committed
Oct 31, 2019
1 parent
7ed73b8
commit 321dd05
Showing
3 changed files
with
32 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# $NetBSD: Makefile,v 1.1 2019/07/20 23:40:05 gdt Exp $ | ||
# $NetBSD: Makefile,v 1.2 2019/10/31 00:32:16 gdt Exp $ | ||
|
||
DISTNAME= paho-mqtt-1.4.0 | ||
DISTNAME= paho-mqtt-1.5.0 | ||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME} | ||
CATEGORIES= devel python | ||
MASTER_SITES= https://files.pythonhosted.org/packages/25/63/db25e62979c2a716a74950c9ed658dce431b5cb01fde29eb6cba9489a904/ | ||
MASTER_SITES= https://files.pythonhosted.org/packages/59/11/1dd5c70f0f27a88a3a05772cd95f6087ac479fac66d9c7752ee5e16ddbbc/ | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.eclipse.org/paho/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,37 @@ | ||
@comment $NetBSD: PLIST,v 1.1 2019/07/20 23:40:05 gdt Exp $ | ||
@comment $NetBSD: PLIST,v 1.2 2019/10/31 00:32:16 gdt Exp $ | ||
${PYSITELIB}/paho/__init__.py | ||
${PYSITELIB}/paho/__init__.pyc | ||
${PYSITELIB}/paho/__init__.pyo | ||
${PYSITELIB}/paho/__init__.pyc | ||
${PYSITELIB}/paho/mqtt/__init__.py | ||
${PYSITELIB}/paho/mqtt/__init__.pyc | ||
${PYSITELIB}/paho/mqtt/__init__.pyo | ||
${PYSITELIB}/paho/mqtt/client.py | ||
${PYSITELIB}/paho/mqtt/client.pyc | ||
${PYSITELIB}/paho/mqtt/__init__.pyc | ||
${PYSITELIB}/paho/mqtt/client.pyo | ||
${PYSITELIB}/paho/mqtt/matcher.py | ||
${PYSITELIB}/paho/mqtt/matcher.pyc | ||
${PYSITELIB}/paho/mqtt/client.pyc | ||
${PYSITELIB}/paho/mqtt/matcher.pyo | ||
${PYSITELIB}/paho/mqtt/publish.py | ||
${PYSITELIB}/paho/mqtt/publish.pyc | ||
${PYSITELIB}/paho/mqtt/matcher.pyc | ||
${PYSITELIB}/paho/mqtt/packettypes.pyo | ||
${PYSITELIB}/paho/mqtt/packettypes.pyc | ||
${PYSITELIB}/paho/mqtt/properties.pyo | ||
${PYSITELIB}/paho/mqtt/properties.pyc | ||
${PYSITELIB}/paho/mqtt/publish.pyo | ||
${PYSITELIB}/paho/mqtt/subscribe.py | ||
${PYSITELIB}/paho/mqtt/subscribe.pyc | ||
${PYSITELIB}/paho/mqtt/publish.pyc | ||
${PYSITELIB}/paho/mqtt/reasoncodes.pyo | ||
${PYSITELIB}/paho/mqtt/reasoncodes.pyc | ||
${PYSITELIB}/paho/mqtt/subscribe.pyo | ||
${PYSITELIB}/paho/mqtt/subscribe.pyc | ||
${PYSITELIB}/paho/mqtt/subscribeoptions.pyo | ||
${PYSITELIB}/paho/mqtt/subscribeoptions.pyc | ||
${PYSITELIB}/paho/mqtt/client.py | ||
${PYSITELIB}/paho/mqtt/matcher.py | ||
${PYSITELIB}/paho/mqtt/packettypes.py | ||
${PYSITELIB}/paho/mqtt/properties.py | ||
${PYSITELIB}/paho/mqtt/publish.py | ||
${PYSITELIB}/paho/mqtt/reasoncodes.py | ||
${PYSITELIB}/paho/mqtt/subscribe.py | ||
${PYSITELIB}/paho/mqtt/subscribeoptions.py | ||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO | ||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt | ||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt | ||
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe | ||
${PYSITELIB}/${EGG_INFODIR}/requires.txt | ||
${PYSITELIB}/${EGG_INFODIR}/top_level.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
$NetBSD: distinfo,v 1.1 2019/07/20 23:40:05 gdt Exp $ | ||
$NetBSD: distinfo,v 1.2 2019/10/31 00:32:16 gdt Exp $ | ||
|
||
SHA1 (paho-mqtt-1.4.0.tar.gz) = 5d1e2cbfb9db9985719d1e89446c898c56443f0d | ||
RMD160 (paho-mqtt-1.4.0.tar.gz) = 32e05e56cec24bb3e065270f6d12cead68b9b5d8 | ||
SHA512 (paho-mqtt-1.4.0.tar.gz) = 8b161253d55279e749c3489f86dcc11f768990ec3dc643b1eb408a86a8ffd6868f2555e2041ca018ca3816780f7336285c999fe5b9e48b403278f01f97817441 | ||
Size (paho-mqtt-1.4.0.tar.gz) = 88626 bytes | ||
SHA1 (paho-mqtt-1.5.0.tar.gz) = 0feb0349d4887ee738ea858cef09b76545255262 | ||
RMD160 (paho-mqtt-1.5.0.tar.gz) = d1edc86d593af29a2bc6cf6ca269140ac082fa42 | ||
SHA512 (paho-mqtt-1.5.0.tar.gz) = 01c23df02f86fe48f261ad136580f822f00be9909e203285f233b05377ee397dd73d16e8703b19ef13d7c7b0efdfc9905da46a50d8603e03bf708b4639432ab3 | ||
Size (paho-mqtt-1.5.0.tar.gz) = 99525 bytes |