2022-12-04T16:54:43 python3.10-dpath 2.0.6 -> 2.1.1 https://pypi.org/project/dpath/ 2022-12-04T16:54:45 attrpath: python310Packages.dpath 2022-12-04T16:54:45 Checking auto update branch... 2022-12-04T16:54:50 [version] 2022-12-04T16:54:50 [version] skipping because derivation has updateScript 2022-12-04T16:54:50 [rustCrateVersion] 2022-12-04T16:54:50 [rustCrateVersion] No cargoSha256 found 2022-12-04T16:54:50 [golangModuleVersion] 2022-12-04T16:54:50 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T16:54:50 [updateScript] 2022-12-04T16:54:51 [updateScript] Success 2022-12-04T16:54:51 [updateScript] this derivation will be built: /nix/store/dq664yjsw4acw11lzsyh8hp86ffcc3s5-packages.json.drv building '/nix/store/dq664yjsw4acw11lzsyh8hp86ffcc3s5-packages.json.drv'... Going to be running update for following packages: - python3.10-dpath-2.0.6 Press Enter key to continue... Running update for: - python3.10-dpath-2.0.6: UPDATING ... - python3.10-dpath-2.0.6: DONE. Packages updated! 2022-12-04T16:54:51 2022-12-04T16:54:51 [quotedUrls] 2022-12-04T16:54:52 [quotedUrls] nothing found to replace 2022-12-04T16:54:52 Diff after rewrites: diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix index b6f0176dd73..aeb9b8f9f3d 100644 --- a/pkgs/development/python-modules/dpath/default.nix +++ b/pkgs/development/python-modules/dpath/default.nix @@ -10,13 +10,13 @@ buildPythonPackage rec { pname = "dpath"; - version = "2.0.6"; + version = "2.1.1"; disabled = isPy27; # uses python3 imports src = fetchPypi { inherit pname version; - sha256 = "sha256-Wh3a5SIz+8jvgbFfuFBzqBEmu0NpjT86G2qvVhpGzcA="; + sha256 = "sha256-Adlzh8tBZcpAU0lzGMBoqOa729KJ0YAzCrjgPE3t4Iw="; }; # use pytest as nosetests hangs 2022-12-04T16:56:21 No auto update branch exists 2022-12-04T16:56:26 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 python310Packages.dpath nix build failed. return _bootstrap._gcd_import(name[level:], package, level) tests/test_merge.py:3: in from nose2.tools.such import helper E ModuleNotFoundError: No module named 'nose2' __________________ ERROR collecting tests/test_path_paths.py ___________________ ImportError while importing test module '/build/dpath-2.1.1/tests/test_path_paths.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_path_paths.py:1: in from nose2.tools.such import helper E ModuleNotFoundError: No module named 'nose2' _____________________ ERROR collecting tests/test_types.py _____________________ ImportError while importing test module '/build/dpath-2.1.1/tests/test_types.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/zdba9frlxj2ba8ca095win3nphsiiqhb-python3-3.10.8/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_types.py:3: in from nose2.tools.such import helper E ModuleNotFoundError: No module named 'nose2' =========================== short test summary info ============================ ERROR tests/test_delete.py ERROR tests/test_get_values.py ERROR tests/test_merge.py ERROR tests/test_path_paths.py ERROR tests/test_types.py !!!!!!!!!!!!!!!!!!! Interrupted: 5 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 5 errors in 0.71s ===============================