2022-11-22T09:28:44 python310Packages.awscrt 0 -> 1 2022-11-22T09:28:46 attrpath: python310Packages.awscrt 2022-11-22T09:28:47 Checking auto update branch... 2022-11-22T09:28:51 [version] 2022-11-22T09:28:51 [version] skipping because derivation has updateScript 2022-11-22T09:28:51 [rustCrateVersion] 2022-11-22T09:28:51 [rustCrateVersion] No cargoSha256 found 2022-11-22T09:28:51 [golangModuleVersion] 2022-11-22T09:28:51 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T09:28:51 [updateScript] 2022-11-22T09:28:53 [updateScript] Success 2022-11-22T09:28:53 [updateScript] this derivation will be built: /nix/store/6fm6d3zldaz82imipvw6f46wydzgrb94-packages.json.drv building '/nix/store/6fm6d3zldaz82imipvw6f46wydzgrb94-packages.json.drv'... Going to be running update for following packages: - python3.10-awscrt-0.15.1 Press Enter key to continue... Running update for: - python3.10-awscrt-0.15.1: UPDATING ... - python3.10-awscrt-0.15.1: DONE. Packages updated! 2022-11-22T09:28:53 2022-11-22T09:28:53 [quotedUrls] 2022-11-22T09:28:53 [quotedUrls] nothing found to replace 2022-11-22T09:28:53 Diff after rewrites: diff --git a/pkgs/development/python-modules/awscrt/default.nix b/pkgs/development/python-modules/awscrt/default.nix index 85ce9deba6c..476e5991556 100644 --- a/pkgs/development/python-modules/awscrt/default.nix +++ b/pkgs/development/python-modules/awscrt/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "awscrt"; - version = "0.15.1"; + version = "0.15.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-2VBdad9NL19eW2Djot2gkynyjSCUvG4f0KnEub6M0vg="; + hash = "sha256-jHbbM/LzKF2M3jGD0PPzxzHpBm4b1gnWM3YgpdgglaU="; }; buildInputs = lib.optionals stdenv.isDarwin [ 2022-11-22T09:30:25 No auto update branch exists 2022-11-22T09:30:32 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.awscrt nix build failed. Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing setuptools-build-hook Using setuptoolsBuildPhase Using setuptoolsShellHook Sourcing pip-install-hook Using pipInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking sources unpacking source archive /nix/store/4x8vq84i5736w94d116q0qg6fv3x560w-awscrt-0.15.3.tar.gz source root is awscrt-0.15.3 setting SOURCE_DATE_EPOCH to timestamp 1668019308 of file awscrt-0.15.3/setup.cfg @nix { "action": "setPhase", "phase": "patchPhase" } patching sources @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/awscrt-0.15.3/nix_run_setup", line 8, in exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 325 return setuptools.Extension( IndentationError: expected an indented block after 'if' statement on line 322