2022-12-30T11:45:48 python310Packages.pip-tools 0 -> 1 2022-12-30T11:45:50 attrpath: python310Packages.pip-tools 2022-12-30T11:45:50 Checking auto update branch... 2022-12-30T11:45:55 [version] 2022-12-30T11:45:55 [version] skipping because derivation has updateScript 2022-12-30T11:45:55 [rustCrateVersion] 2022-12-30T11:45:55 [rustCrateVersion] No cargoSha256 found 2022-12-30T11:45:55 [golangModuleVersion] 2022-12-30T11:45:55 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-30T11:45:55 [updateScript] 2022-12-30T11:45:56 [updateScript] Success 2022-12-30T11:45:56 [updateScript] this derivation will be built: /nix/store/sjwj5cfgdd0pravb9q7gcnn84ngiz3im-packages.json.drv building '/nix/store/sjwj5cfgdd0pravb9q7gcnn84ngiz3im-packages.json.drv'... Going to be running update for following packages: - python3.10-pip-tools-6.11.0 Press Enter key to continue... Running update for: - python3.10-pip-tools-6.11.0: UPDATING ... - python3.10-pip-tools-6.11.0: DONE. Packages updated! 2022-12-30T11:45:56 2022-12-30T11:45:56 [quotedUrls] 2022-12-30T11:45:57 [quotedUrls] nothing found to replace 2022-12-30T11:45:57 Diff after rewrites: diff --git a/pkgs/development/python-modules/pip-tools/default.nix b/pkgs/development/python-modules/pip-tools/default.nix index 7a595a85d8f..78e2952ceae 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.11.0"; + version = "6.12.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-kMXcFQ44VuRGO4HMyZMHzPlVTl24OT6yc3BcsLj3HGA="; + hash = "sha256-iO+3spqSP/6sBxPm8j74UpzGF1Un1CuT9zdWzJQ4cpM="; }; patches = [ ./fix-setup-py-bad-syntax-detection.patch ]; 2022-12-30T11:47:26 No auto update branch exists 2022-12-30T11:47:28 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. Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing setuptools-check-hook Using setuptoolsCheckPhase Sourcing pytest-check-hook Using pytestCheckPhase Removing setuptoolsCheckPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/h7v590jsiy6if4whcz3phkkm048lcnkp-pip-tools-6.12.1.tar.gz source root is pip-tools-6.12.1 setting SOURCE_DATE_EPOCH to timestamp 1671300627 of file pip-tools-6.12.1/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } patching sources applying patch /nix/store/22n2qn0d2hdczqkh39zyw752si2pp59b-fix-setup-py-bad-syntax-detection.patch patching file piptools/scripts/compile.py Hunk #1 succeeded at 8 with fuzz 1 (offset 2 lines). Hunk #2 succeeded at 485 with fuzz 2 (offset 64 lines). @nix { "action": "setPhase", "phase": "configurePhase" } configuring no configure script, doing nothing @nix { "action": "setPhase", "phase": "buildPhase" } building Executing setuptoolsBuildPhase Traceback (most recent call last): File "/build/pip-tools-6.12.1/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "/nix/store/al6g1zbk8li6p8mcyp0h60d08jaahf8c-python3-3.10.9/lib/python3.10/tokenize.py", line 394, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'setup.py'