summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/simplisafe-python
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-04 21:31:55 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-05-04 23:00:34 +0200
commitb1a2be803664a1acffdfde452789ec677c026211 (patch)
treef33dcd38ca04cce1921dab3c6443301158672555 /pkgs/development/python-modules/simplisafe-python
parentf4c6bea09d5ff7defe4896fd9bf9ced7f5576c0d (diff)
python3Packages.simplisafe-python: 2022.03.3 -> 2022.5.0
Diffstat (limited to 'pkgs/development/python-modules/simplisafe-python')
-rw-r--r--pkgs/development/python-modules/simplisafe-python/default.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/simplisafe-python/default.nix b/pkgs/development/python-modules/simplisafe-python/default.nix
index ec3cf592786d..cb3446156bfb 100644
--- a/pkgs/development/python-modules/simplisafe-python/default.nix
+++ b/pkgs/development/python-modules/simplisafe-python/default.nix
@@ -3,6 +3,7 @@
, aresponses
, asynctest
, backoff
+, beautifulsoup4
, buildPythonPackage
, docutils
, fetchFromGitHub
@@ -19,7 +20,7 @@
buildPythonPackage rec {
pname = "simplisafe-python";
- version = "2022.03.3";
+ version = "2022.05.0";
format = "pyproject";
disabled = pythonOlder "3.8";
@@ -28,7 +29,7 @@ buildPythonPackage rec {
owner = "bachya";
repo = pname;
rev = version;
- sha256 = "sha256-19+p39uZO9pSDzH6YkS9ZDVA4zyl9oJ325yTQ5+SQcw=";
+ sha256 = "sha256-NXEhjj8L7MPAdQwjqe6u+L9vi/mIIA8TxDpM5q4uUrU=";
};
nativeBuildInputs = [
@@ -38,6 +39,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
aiohttp
backoff
+ beautifulsoup4
docutils
pytz
voluptuous
@@ -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 = [