python310Packages.screenlogicpy 0.9.4 -> 0.10.1 https://repology.org/project/python:screenlogicpy/versions attrpath: python310Packages.screenlogicpy 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] Going to be running update for following packages: - python3.10-screenlogicpy-0.9.4 Press Enter key to continue... Running update for: - python3.10-screenlogicpy-0.9.4: UPDATING ... - python3.10-screenlogicpy-0.9.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/screenlogicpy/default.nix b/pkgs/development/python-modules/screenlogicpy/default.nix index 73564d11e8f8..c0192e35ce35 100644 --- a/pkgs/development/python-modules/screenlogicpy/default.nix +++ b/pkgs/development/python-modules/screenlogicpy/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "screenlogicpy"; - version = "0.9.4"; + version = "0.10.1"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "dieselrabbit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-OdAhA+vzIrUnE8Xdv52x7ij0LJKyxawaSY4QORP1TUg="; + hash = "sha256-z6cM0sihZvOHCA3v1DYQEev0axf4AcqEW13WA1EMhQM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.9.4" not present in staging derivation file with contents: { lib , async-timeout , buildPythonPackage , fetchFromGitHub , pythonAtLeast , pythonOlder , pytest-asyncio , setuptools , pytestCheckHook }: buildPythonPackage rec { pname = "screenlogicpy"; version = "0.10.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "dieselrabbit"; repo = "screenlogicpy"; rev = "refs/tags/v${version}"; hash = "sha256-pilPmHE5amCQ/mGTy3hJqtSEElx7SevQpeMJZKYv7BA="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ async-timeout ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; disabledTests = [ # Tests require network access "test_async_discovery" "test_async" "test_asyncio_gateway_discovery" "test_discovery_async_discover" "test_gateway_discovery" "test_gateway" ] ++ lib.optionals (pythonAtLeast "3.12") [ # Tests block on Python 3.12 "test_sub_unsub" "test_attach_existing" "test_login_async_connect_to_gateway" "test_login_async_gateway_connect" ]; pythonImportsCheck = [ "screenlogicpy" ]; meta = with lib; { description = "Python interface for Pentair Screenlogic devices"; homepage = "https://github.com/dieselrabbit/screenlogicpy"; changelog = "https://github.com/dieselrabbit/screenlogicpy/releases/tag/v${version}"; license = with licenses; [ gpl3Only ]; maintainers = with maintainers; [ fab ]; }; }