2022-12-17T12:09:47 python3.10-dpath 2.0.6 -> 2.1.3 https://pypi.org/project/dpath/ 2022-12-17T12:09:50 attrpath: python310Packages.dpath 2022-12-17T12:09:50 Checking auto update branch... 2022-12-17T12:09:55 [version] 2022-12-17T12:09:55 [version] skipping because derivation has updateScript 2022-12-17T12:09:55 [rustCrateVersion] 2022-12-17T12:09:55 [rustCrateVersion] No cargoSha256 found 2022-12-17T12:09:55 [golangModuleVersion] 2022-12-17T12:09:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T12:09:55 [updateScript] 2022-12-17T12:09:56 [updateScript] Success 2022-12-17T12:09:56 [updateScript] this derivation will be built: /nix/store/ww5ss52kvsdcl6503x86fdi82kwq8hqx-packages.json.drv building '/nix/store/ww5ss52kvsdcl6503x86fdi82kwq8hqx-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-17T12:09:56 2022-12-17T12:09:56 [quotedUrls] 2022-12-17T12:09:56 [quotedUrls] nothing found to replace 2022-12-17T12:09:56 Diff after rewrites: diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix index b6f0176dd73..2f0d169fee7 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.3"; disabled = isPy27; # uses python3 imports src = fetchPypi { inherit pname version; - sha256 = "sha256-Wh3a5SIz+8jvgbFfuFBzqBEmu0NpjT86G2qvVhpGzcA="; + sha256 = "sha256-0aeg5kJ9CkFWx5LILK8fAQlgP2is55LjbKRZb9LLjZ0="; }; # use pytest as nosetests hangs 2022-12-17T12:11:22 No auto update branch exists 2022-12-17T12:11: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.3/tests/test_path_paths.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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.3/tests/test_types.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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 =============================== 2022-12-17T22:23:10 python310Packages.dpath 0 -> 1 2022-12-17T22:23:12 attrpath: python310Packages.dpath 2022-12-17T22:23:12 Checking auto update branch... 2022-12-17T22:23:17 [version] 2022-12-17T22:23:17 [version] skipping because derivation has updateScript 2022-12-17T22:23:17 [rustCrateVersion] 2022-12-17T22:23:17 [rustCrateVersion] No cargoSha256 found 2022-12-17T22:23:17 [golangModuleVersion] 2022-12-17T22:23:17 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-17T22:23:17 [updateScript] 2022-12-17T22:23:19 [updateScript] Success 2022-12-17T22:23:19 [updateScript] this derivation will be built: /nix/store/590c77sayva7p16rrx482x39473f8zgn-packages.json.drv building '/nix/store/590c77sayva7p16rrx482x39473f8zgn-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-17T22:23:19 2022-12-17T22:23:19 [quotedUrls] 2022-12-17T22:23:19 [quotedUrls] nothing found to replace 2022-12-17T22:23:19 Diff after rewrites: diff --git a/pkgs/development/python-modules/dpath/default.nix b/pkgs/development/python-modules/dpath/default.nix index b6f0176dd73..2f0d169fee7 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.3"; disabled = isPy27; # uses python3 imports src = fetchPypi { inherit pname version; - sha256 = "sha256-Wh3a5SIz+8jvgbFfuFBzqBEmu0NpjT86G2qvVhpGzcA="; + sha256 = "sha256-0aeg5kJ9CkFWx5LILK8fAQlgP2is55LjbKRZb9LLjZ0="; }; # use pytest as nosetests hangs 2022-12-17T22:24:48 No auto update branch exists 2022-12-17T22:24:54 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.3/tests/test_path_paths.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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.3/tests/test_types.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/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.74s ===============================