2021-10-21 13:36:04 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-paho-mqtt: updated to 1.6.0
1.6.0:
Unknown changes
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2020-10-15 22:22:48 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/py-paho-mqtt: Update to 1.5.1
Upstream changes: bugfixes
|
2020-05-16 20:00:32 by Adam Ciarcinski | Files touched by this commit (9) |
Log message:
pytest from versioned depends
|
2020-03-12 17:10:14 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
py-paho-mqtt: general cleanup
|
2020-01-26 18:32:28 by Roland Illig | Files touched by this commit (981) |
Log message:
all: migrate homepages from http to https
pkglint -r --network --only "migrate"
As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
|
2019-10-31 01:32:16 by Greg Troxel | Files touched by this commit (3) |
Log message:
net/py-paho-mqtt: Update to 1.5.0
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
|
2019-07-21 01:40:05 by Greg Troxel | Files touched by this commit (4) |
Log message:
net: Add py-paho-mqtt version 1.4.0
The Paho Python Client provides a client class with support for both
MQTT v3.1 and v3.1.1 on Python 2.7 or 3.x. It also provides some
helper functions to make publishing one off messages to an MQTT server
very straightforward.
Packaged in wip by Kamel Derouiche.
|