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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/sfxnsrgb77x58nh2bbsn7w253glih1ds-packages.json.drv building '/nix/store/sfxnsrgb77x58nh2bbsn7w253glih1ds-packages.json.drv'... Going to be running update for following packages: - python3.10-hahomematic-2023.9.8 Press Enter key to continue... Running update for: - python3.10-hahomematic-2023.9.8: UPDATING ... - python3.10-hahomematic-2023.9.8: 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 d1e3a50a0b4f..4bda4e40b6f7 100644 --- a/pkgs/development/python-modules/hahomematic/default.nix +++ b/pkgs/development/python-modules/hahomematic/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hahomematic"; - version = "2023.9.8"; + version = "2023.10.0"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-g8ddWQzfwvKx2bLh8c+RRwlk/QJWbCxOqseZE+AcTXg="; + hash = "sha256-1G77gMeLXU6/WyqboxVg1gK9fM9n0golaAqLZ+eGs+8="; }; postPatch = '' No auto update branch exists Old version 2023.9.8" not present in master derivation file with contents: { lib , aiohttp , buildPythonPackage , fetchFromGitHub , freezegun , orjson , pydevccu , pytest-aiohttp , pytestCheckHook , python-slugify , pythonOlder , setuptools , voluptuous , websocket-client , xmltodict , wheel }: buildPythonPackage rec { pname = "hahomematic"; version = "2023.10.0"; format = "pyproject"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-1G77gMeLXU6/WyqboxVg1gK9fM9n0golaAqLZ+eGs+8="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace "setuptools~=68.2" "setuptools" \ --replace "wheel~=0.41.2" "wheel" ''; nativeBuildInputs = [ setuptools wheel ]; propagatedBuildInputs = [ aiohttp orjson python-slugify voluptuous ]; nativeCheckInputs = [ freezegun pydevccu pytest-aiohttp pytestCheckHook ]; 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 ]; }; }