From 31f78678c0857a48d1ead041140255264cd11f8c Mon Sep 17 00:00:00 2001 From: Garrett Holmstrom Date: Feb 10 2014 22:44:59 +0000 Subject: Update description --- diff --git a/python-boto.spec b/python-boto.spec index 1285b7a..9633fd6 100644 --- a/python-boto.spec +++ b/python-boto.spec @@ -14,10 +14,12 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Boto is a Python package that provides interfaces to Amazon Web Services. -It supports S3 (Simple Storage Service), SQS (Simple Queue Service) via -the REST API's provided by those services and EC2 (Elastic Compute Cloud) -via the Query API. The goal of boto is to provide a very simple, easy to -use, lightweight wrapper around the Amazon services. +It supports over thirty services, such as S3 (Simple Storage Service), +SQS (Simple Queue Service), and EC2 (Elastic Compute Cloud) via their +REST and Query APIs. The goal of boto is to support the full breadth +and depth of Amazon Web Services. In addition, boto provides support +for other public services such as Google Storage in addition to private +cloud systems like Eucalyptus, OpenStack and Open Nebula. %prep %setup -q -n boto-%{version}