python311Packages.bluecurrent-api 0 -> 1 attrpath: python311Packages.bluecurrent-api Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/fjc26z88mk8dksvmwrhk69d1haziv4ph-packages.json.drv building '/nix/store/fjc26z88mk8dksvmwrhk69d1haziv4ph-packages.json.drv'... Going to be running update for following packages: - python3.11-bluecurrent-api-1.0.6 Press Enter key to continue... Running update for: - python3.11-bluecurrent-api-1.0.6: UPDATING ... - python3.11-bluecurrent-api-1.0.6: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bluecurrent-api/default.nix b/pkgs/development/python-modules/bluecurrent-api/default.nix index ca19887a0fb0..aef76977976d 100644 --- a/pkgs/development/python-modules/bluecurrent-api/default.nix +++ b/pkgs/development/python-modules/bluecurrent-api/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "bluecurrent-api"; - version = "1.0.6"; + version = "1.2.2"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; - hash = "sha256-XHVdtkiG0ff/OY8g+W5iur7OAyhhk1UGA+XUfB2L8/o="; + hash = "sha256-sOX1/4aW1fF0RxZEbJ+wNt67kwnyR9a9QAvOn8k61yE="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.6" not present in staging derivation file with contents: { lib , buildPythonPackage , pythonOlder , fetchPypi , pythonRelaxDepsHook , setuptools , pytz , websockets , pytest-asyncio , pytest-mock , pytestCheckHook }: buildPythonPackage rec { pname = "bluecurrent-api"; version = "1.2.1"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchPypi { inherit pname version; hash = "sha256-vr6mehGRXHW+fP2luLpD14igCdIgJI5NXzaa+bEife0="; }; nativeBuildInputs = [ pythonRelaxDepsHook setuptools ]; pythonRemoveDeps = [ "asyncio" ]; propagatedBuildInputs = [ pytz websockets ]; pythonImportsCheck = [ "bluecurrent_api" ]; nativeCheckInputs = [ pytest-asyncio pytest-mock pytestCheckHook ]; meta = { description = "Wrapper for the Blue Current websocket api"; homepage = "https://github.com/bluecurrent/HomeAssistantAPI"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ dotlambda ]; }; }