mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
Merge pull request #107984 from fabaff/bump-paho-mqtt
python3Packages.paho-mqtt: 1.5.0 -> 1.5.1
This commit is contained in:
commit
9b78f36021
@ -3,14 +3,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "paho-mqtt";
|
||||
version = "1.5.0";
|
||||
version = "1.5.1";
|
||||
|
||||
# No tests in PyPI tarball
|
||||
src = fetchFromGitHub {
|
||||
owner = "eclipse";
|
||||
repo = "paho.mqtt.python";
|
||||
rev = "v${version}";
|
||||
sha256 = "1fq5z53g2k18iiqnz5qq87vzjpppfza072nx0dwllmhimm2dskh5";
|
||||
sha256 = "1y537i6zxkjkmi80w5rvd18npz1jm5246i2x8p3q7ycx94i8ixs0";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -59,11 +59,15 @@ in python.pkgs.buildPythonApplication rec {
|
||||
--replace "deepdiff==4.3.1" "deepdiff" \
|
||||
--replace "voluptuous==0.11.7" "voluptuous" \
|
||||
--replace "astral==1.10.1" "astral" \
|
||||
--replace "python-socketio==4.4.0" "python-socketio"
|
||||
--replace "python-socketio==4.4.0" "python-socketio" \
|
||||
--replace "feedparser==5.2.1" "feedparser>=5.2.1" \
|
||||
--replace "aiohttp_jinja2==1.2.0" "aiohttp_jinja2>=1.2.0" \
|
||||
--replace "pygments==2.6.1" "pygments>=2.6.1" \
|
||||
--replace "paho-mqtt==1.5.0" "paho-mqtt>=1.5.0"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
description = "Sandboxed python execution environment for writing automation apps for Home Assistant";
|
||||
description = "Sandboxed Python execution environment for writing automation apps for Home Assistant";
|
||||
homepage = "https://github.com/home-assistant/appdaemon";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg dotlambda ];
|
||||
|
Loading…
Reference in New Issue
Block a user