python311Packages.pip-tools 0 -> 1 attrpath: python311Packages.pip-tools Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-pip-tools-7.3.0 Press Enter key to continue... Running update for: - python3.11-pip-tools-7.3.0: UPDATING ... - python3.11-pip-tools-7.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix index 154a9c712c5a..9ed973664f2b 100644 --- a/pkgs/development/python-modules/pip-tools/default.nix +++ b/pkgs/development/python-modules/pip-tools/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "pip-tools"; - version = "7.3.0"; + version = "7.4.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-jpyZEn/gJMAltGoLLRXHvUfxjzMibPczDTVJNmP8HR0="; + hash = "sha256-qSpt36hv84n+as44HUY7xDbixwW9cdUhF8Ja9c6Ge7c="; }; patches = [ ./fix-setup-py-bad-syntax-detection.patch ]; No auto update branch exists Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A python311Packages.pip-tools nix build failed. got build log for 'python311Packages.pip-tools' from 'daemon' Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } Running phase: unpackPhase unpacking source archive /nix/store/77pdcykya2vbdjmkwq1wf3r81jv6zk1z-pip-tools-7.4.0.tar.gz source root is pip-tools-7.4.0 setting SOURCE_DATE_EPOCH to timestamp 1708092491 of file pip-tools-7.4.0/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } Running phase: patchPhase applying patch /nix/store/22n2qn0d2hdczqkh39zyw752si2pp59b-fix-setup-py-bad-syntax-detection.patch patching file piptools/scripts/compile.py Hunk #1 FAILED at 6. Hunk #2 succeeded at 364 with fuzz 2 (offset -57 lines). 1 out of 2 hunks FAILED -- saving rejects to file piptools/scripts/compile.py.rej