python3Packages.aiosonic: 0.26.0 -> 0.30.1

Diff: https://github.com/sonic182/aiosonic/compare/0.26.0...0.30.1

Changelog: https://github.com/sonic182/aiosonic/blob/0.30.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2025-12-06 13:25:19 -08:00
parent 18bb533e33
commit 7015cb912f
@@ -14,25 +14,22 @@
pytest-cov-stub,
pytest-mock,
pytestCheckHook,
pythonOlder,
requests,
uvicorn,
}:
buildPythonPackage rec {
pname = "aiosonic";
version = "0.26.0";
version = "0.30.1";
pyproject = true;
disabled = pythonOlder "3.8";
__darwinAllowLocalNetworking = true;
src = fetchFromGitHub {
owner = "sonic182";
repo = "aiosonic";
tag = version;
hash = "sha256-sYd7qjOiRENO6hPhJ01RLsr+2RtTITrXjcT6/ZaGfAU=";
hash = "sha256-VqtPl/dZmxjB7z9AjwBfmYmcxFae2NhWEnsw4l9+IYg=";
};
postPatch = ''
@@ -119,6 +116,11 @@ buildPythonPackage rec {
"test_proxy_request"
];
disabledTestPaths = [
# tests hang
"tests/test_sse.py"
];
meta = {
changelog = "https://github.com/sonic182/aiosonic/blob/${src.tag}/CHANGELOG.md";
description = "Very fast Python asyncio http client";