diff --git a/python-boto.spec b/python-boto.spec index 0d74703..dcc0d51 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -1,7 +1,7 @@ %{!?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 Name: python-boto -Version: 2.5.2 +Version: 2.6.0 Release: 2%{?dist} License: MIT Group: Development/Languages @@ -11,10 +11,6 @@ BuildRequires: python-devel >= 2.5, python-setuptools-devel BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# https://bugzilla.redhat.com/show_bug.cgi?id=838076 -# Fixed with upstream commit 6870daf -Patch1: python-boto-2.5.2-emptydata.patch - %description Boto is a Python package that provides interfaces to Amazon Web Services. It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via @@ -24,7 +20,6 @@ use, lightweight wrapper around the Amazon services. %prep %setup -q -n boto-%{version} -%patch1 -p1 %build %{__python} setup.py build @@ -45,6 +40,7 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/cwutil %{_bindir}/elbadmin %{_bindir}/fetch_file +%{_bindir}/glacier %{_bindir}/instance_events %{_bindir}/kill_instance %{_bindir}/launch_instance @@ -59,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/* %changelog +* Wed Nov 21 2012 Garrett Holmstrom - 2.6.0-1 +- Updated to 2.6.0 (#876517) +- Note that this version enables SSL cert verification by default. + * Sat Jul 21 2012 Fedora Release Engineering - 2.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 7176fe3..e2db705 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -1f844d77eac3f49145724064e7ba7616 boto-2.5.1.tar.gz -be2ed101a4289d1e7271b9371438722d boto-2.5.2.tar.gz +f91986376c0330f837b935d833b6f6aa boto-2.6.0.tar.gz