python311Packages.aws-encryption-sdk 0 -> 1 attrpath: python311Packages.aws-encryption-sdk 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4bs13c4ipnrjynzh1fn5bykl86bq3sjg-packages.json.drv building '/nix/store/4bs13c4ipnrjynzh1fn5bykl86bq3sjg-packages.json.drv'... Going to be running update for following packages: - python3.11-aws-encryption-sdk-3.1.1 Press Enter key to continue... Running update for: - python3.11-aws-encryption-sdk-3.1.1: UPDATING ... - python3.11-aws-encryption-sdk-3.1.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aws-encryption-sdk/default.nix b/pkgs/development/python-modules/aws-encryption-sdk/default.nix index 7cdcc917c8a8..f256e2c977fa 100644 --- a/pkgs/development/python-modules/aws-encryption-sdk/default.nix +++ b/pkgs/development/python-modules/aws-encryption-sdk/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "aws-encryption-sdk"; - version = "3.1.1"; + version = "3.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-jV+/AY/GjWscrL5N0Df9gFKWx3Nqn+RX62hNBT9/lWM="; + hash = "sha256-QwT8+M4qo/qYsaz/ejvzzQUowynAxDe1Xg9Fa79iNH4="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.1.1" not present in master derivation file with contents: { lib , attrs , boto3 , buildPythonPackage , cryptography , fetchPypi , mock , pytest-mock , pytestCheckHook , pythonOlder , setuptools , wrapt }: buildPythonPackage rec { pname = "aws-encryption-sdk"; version = "3.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-QwT8+M4qo/qYsaz/ejvzzQUowynAxDe1Xg9Fa79iNH4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ attrs boto3 cryptography wrapt ]; nativeCheckInputs = [ mock pytest-mock pytestCheckHook ]; disabledTestPaths = [ # Tests require networking "examples" "test/integration" ]; pythonImportsCheck = [ "aws_encryption_sdk" ]; meta = with lib; { description = "Python implementation of the AWS Encryption SDK"; homepage = "https://aws-encryption-sdk-python.readthedocs.io/"; changelog = "https://github.com/aws/aws-encryption-sdk-python/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = with maintainers; [ anthonyroussel ]; }; }