python311Packages.responses: 0.23.3 -> 0.24.1
Diff: https://github.com/getsentry/responses/compare/refs/tags/0.23.3...0.24.1 Changelog: https://github.com/getsentry/responses/blob/0.24.1/CHANGES
This commit is contained in:
@@ -7,20 +7,20 @@
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, requests
|
||||
, setuptools
|
||||
, tomli
|
||||
, tomli-w
|
||||
, types-pyyaml
|
||||
, types-toml
|
||||
, typing-extensions
|
||||
, urllib3
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "responses";
|
||||
version = "0.24.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
@@ -31,17 +31,18 @@ buildPythonPackage rec {
|
||||
hash = "sha256-fvfEHJioyjQoEvIgZZKt9/AKtzTgo0APGUK7lDrbahs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyyaml
|
||||
requests
|
||||
types-pyyaml
|
||||
types-toml
|
||||
urllib3
|
||||
] ++ lib.optionals (pythonOlder "3.8") [
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytest-httpserver
|
||||
|
||||
Reference in New Issue
Block a user