Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3Packages.fritzconnection: 1.4.2 -> 1.5.0 #121434

Merged
merged 2 commits into from May 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fritzconnection/default.nix
Expand Up @@ -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";
Expand Down
2 changes: 2 additions & 0 deletions pkgs/servers/home-assistant/default.nix
Expand Up @@ -176,6 +176,7 @@ in with py.pkgs; buildPythonApplication rec {
# test infrastructure
asynctest
pytest-aiohttp
pytest-mock
pytest-rerunfailures
pytest-xdist
pytestCheckHook
Expand Down Expand Up @@ -237,6 +238,7 @@ in with py.pkgs; buildPythonApplication rec {
"folder"
"folder_watcher"
"freebox"
"fritz"
dotlambda marked this conversation as resolved.
Show resolved Hide resolved
"fritzbox"
"fritzbox_callmonitor"
"frontend"
Expand Down