diff --git a/aws-efs-utils.changes b/aws-efs-utils.changes index 3841ec2..3fb3afe 100644 --- a/aws-efs-utils.changes +++ b/aws-efs-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Dec 17 20:14:25 UTC 2019 - John Paul Adrian Glaubitz + +- Update to version 1.17 + + Added support for Python 3 +- Enable testsuite which now passes on Python 3 +- Update BuildRequires from requirements.txt + ------------------------------------------------------------------- Thu Dec 5 11:42:38 UTC 2019 - John Paul Adrian Glaubitz diff --git a/aws-efs-utils.spec b/aws-efs-utils.spec index 3b71945..237b41a 100644 --- a/aws-efs-utils.spec +++ b/aws-efs-utils.spec @@ -17,7 +17,7 @@ Name: aws-efs-utils -Version: 1.16 +Version: 1.17 Release: 0 Summary: Utilities for using the EFS file systems License: MIT @@ -26,19 +26,19 @@ URL: https://github.com/aws/efs-utils Source0: https://github.com/aws/efs-utils/archive/v%{version}.tar.gz BuildRequires: python3-attrs >= 17.4.0 BuildRequires: python3-coverage >= 4.5 -BuildRequires: python3-flake8 >= 3.5.0 +BuildRequires: python3-flake8 >= 3.7.9 BuildRequires: python3-mccabe >= 0.6.1 BuildRequires: python3-mock >= 2.0.0 BuildRequires: python3-pbr >= 3.1.1 -BuildRequires: python3-pluggy >= 0.6.0 -BuildRequires: python3-py >= 1.5.2 -BuildRequires: python3-pycodestyle >= 2.3.1 -BuildRequires: python3-pyflakes >= 1.6.0 -BuildRequires: python3-pytest >= 3.4.0 -BuildRequires: python3-pytest-cov >= 2.5.1 -BuildRequires: python3-pytest-html >= 1.16.1 -BuildRequires: python3-pytest-metadata >= 1.6.0 -BuildRequires: python3-pytest-mock >= 1.6.3 +BuildRequires: python3-pluggy >= 0.13.0 +BuildRequires: python3-py >= 1.8.0 +BuildRequires: python3-pycodestyle >= 2.5.0 +BuildRequires: python3-pyflakes >= 2.1.1 +BuildRequires: python3-pytest >= 4.6.7 +BuildRequires: python3-pytest-cov >= 2.8.1 +BuildRequires: python3-pytest-html >= 1.19.0 +BuildRequires: python3-pytest-metadata >= 1.7.0 +BuildRequires: python3-pytest-mock >= 1.11.2 BuildRequires: python3-six >= 1.11.0 BuildRequires: systemd BuildRequires: systemd-rpm-macros @@ -57,6 +57,9 @@ find . -name "*.py" -exec sed -i 's/env python/python3/' {} + %build # No build required +%check +make test + %install mkdir -p %{buildroot}%{_sysconfdir}/amazon/efs mkdir -p %{buildroot}%{_unitdir} diff --git a/v1.16.tar.gz b/v1.16.tar.gz deleted file mode 100644 index d292368..0000000 --- a/v1.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:110ed7d9dde9569713d8c56f70a2e5aebb40c82063f6f8206025a34d604069df -size 30984 diff --git a/v1.17.tar.gz b/v1.17.tar.gz new file mode 100644 index 0000000..7e3057e --- /dev/null +++ b/v1.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d535100e3cd1fe22dec918f21f555993d9675214df83ac20d4e8621131d3078 +size 31263