Merge pull request #166468 from fabaff/restfly-bump

python3Packages.restfly: 1.4.5 -> 1.4.6
This commit is contained in:
Fabian Affolter 2022-03-31 09:06:27 +02:00 committed by GitHub
commit 3509e374bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,13 @@
, pytestCheckHook
, python-box
, pythonOlder
, responses
, requests
}:
buildPythonPackage rec {
pname = "restfly";
version = "1.4.5";
version = "1.4.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -21,7 +22,7 @@ buildPythonPackage rec {
owner = "stevemcgrath";
repo = pname;
rev = version;
hash = "sha256-wWFf8LFZkwzbHX545tA5w2sB3ClL7eFuF+jGX0fSiSc=";
hash = "sha256-nCubAn9AASnCsvlYdk4gmkoORRlsYEbJ8JmlT11xYWU=";
};
propagatedBuildInputs = [
@ -34,6 +35,7 @@ buildPythonPackage rec {
pytest-datafiles
pytest-vcr
pytestCheckHook
responses
];
disabledTests = [