>Submitter-Id: current-users >Originator: Kubilay Kocak >Organization: >Confidential: no >Synopsis: [PATCH] devel/py-simplejson: update to 2.6.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Environment: System: FreeBSD freebsd-9-amd64 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Sat Jul 7 21:26:56 EST >Description: - Update to 2.6.1 - Add test: target for unit tests
Changes: Version 2.6.1 released 2012-07-27 * raw_decode() now skips whitespace before the object https://github.com/simplejson/simplejson/pull/38 ==[QA]== port test: looks fine. unit test: Ran 170 tests in 1.675s - OK redports: https://redports.org/buildarchive/20120829104937-159/ Port maintainer (pyt...@freebsd.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-simplejson-2.6.1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/Makefile ./Makefile --- /usr/ports/devel/py-simplejson/Makefile 2012-06-28 11:24:49.000000000 +1000 +++ ./Makefile 2012-08-29 20:48:44.000000000 +1000 @@ -6,7 +6,7 @@ # PORTNAME= simplejson -PORTVERSION= 2.6.0 +PORTVERSION= 2.6.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,4 +19,7 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +test: build + cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test + .include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/devel/py-simplejson/distinfo ./distinfo --- /usr/ports/devel/py-simplejson/distinfo 2012-06-28 11:24:49.000000000 +1000 +++ ./distinfo 2012-08-29 20:41:19.000000000 +1000 @@ -1,2 +1,2 @@ -SHA256 (simplejson-2.6.0.tar.gz) = 8119b9bfb10b9ca3b0b63f8555b8efd114595ff01ba2d1c34c8aaf91e7d0badc -SIZE (simplejson-2.6.0.tar.gz) = 53012 +SHA256 (simplejson-2.6.1.tar.gz) = b15befbd41157ec21795efcd960828be193cec6334b3e94bb99e02b32daad17c +SIZE (simplejson-2.6.1.tar.gz) = 53180 --- py27-simplejson-2.6.1.patch ends here --- _______________________________________________ freebsd-python@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"