-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python312Packages.paho-mqtt_2: init at 2.1.0 #325122
Conversation
Perhaps I was over-optimistic. Dead ends on at least And I'm very confused about what we're doing with |
Result of 49 packages failed to build:
913 packages built:
|
I think we can yeet asyncio-mqtt and its only consumer aiomysensors. Home Assistant uses pymysensors in the meantime. |
81596ea
to
a4c652d
Compare
eclipse-paho/paho.mqtt.python@v1.6.1...v2.1.0 https://github.com/eclipse/paho.mqtt.python/blob/v2.1.0/ChangeLog.txt The ecosystem is still too fragile to promote paho-mqtt 2.x to the version used in the python package set, but we can provide 2.x for applications in nixpkgs. Co-Authored-By: Robert Scott <[email protected]> Co-Authored-By: Martin Weinelt <[email protected]>
5c1802b
to
eef2acb
Compare
Result of 10 packages built:
|
Unused leaf dependency preventing us from removing asyncio-mqtt, which was renamed to aiomqtt a few release ago.
The project was renamed to aiomqtt back in 2023/07. With the last consumer of it gone, we can retire it.
eef2acb
to
c96f34f
Compare
buildPythonPackage rec { | ||
pname = "paho-mqtt"; | ||
version = "1.6.1"; | ||
format = "setuptools"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
format = "setuptools"; | |
pyproject = true; |
Which ones? |
Description of changes
Update of #288219
This bump is needed to allow us to bump nanomq (#284345) and address several CVEs.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.