python3Packages.requests-cache: 0.9.8 -> 1.1.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user