python311Packages.hass-nabucasa: 0.74.0 -> 0.75.1

https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.75.1
This commit is contained in:
Martin Weinelt 2024-01-03 21:24:02 +01:00
parent 55289c1140
commit 812920d19d
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -7,7 +7,6 @@
, ciso8601
, cryptography
, fetchFromGitHub
, fetchpatch
, pycognito
, pytest-aiohttp
, pytest-timeout
@ -21,7 +20,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.74.0";
version = "0.75.1";
pyproject = true;
disabled = pythonOlder "3.10";
@ -30,17 +29,9 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-r4Huvn9mBqnASpUd+drwORE+fApLV/l6Y3aO/UIiEC8=";
hash = "sha256-VQ5nxkrHt6xp+bk/wqAPJ+srTuf9WyamoLXawW1mKWo=";
};
patches = [
(fetchpatch {
# Add missing wait_for_close mock in AiohttpClientMockResponse
url = "https://github.com/NabuCasa/hass-nabucasa/commit/097607e0fe30932ca5cba0c50fda125f90f5f3de.patch";
hash = "sha256-ZSh+1kGBb6ltNnd0RaDECXiJDEGJBOw1wN2HXPgfy+o=";
})
];
nativeBuildInputs = [
setuptools
];