python311Packages.blinkpy 0 -> 1 attrpath: python311Packages.blinkpy 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/jy8hsjb49577sqmk9jfsxbvwzz8sgb30-packages.json.drv building '/nix/store/jy8hsjb49577sqmk9jfsxbvwzz8sgb30-packages.json.drv'... Going to be running update for following packages: - python3.11-blinkpy-0.22.5 Press Enter key to continue... Running update for: - python3.11-blinkpy-0.22.5: UPDATING ... - python3.11-blinkpy-0.22.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/blinkpy/default.nix b/pkgs/development/python-modules/blinkpy/default.nix index 37b01b386055..f245b50d1343 100644 --- a/pkgs/development/python-modules/blinkpy/default.nix +++ b/pkgs/development/python-modules/blinkpy/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "blinkpy"; - version = "0.22.5"; + version = "0.22.6"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fronzbot"; repo = "blinkpy"; rev = "refs/tags/v${version}"; - hash = "sha256-u6FurFaAbkBOT2F+nTL/rGNdUhOpLq+nVKPF3ohuXEs="; + hash = "sha256-46REi+3dUY9dJrhXgKkQ1OfN6XCy1fV9cW6wk82ClOA="; }; postPatch = '' No auto update branch exists Old version 0.22.5" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , aiofiles , aiohttp , pytestCheckHook , python-dateutil , python-slugify , pythonOlder , requests , setuptools , sortedcontainers }: buildPythonPackage rec { pname = "blinkpy"; version = "0.22.6"; pyproject = true; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "fronzbot"; repo = "blinkpy"; rev = "refs/tags/v${version}"; hash = "sha256-46REi+3dUY9dJrhXgKkQ1OfN6XCy1fV9cW6wk82ClOA="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace ', "wheel~=0.40.0"' "" \ --replace "setuptools~=68.0" "setuptools" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiofiles aiohttp python-dateutil python-slugify requests sortedcontainers ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "blinkpy" "blinkpy.api" "blinkpy.auth" "blinkpy.blinkpy" "blinkpy.camera" "blinkpy.helpers.util" "blinkpy.sync_module" ]; meta = with lib; { description = "Python library for the Blink Camera system"; homepage = "https://github.com/fronzbot/blinkpy"; changelog = "https://github.com/fronzbot/blinkpy/blob/${src.rev}/CHANGES.rst"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; }; }