Path to this page:
./
net/py-paho-mqtt,
MQTT version 3.1.1 client class
Branch: CURRENT,
Version: 2.1.0,
Package name: py311-paho-mqtt-2.1.0,
Maintainer: gdtThe 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.
Required to run:[
devel/py-setuptools] [
lang/python37]
Required to build:[
pkgtools/cwrappers] [
devel/py-test-runner]
Master sites:
Filesize: 145.359 KB
Version history: (Expand)
- (2024-06-19) Updated to version: py311-paho-mqtt-2.1.0
- (2024-06-19) Updated to version: py311-paho-mqtt-2.1.0nb1
- (2024-02-13) Updated to version: py311-paho-mqtt-1.6.1nb1
- (2023-02-09) Updated to version: py310-paho-mqtt-1.6.1nb1
- (2022-01-05) Updated to version: py39-paho-mqtt-1.6.1nb1
- (2021-10-22) Updated to version: py39-paho-mqtt-1.6.1
CVS history: (Expand)
2024-02-13 20:38:38 by Greg Troxel | Files touched by this commit (1) | |
Log message:
net/py-paho-mqtt: Note that update to 2.0.0 is on hold
2.0.0 is a breaking change and my assessment is that the
paho-mqtt-using community is not there yet. To be revisted after
2024Q1, when it will probably be time.
|
2024-02-13 20:35:47 by Greg Troxel | Files touched by this commit (1) |
Log message:
net/py-paho-mqtt: Revert unintended stray extra .
|
2024-02-13 20:34:38 by Greg Troxel | Files touched by this commit (3) |
Log message:
net/openvpn-*: PKGREVISION++ (these build something else with openvpn also)
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-22 15:44:40 by Greg Troxel | Files touched by this commit (2) |
Log message:
net/py-paho-mqtt: Update to 1.6.1
Upstream changes:
1.6.1:
fix python27, broken in 1.6.0
1.6.0:
- Big performance improvement when receiving large payloads,
particularly for SSL. Closes #571,
- Add basic MQTT v5 support to the subscribe and publish helper
functions. Closes #575.
- Changed default TLS version to 1.2 instead of 1.0.
- Remove _out_packet_mutex and _current_out_packet_mutex and convert
the _out_packet queue use to thread safe (simplifies the internals)
- Callbacks can now be applied to client instances using decorators.
- The `rc` parameter in the `on_disconnect` callback now has
meaningful values in the case of an error. Closes #441.
- Remove periodic retry checks for outgoing messages with QoS>0. This
means that outgoing messages will only be retried on the client
reconnecting to the server. They will *not* be retried when the client
is still connected.
- MQTTMessageInfo.wait_for_publish() and
MQTTMessageInfo.is_published() will now raise exceptions if called
when the publish call produced an error. Closes #550.
- Raise exceptions when attempting to set MQTT v5 properties to
forbidden values. Closes #586.
- PUBACK messages are now sent to the broker only after the on_message
callback has - Add timeout to
MQTTMessageInfo:wait_for_publish().returned.
- Add timeout to MQTTMessageInfo:wait_for_publish().
- Removed ancient Mosquitto compatibility class.
bugfixes
|
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
|