[python26-boto/el5: 19/21] Update to 2.25.0

gholms gholms at fedoraproject.org
Mon Feb 10 23:20:42 UTC 2014


commit 1364e967a2ed848247a9255f4b57af1a68a9ffbb
Author: Garrett Holmstrom <gholms at devzero.com>
Date:   Mon Feb 10 14:44:50 2014 -0800

    Update to 2.25.0

 boto-2.23.0-s3-anon.patch |   15 ---------------
 boto-2.9.9-adjtype.patch  |   26 --------------------------
 python-boto.spec          |   15 +++++----------
 sources                   |    2 +-
 4 files changed, 6 insertions(+), 52 deletions(-)
---
diff --git a/python-boto.spec b/python-boto.spec
index fe1a42b..1285b7a 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.23.0
+Version:        2.25.0
 Release:        1%{?dist}
 License:        MIT
 Group:          Development/Languages
@@ -11,13 +11,6 @@ BuildRequires:  python-devel >= 2.5, python-setuptools-devel
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# Fix auto-scaling get_all_adjustment_types
-# https://github.com/boto/boto/pull/1538
-Patch2:         boto-2.9.9-adjtype.patch
-# Fix auth for anonymous S3 requests
-# https://github.com/boto/boto/issues/1988
-Patch3:         boto-2.23.0-s3-anon.patch
-
 
 %description
 Boto is a Python package that provides interfaces to Amazon Web Services.
@@ -28,8 +21,6 @@ use, lightweight wrapper around the Amazon services.
 
 %prep
 %setup -q -n boto-%{version}
-%patch2 -p1
-%patch3 -p1
 
 rm -r boto.egg-info
 
@@ -65,6 +56,10 @@ rm -r boto.egg-info
 %{python_sitelib}/boto*.egg-info
 
 %changelog
+* Mon Feb 10 2014 Garrett Holmstrom <gholms at fedoraproject.org> - 2.25.0-1
+- Updated to 2.25.0
+- This update makes s3.get_bucket use HEAD instead of GET
+
 * Mon Jan 20 2014 Garrett Holmstrom <gholms at fedoraproject.org> - 2.23.0-1
 - Updated to 2.23.0
 - Fixed auth for anonymous S3 requests (boto #1988)
diff --git a/sources b/sources
index a1af4cf..8edcc4a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b2fc1f946eed3b3577fa6fb6cf0d016d  boto-2.23.0.tar.gz
+6b77d186bbed11fdd3d7ee0d6caa53a4  boto-2.25.0.tar.gz


More information about the scm-commits mailing list