python310Packages.blebox-uniapi 0 -> 1 attrpath: python310Packages.blebox-uniapi 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/x2kwz6g00a8557lg97pv78amr7v32maf-packages.json.drv building '/nix/store/x2kwz6g00a8557lg97pv78amr7v32maf-packages.json.drv'... Going to be running update for following packages: - python3.10-blebox-uniapi-2.1.3 Press Enter key to continue... Running update for: - python3.10-blebox-uniapi-2.1.3: UPDATING ... - python3.10-blebox-uniapi-2.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/blebox-uniapi/default.nix b/pkgs/development/python-modules/blebox-uniapi/default.nix index 92ea182ccc5..23a033dd26d 100644 --- a/pkgs/development/python-modules/blebox-uniapi/default.nix +++ b/pkgs/development/python-modules/blebox-uniapi/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "blebox-uniapi"; - version = "2.1.3"; + version = "2.1.4"; format = "setuptools"; disabled = pythonOlder "3.9"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "blebox"; repo = "blebox_uniapi"; rev = "refs/tags/v${version}"; - hash = "sha256-rgZ/nHihhPZnc8LLtsrAXDCQT1XaXOnI7xBid+6khfs="; + hash = "sha256-hr3HD8UiI+bKiHcXGnyomJMzP+/GVXLgSUxeH2U6l/4="; }; postPatch = '' No auto update branch exists Old version 2.1.3" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , aiohttp , semver , asynctest , deepmerge , pytest-asyncio , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "blebox-uniapi"; version = "2.1.4"; format = "setuptools"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "blebox"; repo = "blebox_uniapi"; rev = "refs/tags/v${version}"; hash = "sha256-hr3HD8UiI+bKiHcXGnyomJMzP+/GVXLgSUxeH2U6l/4="; }; postPatch = '' substituteInPlace setup.py \ --replace "pytest-runner" "" ''; propagatedBuildInputs = [ aiohttp semver ]; checkInputs = [ asynctest deepmerge pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "blebox_uniapi" ]; meta = with lib; { changelog = "https://github.com/blebox/blebox_uniapi/blob/${src.rev}/HISTORY.rst"; description = "Python API for accessing BleBox smart home devices"; homepage = "https://github.com/blebox/blebox_uniapi"; license = licenses.asl20; maintainers = with maintainers; [ dotlambda ]; }; }