python310Packages.aionotion 0 -> 1 attrpath: python310Packages.aionotion Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/miw5fx0pa2d86hr3164hs43sk754v20c-packages.json.drv building '/nix/store/miw5fx0pa2d86hr3164hs43sk754v20c-packages.json.drv'... Going to be running update for following packages: - python3.10-aionotion-2023.05.5 Press Enter key to continue... Running update for: - python3.10-aionotion-2023.05.5: UPDATING ... - python3.10-aionotion-2023.05.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aionotion/default.nix b/pkgs/development/python-modules/aionotion/default.nix index c99a317d2ca1..97cb7340b923 100644 --- a/pkgs/development/python-modules/aionotion/default.nix +++ b/pkgs/development/python-modules/aionotion/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "aionotion"; - version = "2023.05.5"; + version = "2023.12.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -23,8 +23,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "bachya"; repo = pname; - rev = version; - hash = "sha256-/2sF8m5R8YXkP89bi5zR3h13r5LrFOl1OsixAcX0D4o="; + rev = "refs/tags/${version}"; + hash = "sha256-F9Mv8c+QEd+Vi5pdNDAFzRnYoNKZSAN5qbeX7yG6kIk="; }; patches = [ No auto update branch exists Old version 2023.05.5" not present in staging derivation file with contents: { lib , aiohttp , aresponses , buildPythonPackage , certifi , fetchFromGitHub , poetry-core , pydantic , pytest-aiohttp , pytest-asyncio , pytest-cov , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "aionotion"; version = "2023.11.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "bachya"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-SxlMsntiG/geDDWDx5dyXkDaOkTEaDJI2zHlv4/+SDQ="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ aiohttp certifi pydantic ]; __darwinAllowLocalNetworking = true; nativeCheckInputs = [ aresponses pytest-aiohttp pytest-asyncio pytest-cov pytestCheckHook ]; disabledTestPaths = [ "examples" ]; pythonImportsCheck = [ "aionotion" ]; meta = with lib; { description = "Python library for Notion Home Monitoring"; homepage = "https://github.com/bachya/aionotion"; changelog = "https://github.com/bachya/aionotion/releases/tag/${src.rev}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }