[Python-modules-commits] r28523 - in packages/libcloud/trunk/debian (control)

eighthave at users.alioth.debian.org eighthave at users.alioth.debian.org
Tue Apr 15 00:59:52 UTC 2014


    Date: Tuesday, April 15, 2014 @ 00:59:51
  Author: eighthave
Revision: 28523

update homepage, standards version, and description

Modified:
  packages/libcloud/trunk/debian/control

Modified: packages/libcloud/trunk/debian/control
===================================================================
--- packages/libcloud/trunk/debian/control	2014-04-14 20:59:36 UTC (rev 28522)
+++ packages/libcloud/trunk/debian/control	2014-04-15 00:59:51 UTC (rev 28523)
@@ -4,9 +4,9 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Soren Hansen <soren at ubuntu.com>
 Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-simplejson
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
-Homepage: http://libcloud.org/
+Homepage: https://libcloud.apache.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/libcloud/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/libcloud/trunk/
 
@@ -14,12 +14,17 @@
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-simplejson
 Description: unified Python interface into the cloud
- libcloud is a pure Python client library for interacting with many of
- the popular cloud server providers. It was created to make it easy for
- developers to build products that work between any of the services that
- it supports.
+ libcloud is a pure Python client library for interacting with many of the
+ popular cloud server providers using a unified API. It was created to make it
+ easy for developers to build products that work between any of the services
+ that it supports.
  .
+  * Avoid vendor lock-in
+  * Use the same API to talk to many different providers
+  * More than 30 supported providers total
+  * Four main APIs: Compute, Storage, Load Balancers, DNS
+  * Supports Python 2.5, Python 2.6, Python 2.7, PyPy and Python 3
+ .
  libcloud was originally created by the folks over at Cloudkick, but has
  since grown into an independent free software project licensed under
  the Apache License (2.0).
-




More information about the Python-modules-commits mailing list