Jon Ciesla 9 years ago
parent a30b16a020
commit 8ea617a00f

@ -27,7 +27,7 @@
Summary: A simple, lightweight interface to Amazon Web Services
Name: python-boto
Version: 2.39.0
Version: 2.40.0
Release: 1%{?dist}
License: MIT
Group: Development/Languages
@ -41,7 +41,7 @@ Source1: boto-mit-license.txt
Patch1: boto-2.39.0-devendor.patch
# Fix kinesis tests on python 3
# https://github.com/boto/boto/pull/3483
Patch2: boto-2.39.0-kinesis-decode.patch
#Patch2: boto-2.39.0-kinesis-decode.patch
BuildRequires: python2-devel
BuildRequires: python-setuptools
@ -124,12 +124,12 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula.
%setup -q -n boto-%{version}
%patch1 -p1
%patch2 -p1
#%%patch2 -p1
rm -r boto/vendored
cp -p %{SOURCE1} .
rm -r boto.egg-info
#rm -r boto.egg-info
%build
@ -184,6 +184,10 @@ mv $RPM_BUILD_ROOT/%{_bindir} examples
%changelog
* Mon May 23 2016 Jon Ciesla <limburgher@gmail.com> - 2.40.0-1
- 2.40.0.
- Kinesis patch upstreamed.
* Fri Jan 29 2016 Garrett Holmstrom <gholms@fedoraproject.org> - 2.39.0-1
- Updated to 2.39.0 (RH #1300424)
- Switched to systemwide copy of python-six on el7

@ -1 +1 @@
503e6ffd7d56dcdffa38cb316bb119e9 boto-2.39.0.tar.gz
1cc741c6a3e4210082b9eae760c051ac boto-2.40.0.tar.gz

Loading…
Cancel
Save