diff --git a/aws-efs-utils.changes b/aws-efs-utils.changes index 91f6268..5ba355d 100644 --- a/aws-efs-utils.changes +++ b/aws-efs-utils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 18 05:39:02 UTC 2022 - pgajdos@suse.com + +- version update to 1.33.1 + * Enable mount process to retry on failed or timed out mount.nfs command + * use unittest.mock instead of mock + ------------------------------------------------------------------- Wed Apr 27 06:39:41 UTC 2022 - pgajdos@suse.com diff --git a/aws-efs-utils.spec b/aws-efs-utils.spec index b2c7738..c9f7aed 100644 --- a/aws-efs-utils.spec +++ b/aws-efs-utils.spec @@ -17,7 +17,7 @@ Name: aws-efs-utils -Version: 1.32.1 +Version: 1.33.1 Release: 0 Summary: Utilities for using the EFS file systems License: MIT @@ -65,8 +65,6 @@ find . -name "*.py" -exec sed -i 's/env python3/python3/' {} + # No build required %check -# https://github.com/aws/efs-utils/issues/131 -sed -i 's:from mock:from unittest.mock:' test/*/test_*.py make test %install diff --git a/efs-utils-1.32.1.tar.gz b/efs-utils-1.32.1.tar.gz deleted file mode 100644 index 6132426..0000000 --- a/efs-utils-1.32.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46efeaa705dfe4a6965856aa8b18fb9b52706fff9979582c91667d4c2d0a0f53 -size 110024 diff --git a/efs-utils-1.33.1.tar.gz b/efs-utils-1.33.1.tar.gz new file mode 100644 index 0000000..155aca3 --- /dev/null +++ b/efs-utils-1.33.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62dba9d76224420ea65b0c7107d5b4dbf3273edba592a48e84a622570515150 +size 112444