python310Packages.hahomematic 0 -> 1 attrpath: python310Packages.hahomematic 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/2kj6xiz2jh8277hkhm5cbmrk51h8r963-packages.json.drv building '/nix/store/2kj6xiz2jh8277hkhm5cbmrk51h8r963-packages.json.drv'... Going to be running update for following packages: - python3.10-hahomematic-2023.1.3 Press Enter key to continue... Running update for: - python3.10-hahomematic-2023.1.3: UPDATING ... - python3.10-hahomematic-2023.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/hahomematic/default.nix b/pkgs/development/python-modules/hahomematic/default.nix index 942d5a26edf..4dffddf5735 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.1.3"; + version = "2023.1.4"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - sha256 = "sha256-ilttytpvvx7OzEvJ9w4iZLcXYUxg0hstph9OvPvPaNs="; + sha256 = "sha256-2xXdM4iAkr/0lAZqTSjz30/WQ+dvot7gbWfOc/wjO/4="; }; nativeBuildInputs = [ No auto update branch exists Old version 2023.1.3" not present in master derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchFromGitHub , pydevccu , pytest-aiohttp , pytestCheckHook , python-slugify , pythonOlder , setuptools , voluptuous , websocket-client , xmltodict }: buildPythonPackage rec { pname = "hahomematic"; version = "2023.1.4"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-2xXdM4iAkr/0lAZqTSjz30/WQ+dvot7gbWfOc/wjO/4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp python-slugify voluptuous ]; checkInputs = [ pydevccu pytest-aiohttp pytestCheckHook ]; # Starting with 0.30 the tests are broken, check with the next major release doCheck = false; pythonImportsCheck = [ "hahomematic" ]; meta = with lib; { description = "Python module to interact with HomeMatic devices"; homepage = "https://github.com/danielperna84/hahomematic"; changelog = "https://github.com/danielperna84/hahomematic/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }