Skip to content

Commit 30bdd1f

Browse files
authored
python312Packages.pylamarzocco: 1.2.3 -> 1.2.11 (NixOS#359450)
2 parents a01ee2f + 9b26025 commit 30bdd1f

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

pkgs/development/python-modules/lmcloud/default.nix renamed to pkgs/development/python-modules/pylamarzocco/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
}:
1515

1616
buildPythonPackage rec {
17-
pname = "lmcloud";
18-
version = "1.2.3";
17+
pname = "pylamarzocco";
18+
version = "1.2.11";
1919
pyproject = true;
2020

2121
disabled = pythonOlder "3.11";
2222

2323
src = fetchFromGitHub {
2424
owner = "zweckj";
2525
repo = "pylamarzocco";
26-
rev = "refs/tags/v.${version}";
26+
rev = "refs/tags/v${version}";
2727
hash = "sha256-iRxn4xAP5b/2byeWbYm6mQwAu1TUmJgOVEqm/bZT9Xw=";
2828
};
2929

@@ -47,7 +47,7 @@ buildPythonPackage rec {
4747
meta = with lib; {
4848
description = "Library to interface with La Marzocco's cloud";
4949
homepage = "https://github.com/zweckj/pylamarzocco";
50-
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v.${version}";
50+
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v${version}";
5151
license = licenses.mit;
5252
maintainers = with maintainers; [ fab ];
5353
};

pkgs/servers/home-assistant/component-packages.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2299,14 +2299,13 @@
22992299
hassil
23002300
home-assistant-intents
23012301
ifaddr
2302-
lmcloud
23032302
mutagen
23042303
pymicro-vad
23052304
pyserial
23062305
pyspeex-noise
23072306
pyudev
23082307
zeroconf
2309-
];
2308+
]; # missing inputs: lmcloud
23102309
"lametric" = ps: with ps; [
23112310
demetriek
23122311
];
@@ -5458,7 +5457,6 @@
54585457
"kostal_plenticore"
54595458
"kraken"
54605459
"kulersky"
5461-
"lamarzocco"
54625460
"lametric"
54635461
"landisgyr_heat_meter"
54645462
"lastfm"

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,7 @@ mapAliases ({
325325
linear_operator = linear-operator; # added 2024-01-07
326326
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
327327
livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14
328+
lmcloud = pylamarzocco; # added 2024-11-26
328329
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
329330
logilab_common = logilab-common; # added 2022-11-21
330331
loo-py = loopy; # added 2022-05-03

pkgs/top-level/python-packages.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7583,8 +7583,6 @@ self: super: with self; {
75837583

75847584
lm-format-enforcer = callPackage ../development/python-modules/lm-format-enforcer { };
75857585

7586-
lmcloud = callPackage ../development/python-modules/lmcloud { };
7587-
75887586
lmdb = callPackage ../development/python-modules/lmdb {
75897587
inherit (pkgs) lmdb;
75907588
};
@@ -11838,6 +11836,8 @@ self: super: with self; {
1183811836

1183911837
pylama = callPackage ../development/python-modules/pylama { };
1184011838

11839+
pylamarzocco = callPackage ../development/python-modules/pylamarzocco { };
11840+
1184111841
pylast = callPackage ../development/python-modules/pylast { };
1184211842

1184311843
pylatex = callPackage ../development/python-modules/pylatex { };

0 commit comments

Comments
 (0)