- 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 (python@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports)
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->sbz I'll take it.
Author: sbz Date: Fri Sep 7 10:02:30 2012 New Revision: 303808 URL: http://svn.freebsd.org/changeset/ports/303808 Log: - Update to 2.6.1 - Add regression-test target PR: ports/171159 Submitted by: Kubilay Kocak <koobs.freebsd at gmail.com> Modified: head/devel/py-simplejson/Makefile head/devel/py-simplejson/distinfo Modified: head/devel/py-simplejson/Makefile ============================================================================== --- head/devel/py-simplejson/Makefile Fri Sep 7 09:49:25 2012 (r303807) +++ head/devel/py-simplejson/Makefile Fri Sep 7 10:02:30 2012 (r303808) @@ -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 @@ LICENSE= MIT USE_PYTHON= -2.7 USE_PYDISTUTILS= yes +regression-test: build + @(cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test) + .include <bsd.port.mk> Modified: head/devel/py-simplejson/distinfo ============================================================================== --- head/devel/py-simplejson/distinfo Fri Sep 7 09:49:25 2012 (r303807) +++ head/devel/py-simplejson/distinfo Fri Sep 7 10:02:30 2012 (r303808) @@ -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 \ No newline at end of file _______________________________________________ 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, with minor changes. Thanks!