2022-12-21T15:41:16 dtrx 8.2.2 -> 8.5.0 https://pypi.org/project/dtrx/ 2022-12-21T15:41:18 attrpath: dtrx 2022-12-21T15:41:18 Checking auto update branch... 2022-12-21T15:41:21 [version] 2022-12-21T15:41:21 [version] skipping because derivation has updateScript 2022-12-21T15:41:21 [rustCrateVersion] 2022-12-21T15:41:21 [rustCrateVersion] No cargoSha256 found 2022-12-21T15:41:21 [golangModuleVersion] 2022-12-21T15:41:21 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-21T15:41:21 [updateScript] 2022-12-21T15:41:24 [updateScript] Success 2022-12-21T15:41:24 [updateScript] this derivation will be built: /nix/store/1dvnhw1w4dx567gzfm6mf8znp7k49yfk-packages.json.drv building '/nix/store/1dvnhw1w4dx567gzfm6mf8znp7k49yfk-packages.json.drv'... Going to be running update for following packages: - dtrx-8.4.0 Press Enter key to continue... Running update for: - dtrx-8.4.0: UPDATING ... - dtrx-8.4.0: DONE. Packages updated! 2022-12-21T15:41:24 2022-12-21T15:41:24 [quotedUrls] 2022-12-21T15:41:24 [quotedUrls] nothing found to replace 2022-12-21T15:41:24 Diff after rewrites: diff --git a/pkgs/tools/compression/dtrx/default.nix b/pkgs/tools/compression/dtrx/default.nix index c99d40cbc92..7b76e068c8b 100644 --- a/pkgs/tools/compression/dtrx/default.nix +++ b/pkgs/tools/compression/dtrx/default.nix @@ -21,13 +21,13 @@ python3Packages.buildPythonApplication rec { pname = "dtrx"; - version = "8.4.0"; + version = "8.5.0"; src = fetchFromGitHub { owner = "dtrx-py"; repo = "dtrx"; rev = "refs/tags/${version}"; - sha256 = "sha256-G+W0qY8s30cYSmOEy9Kkx+Wr48n7+6FuzL34GvwdKtg="; + sha256 = "sha256-jx2IHa7Ztg8Dbwgm8mSJQKtNpg0sg5axGssBMTAMDI0="; }; postInstall = 2022-12-21T15:42:51 No auto update branch exists 2022-12-21T15:42:57 Received ExitFailure 100 when running Raw command: /nix/store/6fr58pqy02hmgw1h7b9nqmv7vlp3v346-nix-2.3.15/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A dtrx nix build failed. writing dependency_links to dtrx.egg-info/dependency_links.txt writing entry points to dtrx.egg-info/entry_points.txt writing requirements to dtrx.egg-info/requires.txt writing top-level names to dtrx.egg-info/top_level.txt reading manifest file 'dtrx.egg-info/SOURCES.txt' adding license file 'COPYING' writing manifest file 'dtrx.egg-info/SOURCES.txt' running build_ext tasks (unittest.loader._FailedTest) ... ERROR ====================================================================== ERROR: tasks (unittest.loader._FailedTest) ---------------------------------------------------------------------- ImportError: Failed to import test module: tasks Traceback (most recent call last): File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 470, in _find_test_path package = self._get_module_from_name(name) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/build/source/tasks/__init__.py", line 7, in import invoke ModuleNotFoundError: No module named 'invoke' ---------------------------------------------------------------------- Ran 1 test in 0.000s FAILED (errors=1) Test failed: error: Test failed: