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