summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2016-08-19 06:17:43 +0000
committerrichard <richard@pkgsrc.org>2016-08-19 06:17:43 +0000
commit5e44df468ff55d2b8bc4a81e2104afa6f2c9dcd2 (patch)
tree5bf0e224518d5866de1f1897c3abac5265399b39 /converters
parent9ebbb69dfbfd0df69fe332ce26a438142f2cba93 (diff)
downloadpkgsrc-5e44df468ff55d2b8bc4a81e2104afa6f2c9dcd2.tar.gz
update to py-simplejson-3.8.2
Version 3.8.2 released 2016-02-14 * Fix implicit cast compiler warning in _speedups.c * simplejson is now available as wheels for OS X and Windows thanks to Travis-CI and AppVeyor respectively! Many thanks to @aebrahim for getting this party started. https://github.com/simplejson/simplejson/pull/130 https://github.com/simplejson/simplejson/issues/122 Version 3.8.1 released 2015-10-27 * Fix issue with iterable_as_array and indent option https://github.com/simplejson/simplejson/issues/128 * Fix typo in keyword argument name introduced in 3.8.0 https://github.com/simplejson/simplejson/pull/123 Version 3.8.0 released 2015-07-18 * New iterable_as_array encoder option to perform lazy serialization of any iterable objects, without having to convert to tuple or list. Version 3.7.3 released 2015-05-31 * Fix typo introduced in 3.7.0 (behavior should be indistinguishable) https://github.com/simplejson/simplejson/commit/e18cc09b688ea1f3305c27616fd3cadd2adc6d31#commitcomment-11443842 Version 3.7.2 released 2015-05-22 * Do not cache Decimal class in encoder, only reference the decimal module. This may make reload work in more common scenarios. Version 3.7.1 released 2015-05-18 * Fix compilation with MSVC https://github.com/simplejson/simplejson/pull/119 Version 3.7.0 released 2015-05-18 * simplejson no longer trusts custom str/repr methods for int, long, float subclasses. These instances are now formatted as if they were exact instances of those types. https://github.com/simplejson/simplejson/issues/118
Diffstat (limited to 'converters')
-rw-r--r--converters/py-simplejson/Makefile4
-rw-r--r--converters/py-simplejson/PLIST8
-rw-r--r--converters/py-simplejson/distinfo10
3 files changed, 14 insertions, 8 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile
index 1575afbd955..70e835f9a1f 100644
--- a/converters/py-simplejson/Makefile
+++ b/converters/py-simplejson/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2016/06/08 17:43:21 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2016/08/19 06:17:43 richard Exp $
-DISTNAME= simplejson-3.6.5
+DISTNAME= simplejson-3.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/}
diff --git a/converters/py-simplejson/PLIST b/converters/py-simplejson/PLIST
index 77fdafba005..93b686f246b 100644
--- a/converters/py-simplejson/PLIST
+++ b/converters/py-simplejson/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2014/05/30 13:25:48 wiz Exp $
+@comment $NetBSD: PLIST,v 1.13 2016/08/19 06:17:43 richard Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -70,6 +70,9 @@ ${PYSITELIB}/simplejson/tests/test_indent.pyo
${PYSITELIB}/simplejson/tests/test_item_sort_key.py
${PYSITELIB}/simplejson/tests/test_item_sort_key.pyc
${PYSITELIB}/simplejson/tests/test_item_sort_key.pyo
+${PYSITELIB}/simplejson/tests/test_iterable.py
+${PYSITELIB}/simplejson/tests/test_iterable.pyc
+${PYSITELIB}/simplejson/tests/test_iterable.pyo
${PYSITELIB}/simplejson/tests/test_namedtuple.py
${PYSITELIB}/simplejson/tests/test_namedtuple.pyc
${PYSITELIB}/simplejson/tests/test_namedtuple.pyo
@@ -94,6 +97,9 @@ ${PYSITELIB}/simplejson/tests/test_separators.pyo
${PYSITELIB}/simplejson/tests/test_speedups.py
${PYSITELIB}/simplejson/tests/test_speedups.pyc
${PYSITELIB}/simplejson/tests/test_speedups.pyo
+${PYSITELIB}/simplejson/tests/test_subclass.py
+${PYSITELIB}/simplejson/tests/test_subclass.pyc
+${PYSITELIB}/simplejson/tests/test_subclass.pyo
${PYSITELIB}/simplejson/tests/test_tool.py
${PYSITELIB}/simplejson/tests/test_tool.pyc
${PYSITELIB}/simplejson/tests/test_tool.pyo
diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo
index 84801d12fcc..312e21fb131 100644
--- a/converters/py-simplejson/distinfo
+++ b/converters/py-simplejson/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2015/11/03 01:43:53 agc Exp $
+$NetBSD: distinfo,v 1.21 2016/08/19 06:17:43 richard Exp $
-SHA1 (simplejson-3.6.5.tar.gz) = 4e3f2557fc8003115cf5d9c388845c03aec83121
-RMD160 (simplejson-3.6.5.tar.gz) = 92cdf480023d1b8062b7f3a6e7a106c353b824e0
-SHA512 (simplejson-3.6.5.tar.gz) = caa31badef5fdf550cea0dd7d9cfd80b210bb3be6a933fbca7b4d76e726e1b615817c4d203f887100933bb41476728e84f043419d8a721e002f8f08f142f3428
-Size (simplejson-3.6.5.tar.gz) = 73961 bytes
+SHA1 (simplejson-3.8.2.tar.gz) = bdc7526f83172210a2916ea433ecda782d0715de
+RMD160 (simplejson-3.8.2.tar.gz) = 07f88495512c57b5edc618509b3d1b0c7a498904
+SHA512 (simplejson-3.8.2.tar.gz) = 041445bcee97e37361ed6270937fb4e74b6fc05988678da213ddc4f57f83134bfc933b0fb22101c387898bffac1b29d6eb78f03ec0853cf1086b155cee6ca309
+Size (simplejson-3.8.2.tar.gz) = 76578 bytes