python311Packages.aiohttp-zlib-ng: 0.1.3 -> 0.3.1

https://github.com/bdraco/aiohttp-zlib-ng/blob/0.3.1/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2024-02-09 13:39:52 +01:00
parent a5f7365c28
commit 39373241df
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "aiohttp-zlib-ng";
version = "0.1.3";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,12 +19,12 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "aiohttp-zlib-ng";
rev = "refs/tags/v${version}";
hash = "sha256-t7T3KIGId5CoBciSkwu/sejW45i2EYtq1fHvNKNXlhA=";
hash = "sha256-XA2XSX9KA/oBzOLJrhj78uoy6ufLbVTENYZL3y/+fwU=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace " --cov=aiohttp_zlib_ng --cov-report=term-missing:skip-covered" ""
--replace-fail " --cov=aiohttp_zlib_ng --cov-report=term-missing:skip-covered" ""
'';
nativeBuildInputs = [