python310Packages.hahomematic 2023.10.6 -> 2023.10.10 https://repology.org/project/python:hahomematic/versions 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/qrpzvqpjs8rh5ak6ac49hmwkd7f74zdg-packages.json.drv building '/nix/store/qrpzvqpjs8rh5ak6ac49hmwkd7f74zdg-packages.json.drv'... Going to be running update for following packages: - python3.10-hahomematic-2023.10.8 Press Enter key to continue... Running update for: - python3.10-hahomematic-2023.10.8: UPDATING ... - python3.10-hahomematic-2023.10.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 26426b674342..df69f03510d8 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.10.8"; + version = "2023.10.11"; format = "pyproject"; disabled = pythonOlder "3.11"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-Co3tFYbPLVfceznM+slAxDN21osYNOk634LGxJkbbEY="; + hash = "sha256-9vKXIvCLmdKS+DIR6OY7/gnDdqWZfmi9FOGpbqCMCqA="; }; postPatch = '' No auto update branch exists Old version 2023.10.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.10"; format = "pyproject"; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "danielperna84"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-F7bfrfWRZLHEsYPcAFG9QG4vaUT69mvF4A2BN+cPd48="; }; 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 ]; }; }