Date: Sun, 7 Oct 2012 15:15:53 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305490 - head/devel/py-simplejson Message-ID: <201210071515.q97FFrv6021679@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 7 15:15:53 2012 New Revision: 305490 URL: http://svn.freebsd.org/changeset/ports/305490 Log: - Update to 2.6.2 - Reformat pkg-descr - Change WWW to PyPI Changes: https://github.com/simplejson/simplejson/blob/master/CHANGES.txt Modified: head/devel/py-simplejson/Makefile (contents, props changed) head/devel/py-simplejson/distinfo (contents, props changed) head/devel/py-simplejson/pkg-descr (contents, props changed) Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/Makefile Sun Oct 7 15:15:53 2012 (r305490) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= simplejson -PORTVERSION= 2.6.1 +PORTVERSION= 2.6.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/distinfo Sun Oct 7 15:15:53 2012 (r305490) @@ -1,2 +1,2 @@ -SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c -SIZE (simplejson-2.6.1.tar.gz) = 53180 +SHA256 (simplejson-2.6.2.tar.gz) = 1b28d0896a76d4db1ab759204c039ab1ca4bf28bd30d6bf9c79172454e750dd3 +SIZE (simplejson-2.6.2.tar.gz) = 53228 Modified: head/devel/py-simplejson/pkg-descr ============================================================================== --- head/devel/py-simplejson/pkg-descr Sun Oct 7 15:09:51 2012 (r305489) +++ head/devel/py-simplejson/pkg-descr Sun Oct 7 15:15:53 2012 (r305490) @@ -5,11 +5,11 @@ dependencies. It covers the full JSON sp decoding, with unicode support. By default, encoding is done in an encoding neutral fashion (plain ASCII with \uXXXX escapes for unicode characters). -The encoder may be subclassed to provide serialization in any kind of -situation, without any special support by the objects to be serialized -(somewhat like pickle). +The encoder may be subclassed to provide serialization in any kind of situation, +without any special support by the objects to be serialized (somewhat like +pickle). -The decoder can handle incoming JSON strings of any specified encoding -(UTF-8 by default). +The decoder can handle incoming JSON strings of any specified encoding (UTF-8 by +default). -WWW: https://github.com/simplejson/simplejson +WWW: http://pypi.python.org/pypi/simplejson
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210071515.q97FFrv6021679>