Summary: | databases/py-swiftclient: update to 1.3.0 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikolaj Golub <trociny> | ||||
Component: | Individual Port(s) | Assignee: | Frederic Culot <culot> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Mikolaj Golub
![]() ![]() Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) Responsible Changed From-To: freebsd-python->culot I'll take it. Author: culot Date: Thu Feb 14 12:03:52 2013 New Revision: 312216 URL: http://svnweb.freebsd.org/changeset/ports/312216 Log: - Update to 1.3.0 - Fix typo in pkg-descr PR: ports/175994 Submitted by: trociny@ Modified: head/databases/py-swiftclient/Makefile head/databases/py-swiftclient/distinfo head/databases/py-swiftclient/pkg-descr Modified: head/databases/py-swiftclient/Makefile ============================================================================== --- head/databases/py-swiftclient/Makefile Thu Feb 14 11:57:08 2013 (r312215) +++ head/databases/py-swiftclient/Makefile Thu Feb 14 12:03:52 2013 (r312216) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= swiftclient -PORTVERSION= 1.2.0 +PORTVERSION= 1.3.0 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/databases/py-swiftclient/distinfo ============================================================================== --- head/databases/py-swiftclient/distinfo Thu Feb 14 11:57:08 2013 (r312215) +++ head/databases/py-swiftclient/distinfo Thu Feb 14 12:03:52 2013 (r312216) @@ -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 Modified: head/databases/py-swiftclient/pkg-descr ============================================================================== --- head/databases/py-swiftclient/pkg-descr Thu Feb 14 11:57:08 2013 (r312215) +++ head/databases/py-swiftclient/pkg-descr Thu Feb 14 12:03:52 2013 (r312216) @@ -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. _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |