[python26-boto/el5: 4/21] Update to 2.6.0

gholms gholms at fedoraproject.org
Mon Feb 10 23:19:26 UTC 2014


commit 84b03ce3d86364ee41d4e9e797f73cd5936b0792
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Nov 21 14:55:15 2012 -0800

    Update to 2.6.0
    
    Note that this version enables SSL cert verification by default.  See
    upstream release notes at
    https://github.com/boto/boto/wiki/2.6.0-Release-Notes for details.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=876517

 python-boto.spec |   12 ++++++------
 sources          |    3 +--
 2 files changed, 7 insertions(+), 8 deletions(-)
---
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 <gholms at fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list