diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-02-14 12:03:52 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-02-14 12:03:52 +0000 |
commit | 226dfcce0b7ade16ec8914bd9c14195f3e654a3f (patch) | |
tree | 640dde93a77e6779aaad4ad2f7ccd623d186be80 /databases/py-swiftclient | |
parent | 03787f1f4eaab75986486300ab29268554693374 (diff) | |
download | ports-226dfcce0b7ade16ec8914bd9c14195f3e654a3f.tar.gz ports-226dfcce0b7ade16ec8914bd9c14195f3e654a3f.zip |
Notes
Diffstat (limited to 'databases/py-swiftclient')
-rw-r--r-- | databases/py-swiftclient/Makefile | 2 | ||||
-rw-r--r-- | databases/py-swiftclient/distinfo | 4 | ||||
-rw-r--r-- | databases/py-swiftclient/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-swiftclient/Makefile b/databases/py-swiftclient/Makefile index 7636efe8f165..c2ae0287b5e3 100644 --- a/databases/py-swiftclient/Makefile +++ b/databases/py-swiftclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swiftclient -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-swiftclient/distinfo b/databases/py-swiftclient/distinfo index e31b35828195..b6c9c099af3f 100644 --- a/databases/py-swiftclient/distinfo +++ b/databases/py-swiftclient/distinfo @@ -1,2 +1,2 @@ -SHA256 (python-swiftclient-1.2.0.tar.gz) = d6c57284240acc4ff4f4d125dc8d152ade395a611b478ed6ec9848bf8d62928a -SIZE (python-swiftclient-1.2.0.tar.gz) = 46999 +SHA256 (python-swiftclient-1.3.0.tar.gz) = 9aac48035d497473bf198f80aab71149765c520611421d640b68feca3e230ebd +SIZE (python-swiftclient-1.3.0.tar.gz) = 52707 diff --git a/databases/py-swiftclient/pkg-descr b/databases/py-swiftclient/pkg-descr index 55e405766894..f8c8be3aa3f8 100644 --- a/databases/py-swiftclient/pkg-descr +++ b/databases/py-swiftclient/pkg-descr @@ -1,7 +1,7 @@ This is a python client for the Swift API. There's a Python API (the ``swiftclient`` module), and a command-line script (``swift``). -This code is based on original the client previously included with +This code is based on the original client previously included with OpenStack's swift -- a highly available, distributed, eventually consistent object/blob store. |