diff --git a/boto-2.25.0-roboto-param.patch b/boto-2.25.0-roboto-param.patch deleted file mode 100644 index d111d59..0000000 --- a/boto-2.25.0-roboto-param.patch +++ /dev/null @@ -1,21 +0,0 @@ -Index: boto/boto/roboto/param.py -=================================================================== ---- boto.orig/boto/roboto/param.py -+++ boto/boto/roboto/param.py -@@ -67,7 +67,7 @@ class Converter(object): - except: - raise ValidationException(param, '') - --class Param(object): -+class Param(Converter): - - def __init__(self, name=None, ptype='string', optional=True, - short_name=None, long_name=None, doc='', -@@ -142,6 +142,6 @@ class Param(object): - :param value: The value to convert. This should always - be a string. - """ -- return super(Param, self).convert(value) -+ return super(Param, self).convert(self, value) - - diff --git a/python-boto.spec b/python-boto.spec index 0dd353b..cc9434a 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,20 +1,17 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -Summary: A simple lightweight interface to Amazon Web Services +Summary: A simple, lightweight interface to Amazon Web Services Name: python-boto -Version: 2.25.0 -Release: 2%{?dist} +Version: 2.27.0 +Release: 1%{?dist} License: MIT Group: Development/Languages URL: https://github.com/boto/boto Source: http://pypi.python.org/packages/source/b/boto/boto-%{version}.tar.gz -BuildRequires: python-devel >= 2.5, python-setuptools-devel -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Fix roboto parameter type conversion -# https://github.com/boto/boto/pull/2094 -# https://bugzilla.redhat.com/show_bug.cgi?id=1064550 -Patch1: boto-2.25.0-roboto-param.patch +BuildRequires: python-devel +BuildRequires: python-setuptools + +BuildArch: noarch %description @@ -28,7 +25,6 @@ cloud systems like Eucalyptus, OpenStack and Open Nebula. %prep %setup -q -n boto-%{version} -%patch1 -p1 rm -r boto.egg-info @@ -64,7 +60,10 @@ rm -r boto.egg-info %{python_sitelib}/boto*.egg-info %changelog -* Wed Feb 12 2014 Garrett Holmstorm - 2.25.0-2 +* Fri Mar 21 2014 Garrett Holmstrom - 2.27.0-1 +- Updated to 2.27.0 + +* Wed Feb 12 2014 Garrett Holmstrom - 2.25.0-2 - Fixed roboto parameter type conversion (boto #2094, RH #1064550) * Mon Feb 10 2014 Garrett Holmstrom - 2.25.0-1 diff --git a/sources b/sources index 8edcc4a..57cc60f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b77d186bbed11fdd3d7ee0d6caa53a4 boto-2.25.0.tar.gz +47a4d81554380b21d85005f91d12a585 boto-2.27.0.tar.gz