python312Packages.aiounifi: 81 -> 81

https://github.com/Kane610/aiounifi/releases/tag/v81
This commit is contained in:
Martin Weinelt
2024-12-11 16:39:02 +01:00
parent 1898efc3bf
commit 5a82527e06
@@ -7,6 +7,7 @@
orjson,
pytest-aiohttp,
pytest-asyncio,
pytest-cov-stub,
pytestCheckHook,
pythonOlder,
segno,
@@ -16,7 +17,7 @@
buildPythonPackage rec {
pname = "aiounifi";
version = "80";
version = "81";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -25,15 +26,13 @@ buildPythonPackage rec {
owner = "Kane610";
repo = "aiounifi";
rev = "refs/tags/v${version}";
hash = "sha256-320ptaKT+6mKUj9y+MvGovp4/XVbYIlDTb9lLXY7c1w=";
hash = "sha256-QuECmv/xWTNsC42JmPlYwN710Pu6L9jNbtOPJsUdM9k=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools==" "setuptools>=" \
--replace-fail "setuptools==75.6.0" "setuptools" \
--replace-fail "wheel==" "wheel>="
sed -i '/--cov=/d' pyproject.toml
'';
build-system = [ setuptools ];
@@ -48,6 +47,7 @@ buildPythonPackage rec {
aioresponses
pytest-aiohttp
pytest-asyncio
pytest-cov-stub
pytestCheckHook
trustme
];