Skip to content

Commit

Permalink
update to py-simplejson-3.8.2
Browse files Browse the repository at this point in the history
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.
  simplejson/simplejson#130
  simplejson/simplejson#122

Version 3.8.1 released 2015-10-27

* Fix issue with iterable_as_array and indent option
  simplejson/simplejson#128
* Fix typo in keyword argument name introduced in 3.8.0
  simplejson/simplejson#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)
  simplejson/simplejson@e18cc09#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
  simplejson/simplejson#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.
  simplejson/simplejson#118
  • Loading branch information
richard committed Aug 19, 2016
1 parent 806c597 commit b94dfaf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
4 changes: 2 additions & 2 deletions converters/py-simplejson/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
8 changes: 7 additions & 1 deletion converters/py-simplejson/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions converters/py-simplejson/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit b94dfaf

Please sign in to comment.