You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/08/30 14:51:38 UTC

libcloud git commit: Switch from pypip.in to shields.io. pypip.in has been down for a while now.

Repository: libcloud
Updated Branches:
  refs/heads/trunk 1695d45b1 -> 529cff46f


Switch from pypip.in to shields.io. pypip.in has been down for a while now.

Also add IRC channel badge.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/529cff46
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/529cff46
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/529cff46

Branch: refs/heads/trunk
Commit: 529cff46f4875f27cd548327176e99669947e74e
Parents: 1695d45
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Aug 30 14:49:19 2015 +0200
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Aug 30 14:51:29 2015 +0200

----------------------------------------------------------------------
 README.rst | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/529cff46/README.rst
----------------------------------------------------------------------
diff --git a/README.rst b/README.rst
index a89282c..80da9b4 100644
--- a/README.rst
+++ b/README.rst
@@ -1,24 +1,27 @@
 Apache Libcloud - a unified interface into the cloud
 ====================================================
 
-.. image:: https://pypip.in/version/apache-libcloud/badge.png
+.. image:: https://img.shields.io/pypi/v/apache-libcloud.svg
     :target: https://pypi.python.org/pypi/apache-libcloud/
 
-.. image:: https://pypip.in/d/apache-libcloud/badge.png
+.. image:: https://img.shields.io/pypi/dm/apache-libcloud.svg
         :target: https://pypi.python.org/pypi/apache-libcloud/
 
-.. image:: https://secure.travis-ci.org/apache/libcloud.png?branch=trunk
+.. image:: https://img.shields.io/travis/apache/libcloud/trunk.svg
         :target: http://travis-ci.org/apache/libcloud
 
-.. image:: https://pypip.in/py_versions/apache-libcloud/badge.png
+.. image:: https://img.shields.io/pypi/pyversions/apache-libcloud.svg
         :target: https://pypi.python.org/pypi/apache-libcloud/
 
-.. image:: https://pypip.in/wheel/apache-libcloud/badge.png
+.. image:: https://img.shields.io/pypi/wheel/apache-libcloud.svg
         :target: https://pypi.python.org/pypi/apache-libcloud/
 
-.. image:: https://pypip.in/license/apache-libcloud/badge.png
+.. image:: https://img.shields.io/github/license/apache/libcloud.svg
         :target: https://github.com/apache/libcloud/blob/trunk/LICENSE
 
+.. image:: https://img.shields.io/irc/%23libcloud.png
+        :target: http://webchat.freenode.net/?channels=libcloud
+
 Apache Libcloud is a Python library which hides differences between different
 cloud provider APIs and allows you to manage different cloud resources
 through a unified and easy to use API.