python312Packages.pyipp: 0.16.0 -> 0.17.0

https://github.com/ctalkington/python-ipp/releases/tag/0.17.0
This commit is contained in:
Martin Weinelt
2024-10-13 11:10:00 +02:00
parent e4a6b7a2e3
commit 7e35720bfc
@@ -12,12 +12,13 @@
pytest-asyncio,
pytestCheckHook,
pythonOlder,
syrupy,
yarl,
}:
buildPythonPackage rec {
pname = "pyipp";
version = "0.16.0";
version = "0.17.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +27,7 @@ buildPythonPackage rec {
owner = "ctalkington";
repo = "python-ipp";
rev = "refs/tags/${version}";
hash = "sha256-ddI9K0lJDZbVgO+hptP4I+EH//5vOoFDYXWxGALF8Ik=";
hash = "sha256-B3x6WkTSTGlZWMAK2BTA2EVVz+IvB3QL+arZGBAkZsE=";
};
postPatch = ''
@@ -49,6 +50,7 @@ buildPythonPackage rec {
aresponses
pytest-asyncio
pytestCheckHook
syrupy
];
__darwinAllowLocalNetworking = true;