Bug 279240 - net/py-paho-mqtt: Update to 2.1.0
Summary: net/py-paho-mqtt: Update to 2.1.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gabriel M. Dutra
URL: https://github.com/eclipse/paho.mqtt....
Keywords:
Depends on:
Blocks: 278707
  Show dependency treegraph
 
Reported: 2024-05-23 02:25 UTC by Nicholas Kirby
Modified: 2024-05-25 06:17 UTC (History)
2 users (show)

See Also:
joe: maintainer-feedback+


Attachments
Patch to 2.1.0 (847 bytes, patch)
2024-05-23 02:25 UTC, Nicholas Kirby
no flags Details | Diff
Poudriere build log (17.67 KB, text/plain)
2024-05-23 02:29 UTC, Nicholas Kirby
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Kirby 2024-05-23 02:25:06 UTC
Created attachment 250887 [details]
Patch to 2.1.0

Update to 2.1.0

Changelog: https://github.com/eclipse/paho.mqtt.python/releases/tag/v2.1.0

This fixes behavior that has broken a lot of MQTT using apps since 2.x launched by setting the default back to use 1.x API calls.
Comment 1 Nicholas Kirby 2024-05-23 02:29:59 UTC
Created attachment 250888 [details]
Poudriere build log
Comment 2 joe 2024-05-23 14:11:10 UTC
Thank you for your work!
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-05-25 06:16:18 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e9e0ef051cb33287e823a096ecd0afe6ebf182f5

commit e9e0ef051cb33287e823a096ecd0afe6ebf182f5
Author:     Nicholas Kirby <nick@kirby.cx>
AuthorDate: 2024-05-25 06:05:31 +0000
Commit:     Gabriel M. Dutra <dutra@FreeBSD.org>
CommitDate: 2024-05-25 06:15:11 +0000

    net/py-paho-mqtt: Update to 2.1.0

    changeLog:
    https://github.com/eclipse/paho.mqtt.python/releases/tag/v2.1.0

    PR:             279240
    Approved by:    joe@thrallingpenguin.com (maintainer)

 net/py-paho-mqtt/Makefile | 4 ++--
 net/py-paho-mqtt/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 4 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-05-25 06:17:54 UTC
Committed, thank you!