From 28b4014b3fd32e09696e91a2aa5d6e59d6d6daf7 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 30 May 2014 13:25:48 +0000 Subject: Update to 3.5.2: Version 3.5.2 released 2014-05-22 * Fix Windows build with VS2008 https://github.com/simplejson/simplejson/pull/97 Version 3.5.1 released 2014-05-21 * Consistently reject int_as_string_bitcount settings that are not positive integers Version 3.5.0 released 2014-05-20 * Added int_as_string_bitcount encoder option https://github.com/simplejson/pull/96 * Fixed potential crash when encoder created with incorrect options --- converters/py-simplejson/Makefile | 4 ++-- converters/py-simplejson/PLIST | 5 ++++- converters/py-simplejson/distinfo | 8 ++++---- 3 files changed, 10 insertions(+), 7 deletions(-) (limited to 'converters') diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index f232af361ce..e3fb5436dae 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2014/05/03 23:38:33 rodent Exp $ +# $NetBSD: Makefile,v 1.23 2014/05/30 13:25:48 wiz Exp $ -DISTNAME= simplejson-3.4.1 +DISTNAME= simplejson-3.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= converters MASTER_SITES= https://pypi.python.org/packages/source/s/simplejson/ diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST index 0c0f981706c..77fdafba005 100644 --- a/converters/py-simplejson/PLIST +++ b/converters/py-simplejson/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2014/05/03 23:38:33 rodent Exp $ +@comment $NetBSD: PLIST,v 1.12 2014/05/30 13:25:48 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -28,6 +28,9 @@ ${PYSITELIB}/simplejson/tests/__init__.pyo ${PYSITELIB}/simplejson/tests/test_bigint_as_string.py ${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyc ${PYSITELIB}/simplejson/tests/test_bigint_as_string.pyo +${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.py +${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyc +${PYSITELIB}/simplejson/tests/test_bitsize_int_as_string.pyo ${PYSITELIB}/simplejson/tests/test_check_circular.py ${PYSITELIB}/simplejson/tests/test_check_circular.pyc ${PYSITELIB}/simplejson/tests/test_check_circular.pyo diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 5e95edfe780..33a8c4ac67f 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2014/05/03 23:38:33 rodent Exp $ +$NetBSD: distinfo,v 1.13 2014/05/30 13:25:48 wiz Exp $ -SHA1 (simplejson-3.4.1.tar.gz) = d00e3b83e5171884daab7f8036d70582d6ea52b5 -RMD160 (simplejson-3.4.1.tar.gz) = f2020332827c59caf177b9ffe693ecff726b1ddc -Size (simplejson-3.4.1.tar.gz) = 68927 bytes +SHA1 (simplejson-3.5.2.tar.gz) = cec245bc0d1ec880ffe2106f3318b5f7c44e5774 +RMD160 (simplejson-3.5.2.tar.gz) = f4971f6eab33707b9ab704cff86edb8169a93543 +Size (simplejson-3.5.2.tar.gz) = 70170 bytes -- cgit v1.2.3