python3Packages.requests-cache: 0.9.8 -> 1.1.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:18 +02:00
parent bd983dede7
commit a18337b318
@@ -1,23 +1,28 @@
{ lib
, appdirs
, attrs
, buildPythonPackage
, bson
, boto3
, botocore
, cattrs
, exceptiongroup
, fetchFromGitHub
, itsdangerous
, platformdirs
, poetry-core
, psutil
, pymongo
, pytestCheckHook
, pytest-rerunfailures
, pytest-xdist
, pythonOlder
, pyyaml
, redis
, requests
, requests-mock
, responses
, rich
, tenacity
, time-machine
, timeout-decorator
, ujson
, urllib3
@@ -26,7 +31,7 @@
buildPythonPackage rec {
pname = "requests-cache";
version = "0.9.8";
version = "1.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -35,7 +40,7 @@ buildPythonPackage rec {
owner = "requests-cache";
repo = "requests-cache";
rev = "refs/tags/v${version}";
hash = "sha256-Xbzbwz80xY8IDPDhZEUhmmiCFJZvSQMQ6EmE4EL7QGo=";
hash = "sha256-kJqy7aK67JFtmsrwMtze/wTM9qch9YYj2eUzGJRJreQ=";
};
nativeBuildInputs = [
@@ -43,10 +48,9 @@ buildPythonPackage rec {
];
propagatedBuildInputs = [
appdirs
attrs
cattrs
exceptiongroup
platformdirs
requests
urllib3
url-normalize
@@ -78,9 +82,15 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
psutil
pytestCheckHook
pytest-rerunfailures
pytest-xdist
requests-mock
responses
rich
tenacity
time-machine
timeout-decorator
]
++ passthru.optional-dependencies.json