[python26-boto/el5: 7/15] Upgrade to 2.0 (#723088)

gholms gholms at fedoraproject.org
Thu Jun 14 00:14:14 UTC 2012


commit 2216c62ce6138c39f69eb7c9092c0c7dbc3e9faa
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Mon Aug 15 21:20:14 2011 +0200

    Upgrade to 2.0 (#723088)

 .gitignore                      |    2 +-
 python-boto-1.9b-image.patch    |   42 -------------
 python-boto-1.9b-prefix.patch   |   15 -----
 python-boto-1.9b-python24.patch |  121 ---------------------------------------
 python-boto-1.9b-python27.patch |   27 ---------
 python-boto.spec                |   25 ++++----
 sources                         |    2 +-
 7 files changed, 15 insertions(+), 219 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 94ed4e3..52a0571 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-boto-1.9b.tar.gz
+boto-2.0.tar.gz
diff --git a/python-boto.spec b/python-boto.spec
index 2388899..9a4a9a8 100644
--- a/python-boto.spec
+++ b/python-boto.spec
@@ -3,17 +3,13 @@
 
 Summary:	A simple lightweight interface to Amazon Web Services
 Name:		python-boto
-Version:	1.9b
-Release:	6%{?dist}
+Version:	2.0
+Release:	1%{?dist}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
 Source:		http://boto.googlecode.com/files/%{pkgname}-%{version}.tar.gz
-Patch0:		python-boto-1.9b-image.patch
-Patch1:		python-boto-1.9b-prefix.patch
-Patch2:		python-boto-1.9b-python27.patch
-Patch3:		python-boto-1.9b-python24.patch
-BuildRequires:	python-devel, python-setuptools-devel
+BuildRequires:	python-devel >= 2.5, python-setuptools-devel
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -26,10 +22,6 @@ use, lightweight wrapper around the Amazon services.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
-%patch0 -p1 -b .image
-%patch1 -p1 -b .prefix
-%patch2 -p1 -b .python27
-%patch3 -p1 -b .python24
 
 %build
 %{__python} setup.py build
@@ -43,17 +35,26 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README
+%{_bindir}/bundle_image
+%{_bindir}/cfadmin
+%{_bindir}/cq
 %{_bindir}/elbadmin
 %{_bindir}/fetch_file
+%{_bindir}/kill_instance
 %{_bindir}/launch_instance
 %{_bindir}/list_instances
+%{_bindir}/lss3
+%{_bindir}/pyami_sendmail
+%{_bindir}/route53
 %{_bindir}/s3put
 %{_bindir}/sdbadmin
 %{_bindir}/taskadmin
 %{python_sitelib}/*
 
 %changelog
+* Mon Aug 15 2011 Robert Scheck <robert at fedoraproject.org> 2.0-1
+- Upgrade to 2.0 (#723088)
+
 * Sun Jan 02 2011 Robert Scheck <robert at fedoraproject.org> 1.9b-6
 - Added a patch for python 2.4 support (#656446, #661233)
 
diff --git a/sources b/sources
index 15ceac8..1836b6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4fc2fd7b70a971b1363f8465aafe7091  boto-1.9b.tar.gz
+e238262c5ff417a2b59a8b24ae06b9ce  boto-2.0.tar.gz


More information about the scm-commits mailing list