Add ModifySubnetAttribute support

https://github.com/boto/boto/pull/3111
f38
Garrett Holmstrom 8 years ago
parent f1fe90f853
commit 211801d6e6

@ -17,7 +17,7 @@
Summary: A simple, lightweight interface to Amazon Web Services
Name: python-boto
Version: 2.45.0
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Development/Languages
URL: https://github.com/boto/boto
@ -60,6 +60,10 @@ Patch8: boto-2.40.0-s3-requestlog.patch
# https://github.com/boto/boto/pull/2866
Patch9: boto-2.40.0-route53-no-resourcepath.patch
# Add ModifySubnetAttribute support
# https://github.com/boto/boto/pull/3111
Patch10: boto-2.45.0-modifysubnetattribute.patch
BuildRequires: python2-devel
BuildRequires: python-setuptools
BuildRequires: python-six
@ -196,6 +200,9 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
%changelog
* Fri Jan 27 2017 Garrett Holmstrom <gholms@fedoraproject.org> - 2.45.0-3
- Added support for ModifySubnetAttribute
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.45.0-2
- Rebuild for Python 3.6

Loading…
Cancel
Save