From 8ea617a00fa4859f0265736eb1e08413ad8f9f7d Mon Sep 17 00:00:00 2001 From: Jon Ciesla Date: Mon, 23 May 2016 15:51:18 -0500 Subject: [PATCH] 2.40.0 --- python-boto.spec | 12 ++++++++---- sources | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/python-boto.spec b/python-boto.spec index 335f290..c993b93 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -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 - 2.40.0-1 +- 2.40.0. +- Kinesis patch upstreamed. + * Fri Jan 29 2016 Garrett Holmstrom - 2.39.0-1 - Updated to 2.39.0 (RH #1300424) - Switched to systemwide copy of python-six on el7 diff --git a/sources b/sources index b08810f..7e1e6f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -503e6ffd7d56dcdffa38cb316bb119e9 boto-2.39.0.tar.gz +1cc741c6a3e4210082b9eae760c051ac boto-2.40.0.tar.gz