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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/0zj2b8y51ss07pax160jn9k28xnr553x-packages.json.drv building '/nix/store/0zj2b8y51ss07pax160jn9k28xnr553x-packages.json.drv'... Going to be running update for following packages: - python3.10-awslambdaric-2.0.0 Press Enter key to continue... Running update for: - python3.10-awslambdaric-2.0.0: UPDATING ... - python3.10-awslambdaric-2.0.0: 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 d79b3448f212..e2021ee42340 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.0"; + version = "2.0.6"; disabled = isPy27; src = fetchFromGitHub { owner = "aws"; repo = "aws-lambda-python-runtime-interface-client"; - rev = version; - sha256 = "1amlaq119mk8fa3fxi3d6vgp83vcd81mbk53jzbixacklmcsp50k"; + rev = "refs/tags/${version}"; + sha256 = "sha256-a33OQYYm4wyBCpSm7ZH//ezoPiPJFftKjHEjDJ0bkuM="; }; 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. int_as_string_bitcount = ( 53 if self.bigint_as_string else self.int_as_string_bitcount) if (c_make_encoder is not None and self.indent is None): _iterencode = c_make_encoder( markers, self.default, _encoder, self.indent, self.key_separator, self.item_separator, self.sort_keys, self.skipkeys, self.allow_nan, key_memo, self.use_decimal, self.namedtuple_as_object, self.tuple_as_array, int_as_string_bitcount, self.item_sort_key, self.encoding, self.for_json, self.ignore_nan, decimal.Decimal, self.iterable_as_array) else: _iterencode = _make_iterencode( markers, self.default, _encoder, self.indent, floatstr, self.key_separator, self.item_separator, self.sort_keys, self.skipkeys, self.use_decimal, self.namedtuple_as_object, self.tuple_as_array, int_as_string_bitcount, self.item_sort_key, self.encoding, self.for_json, self.iterable_as_array, Decimal=decimal.Decimal) try: > return _iterencode(o, 0) E ValueError: Out of range float values are not JSON compliant /nix/store/fm77gq01r9a0ih3cp3h2agyqdz481i1y-python3.10-simplejson-3.19.1/lib/python3.10/site-packages/simplejson/encoder.py:379: ValueError =========================== short test summary info ============================ FAILED tests/test_lambda_runtime_marshaller.py::TestLambdaRuntimeMarshaller::test_to_json_decimal_encoding_nan - ValueError: Out of range float values are not JSON compliant FAILED tests/test_lambda_runtime_marshaller.py::TestLambdaRuntimeMarshaller::test_to_json_decimal_encoding_negative_nan - ValueError: Out of range float values are not JSON compliant ================== 2 failed, 78 passed, 1 deselected in 0.73s ================== /nix/store/1qxkj91n172qnypdrqdybh4p203nax7g-stdenv-linux/setup: line 1596: pop_var_context: head of shell_variables not a function context