2022-11-29T07:03:22 python3.10-dpath 2.0.6 -> 2.1.0 https://pypi.org/project/dpath/ 2022-11-29T07:03:24 attrpath: python310Packages.dpath 2022-11-29T07:03:24 Checking auto update branch... 2022-11-29T07:03:29 [version] 2022-11-29T07:03:29 [version] skipping because derivation has updateScript 2022-11-29T07:03:29 [rustCrateVersion] 2022-11-29T07:03:29 [rustCrateVersion] No cargoSha256 found 2022-11-29T07:03:29 [golangModuleVersion] 2022-11-29T07:03:29 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T07:03:29 [updateScript] 2022-11-29T07:03:30 [updateScript] Success 2022-11-29T07:03:30 [updateScript] this derivation will be built: /nix/store/48az096ydjqwdd4lph9kzwjz1lr7wpsj-packages.json.drv building '/nix/store/48az096ydjqwdd4lph9kzwjz1lr7wpsj-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-11-29T07:03:30 2022-11-29T07:03:30 [quotedUrls] 2022-11-29T07:03:30 [quotedUrls] nothing found to replace 2022-11-29T07:03:30 Diff after rewrites: diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix index b6f0176dd73..b35d7766cd0 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.0"; disabled = isPy27; # uses python3 imports src = fetchPypi { inherit pname version; - sha256 = "sha256-Wh3a5SIz+8jvgbFfuFBzqBEmu0NpjT86G2qvVhpGzcA="; + sha256 = "sha256-zMNSi8BDq869Hssgycbcge3034AGbaho9yNginmH118="; }; # use pytest as nosetests hangs 2022-11-29T07:05:00 No auto update branch exists 2022-11-29T07:05:06 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.0/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.0/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.68s =============================== 2022-11-29T20:58:52 python310Packages.dpath 0 -> 1 2022-11-29T20:58:54 attrpath: python310Packages.dpath 2022-11-29T20:58:54 Checking auto update branch... 2022-11-29T20:58:59 [version] 2022-11-29T20:58:59 [version] skipping because derivation has updateScript 2022-11-29T20:58:59 [rustCrateVersion] 2022-11-29T20:58:59 [rustCrateVersion] No cargoSha256 found 2022-11-29T20:58:59 [golangModuleVersion] 2022-11-29T20:58:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T20:58:59 [updateScript] 2022-11-29T20:59:00 [updateScript] Success 2022-11-29T20:59:00 [updateScript] 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-11-29T20:59:00 2022-11-29T20:59:00 [quotedUrls] 2022-11-29T20:59:00 [quotedUrls] nothing found to replace 2022-11-29T20:59:00 Diff after rewrites: diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix index b6f0176dd73..b35d7766cd0 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.0"; disabled = isPy27; # uses python3 imports src = fetchPypi { inherit pname version; - sha256 = "sha256-Wh3a5SIz+8jvgbFfuFBzqBEmu0NpjT86G2qvVhpGzcA="; + sha256 = "sha256-zMNSi8BDq869Hssgycbcge3034AGbaho9yNginmH118="; }; # use pytest as nosetests hangs 2022-11-29T21:00:30 No auto update branch exists 2022-11-29T21:00:34 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.0/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.0/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.70s ===============================