python310Packages.awslambdaric 0 -> 1 attrpath: python310Packages.awslambdaric Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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] this derivation will be built: /nix/store/x6y9wxjpa4xk1ghiwdjkam1ngm4cman8-packages.json.drv building '/nix/store/x6y9wxjpa4xk1ghiwdjkam1ngm4cman8-packages.json.drv'... Going to be running update for following packages: - python3.10-awslambdaric-2.0.7 Press Enter key to continue... Running update for: - python3.10-awslambdaric-2.0.7: UPDATING ... - python3.10-awslambdaric-2.0.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/awslambdaric/default.nix b/pkgs/development/python-modules/awslambdaric/default.nix index 1d89f2e93241..83b31b1fea93 100644 --- a/pkgs/development/python-modules/awslambdaric/default.nix +++ b/pkgs/development/python-modules/awslambdaric/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "awslambdaric"; - version = "2.0.7"; + version = "2.0.8"; disabled = isPy27; src = fetchFromGitHub { owner = "aws"; repo = "aws-lambda-python-runtime-interface-client"; rev = "refs/tags/${version}"; - sha256 = "sha256-9PgdLzeSafglguXksMetzopbDlBWlGDSSXiZHfuWgE8="; + sha256 = "sha256-0ej+Gy9nF96SaGhohHF9EJObSpHdxIe9QXHNHejVwbQ="; }; patches = [ 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 python310Packages.awslambdaric nix build failed. pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } pythonImportsCheckPhase Executing pythonImportsCheckPhase Check whether the following modules can be imported: awslambdaric runtime_client @nix { "action": "setPhase", "phase": "pytestCheckPhase" } pytestCheckPhase Executing pytestCheckPhase ============================= test session starts ============================== platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 rootdir: /build/source collecting ...  collecting 4 items  collected 78 items / 1 error / 1 deselected / 77 selected  ==================================== ERRORS ==================================== ___________ ERROR collecting tests/test_lambda_runtime_marshaller.py ___________ ImportError while importing test module '/build/source/tests/test_lambda_runtime_marshaller.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /nix/store/50kabpj0s79040a42b7jj2dxn85wmbfd-python3-3.10.13/lib/python3.10/importlib/__init__.py:126: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_lambda_runtime_marshaller.py:8: in from parameterized import parameterized E ModuleNotFoundError: No module named 'parameterized' =========================== short test summary info ============================ ERROR tests/test_lambda_runtime_marshaller.py !!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!! ======================== 1 deselected, 1 error in 0.60s ======================== /nix/store/wr08yanv2bjrphhi5aai12hf2qz5kvic-stdenv-linux/setup: line 1559: pop_var_context: head of shell_variables not a function context