python310Packages.auditok 0 -> 1 attrpath: python310Packages.auditok 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/74rpg7qb97aikc2ck8qf7vvhagbh48h2-packages.json.drv building '/nix/store/74rpg7qb97aikc2ck8qf7vvhagbh48h2-packages.json.drv'... Going to be running update for following packages: - python3.10-auditok-0.1.5 Press Enter key to continue... Running update for: - python3.10-auditok-0.1.5: UPDATING ... - python3.10-auditok-0.1.5: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/auditok/default.nix b/pkgs/development/python-modules/auditok/default.nix index 459662df15d5..d12dad61d7eb 100644 --- a/pkgs/development/python-modules/auditok/default.nix +++ b/pkgs/development/python-modules/auditok/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "auditok"; - version = "0.1.5"; + version = "0.2.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { src = fetchPypi { inherit version; pname = "auditok"; - hash = "sha256-HNsw9VLP7XEgs8E2X6p7ygDM47AwWxMYjptipknFig4="; + hash = "sha256-RsUS4oey4T30gZd0FmrzKyNtdUr75rDchygbIz5a5og="; }; propagatedBuildInputs = [ matplotlib numpy pyaudio pydub ]; 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.auditok nix build failed. ImportError: Failed to import test module: test_util Traceback (most recent call last): File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/auditok-0.2.0/tests/test_util.py", line 6, in from genty import genty, genty_dataset ModuleNotFoundError: No module named 'genty' ====================================================================== ERROR: test_workers (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: test_workers Traceback (most recent call last): File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/nix/store/l8d6q4y9cvp2d5qf2sxxj072668bfcjr-python3-3.10.13/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/auditok-0.2.0/tests/test_workers.py", line 6, in from genty import genty, genty_dataset ModuleNotFoundError: No module named 'genty' ---------------------------------------------------------------------- Ran 22 tests in 0.002s FAILED (errors=9) /nix/store/d4jf1cbbk494zwgbqz31pxgigpsbh6w2-stdenv-linux/setup: line 1553: pop_var_context: head of shell_variables not a function context