python310Packages.pywebview 4.3.3 -> 4.4.1 https://repology.org/project/python:pywebview/versions attrpath: python310Packages.pywebview 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/nwhsg8y1q8jhc00w5ikl291skmigp233-packages.json.drv building '/nix/store/nwhsg8y1q8jhc00w5ikl291skmigp233-packages.json.drv'... Going to be running update for following packages: - python3.10-pywebview-4.3.3 Press Enter key to continue... Running update for: - python3.10-pywebview-4.3.3: UPDATING ... - python3.10-pywebview-4.3.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pywebview/default.nix b/pkgs/development/python-modules/pywebview/default.nix index 9db835f1d547..97afdd95aab0 100644 --- a/pkgs/development/python-modules/pywebview/default.nix +++ b/pkgs/development/python-modules/pywebview/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "pywebview"; - version = "4.3.3"; + version = "4.4.1"; pyproject = true; disabled = pythonOlder "3.5"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "r0x0r"; repo = "pywebview"; rev = "refs/tags/${version}"; - hash = "sha256-8BkbO7C8cYDIQWWCKaXFjfD45L5KVG1tDZJl+uW5g9g="; + hash = "sha256-uanv6v/xwi4COY0WjoyxG4khK1kAucBmpr/plCKYxkQ="; }; nativeBuildInputs = [ No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python310Packages.pywebview nix build failed. ============================== 1 passed in 2.19s =============================== ============================= test session starts ============================== platform linux -- Python 3.10.13, pytest-7.4.2, pluggy-1.2.0 rootdir: /build/source collecting ...  collected 1 item  tests/test_window.py [pywebview] GTK cannot be loaded Traceback (most recent call last): File "/build/source/webview/guilib.py", line 25, in import_gtk import webview.platforms.gtk as guilib File "/build/source/webview/platforms/gtk.py", line 22, in gi.require_version('Gtk', '3.0') File "/nix/store/cwgfy042cyzik4wz7916h4rskm99i7i6-python3.10-pygobject-3.44.1/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gtk not available [pywebview] GTK cannot be loaded Traceback (most recent call last): File "/build/source/webview/guilib.py", line 25, in import_gtk import webview.platforms.gtk as guilib File "/build/source/webview/platforms/gtk.py", line 22, in gi.require_version('Gtk', '3.0') File "/nix/store/cwgfy042cyzik4wz7916h4rskm99i7i6-python3.10-pygobject-3.44.1/lib/python3.10/site-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gtk not available QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are enabled . ============================== 1 passed in 2.17s =============================== TEST FAILURES HAVE OCCURRED!