Skip to content

Commit

Permalink
python3Packages.simplisafe-python: 2022.03.3 -> 2022.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed May 4, 2022
1 parent f4c6bea commit b1a2be8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pkgs/development/python-modules/simplisafe-python/default.nix
Expand Up @@ -3,6 +3,7 @@
, aresponses
, asynctest
, backoff
, beautifulsoup4
, buildPythonPackage
, docutils
, fetchFromGitHub
Expand All @@ -19,7 +20,7 @@

buildPythonPackage rec {
pname = "simplisafe-python";
version = "2022.03.3";
version = "2022.05.0";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
sha256 = "sha256-19+p39uZO9pSDzH6YkS9ZDVA4zyl9oJ325yTQ5+SQcw=";
sha256 = "sha256-NXEhjj8L7MPAdQwjqe6u+L9vi/mIIA8TxDpM5q4uUrU=";
};

nativeBuildInputs = [
Expand All @@ -38,6 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
backoff
beautifulsoup4
docutils
pytz
voluptuous
Expand All @@ -62,6 +64,8 @@ buildPythonPackage rec {
# simplipy/api.py:253: InvalidCredentialsError
"test_request_error_failed_retry"
"test_update_error"
# ClientConnectorError: Cannot connect to host auth.simplisafe.com:443 ssl:default [Temporary failure in name resolution]
"test_client_async_from_refresh_token_unknown_error"
];

disabledTestPaths = [
Expand Down

0 comments on commit b1a2be8

Please sign in to comment.