python310Packages.aiohttp-retry: 2.5.6 -> 2.7.0

This commit is contained in:
Anthony Roussel 2022-08-09 00:23:47 +02:00
parent ca6941a998
commit f0734d72fc

View file

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