python311Packages.python-roborock 0 -> 1 attrpath: python311Packages.python-roborock 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/1rdy6sr4kh4v6nw5xzbvrvqmdijlnn3h-packages.json.drv building '/nix/store/1rdy6sr4kh4v6nw5xzbvrvqmdijlnn3h-packages.json.drv'... Going to be running update for following packages: - python3.11-python-roborock-0.40.0 Press Enter key to continue... Running update for: - python3.11-python-roborock-0.40.0: UPDATING ... - python3.11-python-roborock-0.40.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/python-roborock/default.nix b/pkgs/development/python-modules/python-roborock/default.nix index ec103fc421a4..dd5b6b8ff0d6 100644 --- a/pkgs/development/python-modules/python-roborock/default.nix +++ b/pkgs/development/python-modules/python-roborock/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "python-roborock"; - version = "0.40.0"; + version = "0.41.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "humbertogontijo"; repo = "python-roborock"; rev = "refs/tags/v${version}"; - hash = "sha256-H4xwgulNLs3R1Q5GhvQffpAZ1CWXZUJAja8BskW+YJk="; + hash = "sha256-Kh7u1UWqmfmxY6yWaBaUpe20Xc/DTryoymKgIYg/kiM="; }; postPatch = '' No auto update branch exists Old version 0.40.0" not present in staging derivation file with contents: { lib , stdenv , aiohttp , async-timeout , buildPythonPackage , click , construct , dacite , fetchFromGitHub , paho-mqtt , poetry-core , pycryptodome , pycryptodomex , pytest-asyncio , pytestCheckHook , pythonOlder , pythonRelaxDepsHook }: buildPythonPackage rec { pname = "python-roborock"; version = "0.41.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "humbertogontijo"; repo = "python-roborock"; rev = "refs/tags/v${version}"; hash = "sha256-Kh7u1UWqmfmxY6yWaBaUpe20Xc/DTryoymKgIYg/kiM="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "poetry-core==1.8.0" "poetry-core" ''; pythonRelaxDeps = [ "pycryptodome" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ aiohttp async-timeout click construct dacite paho-mqtt pycryptodome ] ++ lib.optionals stdenv.isDarwin [ pycryptodomex ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "roborock" ]; meta = with lib; { description = "Python library & console tool for controlling Roborock vacuum"; homepage = "https://github.com/humbertogontijo/python-roborock"; changelog = "https://github.com/humbertogontijo/python-roborock/blob/v${version}/CHANGELOG.md"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; }