2022-12-13T02:02:00 python310Packages.awscrt 0 -> 1 2022-12-13T02:02:03 attrpath: python310Packages.awscrt 2022-12-13T02:02:03 Checking auto update branch... 2022-12-13T02:02:08 [version] 2022-12-13T02:02:08 [version] skipping because derivation has updateScript 2022-12-13T02:02:08 [rustCrateVersion] 2022-12-13T02:02:08 [rustCrateVersion] No cargoSha256 found 2022-12-13T02:02:08 [golangModuleVersion] 2022-12-13T02:02:08 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-13T02:02:08 [updateScript] 2022-12-13T02:02:09 [updateScript] Success 2022-12-13T02:02:09 [updateScript] this derivation will be built: /nix/store/7nbw4hf8igwk1lip38yyijgka5nvwlq3-packages.json.drv building '/nix/store/7nbw4hf8igwk1lip38yyijgka5nvwlq3-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-12-13T02:02:09 2022-12-13T02:02:09 [quotedUrls] 2022-12-13T02:02:10 [quotedUrls] nothing found to replace 2022-12-13T02:02:10 Diff after rewrites: diff --git a/pkgs/development/python-modules/awscrt/default.nix b/pkgs/development/python-modules/awscrt/default.nix index 85ce9deba6c..732cc38afcc 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.16.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-2VBdad9NL19eW2Djot2gkynyjSCUvG4f0KnEub6M0vg="; + hash = "sha256-j9++euxSsvf6ZLkVJtyGdlOx6WWrAXEOczqwypYZkXA="; }; buildInputs = lib.optionals stdenv.isDarwin [ 2022-12-13T02:03:39 No auto update branch exists 2022-12-13T02:03:51 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/di3m6f3rlyz0mwzg71nd9i9bspc7khbv-awscrt-0.16.1.tar.gz source root is awscrt-0.16.1 setting SOURCE_DATE_EPOCH to timestamp 1670365083 of file awscrt-0.16.1/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.16.1/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