Merge pull request #121434 from dotlambda/fritzconnection-1.5.0

python3Packages.fritzconnection: 1.4.2 -> 1.5.0
This commit is contained in:
Robert Schütz 2021-05-07 23:03:47 +02:00 committed by GitHub
commit bf12c8774d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fritzconnection"; pname = "fritzconnection";
version = "1.4.2"; version = "1.5.0";
# no tests on PyPI # no tests on PyPI
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kbr"; owner = "kbr";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "02w1hwbfwbh5xlq433myzv6ms7jqxg8kn3d6znq4ic22zprzf5r2"; sha256 = "sha256-Iw7R+39rpoCTrRD74kBihF7AMcJWxy2xdPhKLznWdlo=";
}; };
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";

View File

@ -176,6 +176,7 @@ in with py.pkgs; buildPythonApplication rec {
# test infrastructure # test infrastructure
asynctest asynctest
pytest-aiohttp pytest-aiohttp
pytest-mock
pytest-rerunfailures pytest-rerunfailures
pytest-xdist pytest-xdist
pytestCheckHook pytestCheckHook
@ -239,6 +240,7 @@ in with py.pkgs; buildPythonApplication rec {
"folder" "folder"
"folder_watcher" "folder_watcher"
"freebox" "freebox"
"fritz"
"fritzbox" "fritzbox"
"fritzbox_callmonitor" "fritzbox_callmonitor"
"frontend" "frontend"