python313Packages.multidict: 6.2.0 -> 6.2.0

https://github.com/aio-libs/multidict/blob/v6.2.0/CHANGES.rst
This commit is contained in:
Martin Weinelt
2025-03-31 07:14:13 +02:00
parent 6c22a1c2f1
commit f582137dff

View File

@@ -2,8 +2,9 @@
lib,
fetchFromGitHub,
buildPythonPackage,
pytest-cov-stub,
pytestCheckHook,
pytest-codspeed,
pytest-cov-stub,
pythonOlder,
setuptools,
typing-extensions,
@@ -11,7 +12,7 @@
buildPythonPackage rec {
pname = "multidict";
version = "6.1.0";
version = "6.2.0";
disabled = pythonOlder "3.8";
@@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "multidict";
tag = "v${version}";
hash = "sha256-rvL1XzMNBVBlElE5wznecL3Ku9h4tG9VeqGRd04iPXw=";
hash = "sha256-eiTD6vMSLMLlDmVwht6ZdGTHlyC62W4ecdiuhfJNaMQ=";
};
postPatch = ''
@@ -37,8 +38,9 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
pytest-cov-stub
pytestCheckHook
pytest-codspeed
pytest-cov-stub
];
preCheck = ''