python311Packages.openwebifpy 3.2.7 -> 4.0.0 https://repology.org/project/python:openwebifpy/versions attrpath: python311Packages.openwebifpy 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/nmgg6h7nfjdqigdk7q3pfn1hp6p0yabi-packages.json.drv building '/nix/store/nmgg6h7nfjdqigdk7q3pfn1hp6p0yabi-packages.json.drv'... Going to be running update for following packages: - python3.11-openwebifpy-3.2.7 Press Enter key to continue... Running update for: - python3.11-openwebifpy-3.2.7: UPDATING ... - python3.11-openwebifpy-3.2.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/openwebifpy/default.nix b/pkgs/development/python-modules/openwebifpy/default.nix index 4661bb4dcf4c..7ea4e1d35f20 100644 --- a/pkgs/development/python-modules/openwebifpy/default.nix +++ b/pkgs/development/python-modules/openwebifpy/default.nix @@ -4,13 +4,13 @@ buildPythonPackage rec { pname = "openwebifpy"; - version = "3.2.7"; + version = "4.0.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "0n9vi6b0y8b41fd7m9p361y3qb5m3b9p9d8g4fasqi7yy4mw2hns"; + sha256 = "sha256-wK/GkrMsVRj5z74yuFLsiRViCqUgczri1uEVi5+s55E="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.2.7" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools # dependencies , aiohttp # tests , pytestCheckHook }: buildPythonPackage rec { pname = "openwebifpy"; version = "4.0.0"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-4KYLjRD2n98t/MVan4ox19Yhz0xkSEMUKYdWqcwmBs4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ aiohttp ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Provides a python interface to interact with a device running OpenWebIf"; downloadPage = "https://github.com/autinerd/openwebifpy"; homepage = "https://openwebifpy.readthedocs.io/"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; }; }