2023-01-01T03:37:35 python310Packages.simplisafe-python 0 -> 1 2023-01-01T03:37:38 attrpath: python310Packages.simplisafe-python 2023-01-01T03:37:38 Checking auto update branch... 2023-01-01T03:37:42 [version] 2023-01-01T03:37:42 [version] skipping because derivation has updateScript 2023-01-01T03:37:42 [rustCrateVersion] 2023-01-01T03:37:42 [rustCrateVersion] No cargoSha256 found 2023-01-01T03:37:42 [golangModuleVersion] 2023-01-01T03:37:42 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T03:37:42 [updateScript] 2023-01-01T03:37:45 [updateScript] Success 2023-01-01T03:37:45 [updateScript] this derivation will be built: /nix/store/a8x38glyp87cis5r6v8wz75l1jbkvh9v-packages.json.drv building '/nix/store/a8x38glyp87cis5r6v8wz75l1jbkvh9v-packages.json.drv'... Going to be running update for following packages: - python3.10-simplisafe-python-2022.12.0 Press Enter key to continue... Running update for: - python3.10-simplisafe-python-2022.12.0: UPDATING ... - python3.10-simplisafe-python-2022.12.0: DONE. Packages updated! 2023-01-01T03:37:45 2023-01-01T03:37:45 [quotedUrls] 2023-01-01T03:37:45 [quotedUrls] nothing found to replace 2023-01-01T03:37:45 Diff after rewrites: diff --git a/pkgs/development/python-modules/simplisafe-python/default.nix b/pkgs/development/python-modules/simplisafe-python/default.nix index 90df4d2847c..15579c4d0d3 100644 --- a/pkgs/development/python-modules/simplisafe-python/default.nix +++ b/pkgs/development/python-modules/simplisafe-python/default.nix @@ -20,7 +20,7 @@ buildPythonPackage rec { pname = "simplisafe-python"; - version = "2022.12.0"; + version = "2022.12.1"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -29,7 +29,7 @@ buildPythonPackage rec { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-oajFn/aMZvDpagLKadQ0Ez1uJhfUaJK4Rv6IUq3lRVE="; + hash = "sha256-AOlO4K8ku+auEKw7OmgEo5E4ftAar0ukPQVIYzBJBW0="; }; nativeBuildInputs = [ 2023-01-01T03:39:14 Old version 2022.12.0" not present in master derivation file with contents: { lib , aiohttp , aresponses , asynctest , backoff , beautifulsoup4 , buildPythonPackage , docutils , fetchFromGitHub , poetry-core , pytest-aiohttp , pytest-asyncio , pytestCheckHook , pythonOlder , pytz , types-pytz , voluptuous , websockets }: buildPythonPackage rec { pname = "simplisafe-python"; version = "2022.12.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-AOlO4K8ku+auEKw7OmgEo5E4ftAar0ukPQVIYzBJBW0="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp backoff beautifulsoup4 docutils pytz voluptuous websockets ]; checkInputs = [ aresponses asynctest pytest-aiohttp pytest-asyncio pytestCheckHook types-pytz ]; postPatch = '' substituteInPlace pyproject.toml \ --replace 'docutils = "<0.18"' 'docutils = "*"' ''; disabledTests = [ # 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 = [ # Ignore the examples as they are prefixed with test_ "examples/" ]; pythonImportsCheck = [ "simplipy" ]; __darwinAllowLocalNetworking = true; meta = with lib; { changelog = "https://github.com/bachya/simplisafe-python/releases/tag/${version}"; description = "Python library the SimpliSafe API"; homepage = "https://simplisafe-python.readthedocs.io/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }