diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-30 13:25:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-30 13:25:48 +0000 |
commit | 74ecd581da9bb74167fa6b65a32e3c377a2e0d2c (patch) | |
tree | db3541d55b1d3983f6251c0fbe645941a468bb26 /converters | |
parent | a59b5953af09aa24decd4da3efd43371b902ba37 (diff) | |
download | pkgsrc-74ecd581da9bb74167fa6b65a32e3c377a2e0d2c.tar.gz |
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
Diffstat (limited to 'converters')
-rw-r--r-- | converters/py-simplejson/Makefile | 4 | ||||
-rw-r--r-- | converters/py-simplejson/PLIST | 5 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
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 |