2022-11-28T02:56:04 python310Packages.pip-tools 0 -> 1 2022-11-28T02:56:06 attrpath: python310Packages.pip-tools 2022-11-28T02:56:07 Checking auto update branch... 2022-11-28T02:56:12 [version] 2022-11-28T02:56:12 [version] skipping because derivation has updateScript 2022-11-28T02:56:12 [rustCrateVersion] 2022-11-28T02:56:12 [rustCrateVersion] No cargoSha256 found 2022-11-28T02:56:12 [golangModuleVersion] 2022-11-28T02:56:12 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-28T02:56:12 [updateScript] 2022-11-28T02:56:13 [updateScript] Success 2022-11-28T02:56:13 [updateScript] this derivation will be built: /nix/store/9k3vxfklkpn7hcjpbicwyk7kpsq2rb46-packages.json.drv building '/nix/store/9k3vxfklkpn7hcjpbicwyk7kpsq2rb46-packages.json.drv'... Going to be running update for following packages: - python3.10-pip-tools-6.8.0 Press Enter key to continue... Running update for: - python3.10-pip-tools-6.8.0: UPDATING ... - python3.10-pip-tools-6.8.0: DONE. Packages updated! 2022-11-28T02:56:13 2022-11-28T02:56:13 [quotedUrls] 2022-11-28T02:56:13 [quotedUrls] nothing found to replace 2022-11-28T02:56:13 Diff after rewrites: diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix index 2486a77dd77..b1b00b59be5 100644 --- a/pkgs/development/python-modules/pip-tools/default.nix +++ b/pkgs/development/python-modules/pip-tools/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "pip-tools"; - version = "6.8.0"; + version = "6.10.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-Oeiu5GVEbgInjYDb69QyXR3YYzJI9DITxzol9Y59ilU="; + hash = "sha256-f59zVgUttpQrWqq8jropmDWRygrXWv+/Lwol2TYb5iQ="; }; patches = [ ./fix-setup-py-bad-syntax-detection.patch ]; 2022-11-28T02:57:42 No auto update branch exists 2022-11-28T02:59:29 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.pip-tools nix build failed. ], ) > assert out.exit_code == 2 E AssertionError: assert 1 == 2 E + where 1 = .exit_code /build/pip-tools-6.10.0/tests/test_cli_compile.py:2411: AssertionError ---------------------------- Captured stderr setup ----------------------------- /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /nix/store/sl0bg0ariygr2cvpf0d7gd9jnclmi6ra-python3.10-setuptools-65.3.0/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( =============================== warnings summary =============================== ../../nix/store/zzapsinnv4f5mz3kqidd3il61951s534-python3.10-pip-22.2.2/lib/python3.10/site-packages/pip/_vendor/packaging/version.py:111: 1564 warnings /nix/store/zzapsinnv4f5mz3kqidd3il61951s534-python3.10-pip-22.2.2/lib/python3.10/site-packages/pip/_vendor/packaging/version.py:111: DeprecationWarning: Creating a LegacyVersion has been deprecated and will be removed in the next major release warnings.warn( -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =========================== short test summary info ============================ FAILED tests/test_cli_compile.py::test_all_extras_fail_with_extra[legacy resolver-setup.cfg] FAILED tests/test_cli_compile.py::test_all_extras_fail_with_extra[backtracking resolver-setup.cfg] =========== 2 failed, 588 passed, 1564 warnings in 100.53s (0:01:40) ===========