diff options
author | culot <culot@FreeBSD.org> | 2013-02-14 20:03:52 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2013-02-14 20:03:52 +0800 |
commit | 3374191e6bdb711a139c7eaa3888c9917742c513 (patch) | |
tree | 640dde93a77e6779aaad4ad2f7ccd623d186be80 /databases/py-swiftclient | |
parent | c0707db31a0d988681eb463a0533ad40a65b000f (diff) | |
download | freebsd-ports-gnome-3374191e6bdb711a139c7eaa3888c9917742c513.tar.gz freebsd-ports-gnome-3374191e6bdb711a139c7eaa3888c9917742c513.tar.zst freebsd-ports-gnome-3374191e6bdb711a139c7eaa3888c9917742c513.zip |
- Update to 1.3.0
- Fix typo in pkg-descr
PR: ports/175994
Submitted by: trociny@
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. |