Accepting request 757620 from home:glaubitz:branches:Cloud:Tools
- Update to version 1.17 + Added support for Python 3 - Enable testsuite which now passes on Python 3 - Update BuildRequires from requirements.txt OBS-URL: https://build.opensuse.org/request/show/757620 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/aws-efs-utils?expand=0&rev=10
This commit is contained in:
parent
6e4c39ffd0
commit
26be15c46e
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 20:14:25 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -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}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:110ed7d9dde9569713d8c56f70a2e5aebb40c82063f6f8206025a34d604069df
|
||||
size 30984
|
3
v1.17.tar.gz
Normal file
3
v1.17.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d535100e3cd1fe22dec918f21f555993d9675214df83ac20d4e8621131d3078
|
||||
size 31263
|
Loading…
x
Reference in New Issue
Block a user