Merge pull request #121434 from dotlambda/fritzconnection-1.5.0
python3Packages.fritzconnection: 1.4.2 -> 1.5.0
This commit is contained in:
commit
bf12c8774d
@ -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";
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user