python310Packages.aws-sam-translator 0 -> 1 attrpath: python310Packages.aws-sam-translator 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/rxjrr6kmalv6ri8jp6jxayyshkhr2svb-packages.json.drv building '/nix/store/rxjrr6kmalv6ri8jp6jxayyshkhr2svb-packages.json.drv'... Going to be running update for following packages: - python3.10-aws-sam-translator-1.74.0 Press Enter key to continue... Running update for: - python3.10-aws-sam-translator-1.74.0: UPDATING ... - python3.10-aws-sam-translator-1.74.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 5a7b1af3e8f1..faf8de6fd029 100644 --- a/pkgs/development/python-modules/aws-sam-translator/default.nix +++ b/pkgs/development/python-modules/aws-sam-translator/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "aws-sam-translator"; - version = "1.74.0"; + version = "1.79.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -26,7 +26,7 @@ buildPythonPackage rec { owner = "aws"; repo = "serverless-application-model"; rev = "refs/tags/v${version}"; - hash = "sha256-uOfBR0bvLVyBcfSAkSqOx4KjmSYbfktpJlxKjipfj50="; + hash = "sha256-eApXNgAVd7E4WML6HwybLyPsLvUMMKrEMLfYA28AH2o="; }; patches = [ No auto update branch exists Old version 1.74.0" not present in staging derivation file with contents: { lib , boto3 , buildPythonPackage , fetchFromGitHub , jsonschema , parameterized , pydantic , pytest-env , pytest-rerunfailures , pytest-xdist , pytestCheckHook , pythonOlder , pyyaml , typing-extensions }: buildPythonPackage rec { pname = "aws-sam-translator"; version = "1.78.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "aws"; repo = "serverless-application-model"; rev = "refs/tags/v${version}"; hash = "sha256-hSXJBEntj3k3Kml+Yuvn19X7YXL+Y1hXBkb8iZ7DxR4="; }; postPatch = '' substituteInPlace pytest.ini \ --replace " --cov samtranslator --cov-report term-missing --cov-fail-under 95" "" ''; propagatedBuildInputs = [ boto3 jsonschema pydantic typing-extensions ]; nativeCheckInputs = [ parameterized pytest-env pytest-rerunfailures pytest-xdist pytestCheckHook pyyaml ]; pythonImportsCheck = [ "samtranslator" ]; preCheck = '' sed -i '2ienv =\n\tAWS_DEFAULT_REGION=us-east-1' pytest.ini ''; disabledTests = [ # urllib3 2.0 compat "test_plugin_accepts_different_sar_client" "test_plugin_accepts_flags" "test_plugin_accepts_parameters" "test_plugin_default_values" "test_plugin_invalid_configuration_raises_exception" "test_plugin_must_setup_correct_name" "test_must_process_applications" "test_must_process_applications_validate" "test_process_invalid_applications" "test_process_invalid_applications_validate" "test_resolve_intrinsics" "test_sar_service_calls" "test_sar_success_one_app" "test_sar_throttling_doesnt_stop_processing" "test_sleep_between_sar_checks" "test_unexpected_sar_error_stops_processing" ]; meta = with lib; { description = "Python library to transform SAM templates into AWS CloudFormation templates"; homepage = "https://github.com/aws/serverless-application-model"; changelog = "https://github.com/aws/serverless-application-model/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ ]; }; }