Merge pull request #185718 from anthonyroussel/aiohttp

python310Packages.aiohttp-retry: 2.5.6 -> 2.7.0
This commit is contained in:
Fabian Affolter 2022-08-09 08:43:17 +02:00 committed by GitHub
commit bfa88a3d17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "aiohttp-retry";
version = "2.5.6";
version = "2.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "inyutin";
repo = "aiohttp_retry";
rev = "v${version}";
hash = "sha256-jyt4YPn3gSgR1YfHYLs+5VCsjAk9Ij+2m5Kzy51CnLk=";
hash = "sha256-vMnk7OHXTgFLcnqauAPB/vxVt8bP1To6KTIgNv7Ek+Q=";
};
propagatedBuildInputs = [
@ -34,6 +34,10 @@ buildPythonPackage rec {
"aiohttp_retry"
];
pytestFlagsArray = [
"--asyncio-mode=auto"
];
meta = with lib; {
description = "Retry client for aiohttp";
homepage = "https://github.com/inyutin/aiohttp_retry";