python310Packages.aws-sam-translator 0 -> 1 attrpath: python310Packages.aws-sam-translator Checking auto update branch... [version] [version] skipping because derivation has updateScript [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/li3k8ik5mgsrbbw71hbzg58cw3zbmvp8-packages.json.drv building '/nix/store/li3k8ik5mgsrbbw71hbzg58cw3zbmvp8-packages.json.drv'... Going to be running update for following packages: - python3.10-aws-sam-translator-1.47.0 Press Enter key to continue... Running update for: - python3.10-aws-sam-translator-1.47.0: UPDATING ... - python3.10-aws-sam-translator-1.47.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-sam-translator/default.nix b/pkgs/development/python-modules/aws-sam-translator/default.nix index edd0e942650..bf512e5caba 100644 --- a/pkgs/development/python-modules/aws-sam-translator/default.nix +++ b/pkgs/development/python-modules/aws-sam-translator/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "aws-sam-translator"; - version = "1.47.0"; + version = "1.56.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "aws"; repo = "serverless-application-model"; rev = "refs/tags/v${version}"; - sha256 = "sha256-FYEJ+mMxb8+OXUVeyLbAqOnujNi/wNhvAl4Lh4ZeE0I="; + sha256 = "sha256-Yg0Ja9OkS9YGQ8DEEmdDLceDsGnrL0I5pUsP9ujZlkQ="; }; propagatedBuildInputs = [ No auto update branch exists Old version 1.47.0" not present in staging derivation file with contents: { lib , boto3 , buildPythonPackage , fetchFromGitHub , jsonschema , mock , parameterized , pydantic , pytest-env , pytest-rerunfailures , pytest-xdist , pytestCheckHook , pythonOlder , pyyaml , typing-extensions }: buildPythonPackage rec { pname = "aws-sam-translator"; version = "1.55.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "aws"; repo = "serverless-application-model"; rev = "refs/tags/v${version}"; sha256 = "sha256-YDqdd4zKInttHDl04kvAgHKtc1vBryW12QfE0wiLU54="; }; propagatedBuildInputs = [ boto3 jsonschema pydantic typing-extensions ]; postPatch = '' substituteInPlace requirements/base.txt \ --replace "jsonschema~=3.2" "jsonschema>=3.2" substituteInPlace pytest.ini \ --replace " --cov samtranslator --cov-report term-missing --cov-fail-under 95" "" ''; checkInputs = [ mock parameterized pytest-env pytest-rerunfailures pytest-xdist pytestCheckHook pyyaml ]; disabledTests = [ # AssertionError: Expected 7 errors, found 9: "test_errors_13_error_definitionuri" ]; pytestFlagsArray = [ # samtranslator.translator.arn_generator.NoRegionFound: AWS Region cannot be found "--deselect tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app" "--deselect tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing" "--deselect tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks" "--deselect tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing" "--deselect tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls" "--deselect tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2" ]; pythonImportsCheck = [ "samtranslator" ]; meta = with lib; { description = "Python library to transform SAM templates into AWS CloudFormation templates"; homepage = "https://github.com/awslabs/serverless-application-model"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }