python312Packages.pylamarzocco: 1.2.3 -> 1.2.11 (#359450)

This commit is contained in:
Fabian Affolter 2024-12-07 01:05:28 +01:00 committed by GitHub
commit 30bdd1f9a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 9 deletions

View File

@ -14,8 +14,8 @@
}:
buildPythonPackage rec {
pname = "lmcloud";
version = "1.2.3";
pname = "pylamarzocco";
version = "1.2.11";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "zweckj";
repo = "pylamarzocco";
rev = "refs/tags/v.${version}";
rev = "refs/tags/v${version}";
hash = "sha256-iRxn4xAP5b/2byeWbYm6mQwAu1TUmJgOVEqm/bZT9Xw=";
};
@ -47,7 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to interface with La Marzocco's cloud";
homepage = "https://github.com/zweckj/pylamarzocco";
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v.${version}";
changelog = "https://github.com/zweckj/pylamarzocco/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};

View File

@ -2299,14 +2299,13 @@
hassil
home-assistant-intents
ifaddr
lmcloud
mutagen
pymicro-vad
pyserial
pyspeex-noise
pyudev
zeroconf
];
]; # missing inputs: lmcloud
"lametric" = ps: with ps; [
demetriek
];
@ -5458,7 +5457,6 @@
"kostal_plenticore"
"kraken"
"kulersky"
"lamarzocco"
"lametric"
"landisgyr_heat_meter"
"lastfm"

View File

@ -325,6 +325,7 @@ mapAliases ({
linear_operator = linear-operator; # added 2024-01-07
livestreamer = throw "'livestreamer' has been removed, as it unmaintained. A currently maintained fork is 'streamlink'."; # added 2023-11-14
livestreamer-curses = throw "'livestreamer-curses' has been removed as it, and livestreamer itself are unmaintained."; # added 2023-11-14
lmcloud = pylamarzocco; # added 2024-11-26
logilab_astng = throw "logilab-astng has not been released since 2013 and is unmaintained"; # added 2022-11-29
logilab_common = logilab-common; # added 2022-11-21
loo-py = loopy; # added 2022-05-03

View File

@ -7583,8 +7583,6 @@ self: super: with self; {
lm-format-enforcer = callPackage ../development/python-modules/lm-format-enforcer { };
lmcloud = callPackage ../development/python-modules/lmcloud { };
lmdb = callPackage ../development/python-modules/lmdb {
inherit (pkgs) lmdb;
};
@ -11838,6 +11836,8 @@ self: super: with self; {
pylama = callPackage ../development/python-modules/pylama { };
pylamarzocco = callPackage ../development/python-modules/pylamarzocco { };
pylast = callPackage ../development/python-modules/pylast { };
pylatex = callPackage ../development/python-modules/pylatex { };