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 {
pname = "fritzconnection";
version = "1.4.2";
version = "1.5.0";
# no tests on PyPI
src = fetchFromGitHub {
owner = "kbr";
repo = pname;
rev = version;
sha256 = "02w1hwbfwbh5xlq433myzv6ms7jqxg8kn3d6znq4ic22zprzf5r2";
sha256 = "sha256-Iw7R+39rpoCTrRD74kBihF7AMcJWxy2xdPhKLznWdlo=";
};
disabled = pythonOlder "3.6";

View file

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