python310Packages.psygnal 0.9.0 -> 0.9.3 https://repology.org/project/python:psygnal/versions attrpath: python310Packages.psygnal 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/x078jz0wkpzvwd7djdn2vm28chbfgvgh-packages.json.drv building '/nix/store/x078jz0wkpzvwd7djdn2vm28chbfgvgh-packages.json.drv'... Going to be running update for following packages: - python3.10-psygnal-0.9.0 Press Enter key to continue... Running update for: - python3.10-psygnal-0.9.0: UPDATING ... - python3.10-psygnal-0.9.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/psygnal/default.nix b/pkgs/development/python-modules/psygnal/default.nix index c4a1565ccc2d..3a6773068a09 100644 --- a/pkgs/development/python-modules/psygnal/default.nix +++ b/pkgs/development/python-modules/psygnal/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "psygnal"; - version = "0.9.0"; + version = "0.9.2"; format = "pyproject"; disabled = pythonOlder "3.8"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pyapp-kit"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-9rYG0XqwFJQojnvM5ygm1RVu9NbeFASns0llOGKaP+4="; + hash = "sha256-Ki2s057aqaZa+kOpAlhBYFpZeuDX42+txQXFuBtXd04="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; 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.psygnal nix build failed. configfile: pyproject.toml testpaths: tests plugins: devtools-0.11.0 collecting ...  collected 221 items / 2 errors / 2 skipped  ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/test_psygnal.py ____________________ ImportError while importing test module '/build/source/tests/test_psygnal.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_psygnal.py:11: in import toolz E ModuleNotFoundError: No module named 'toolz' _________________ ERROR collecting tests/test_weak_callable.py _________________ ImportError while importing test module '/build/source/tests/test_weak_callable.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_weak_callable.py:7: in import toolz E ModuleNotFoundError: No module named 'toolz' =========================== short test summary info ============================ ERROR tests/test_psygnal.py ERROR tests/test_weak_callable.py !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ========================= 2 skipped, 2 errors in 0.49s ========================= /nix/store/1qxkj91n172qnypdrqdybh4p203nax7g-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context