pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/converters/py-simplejson
Module Name: pkgsrc
Committed By: richard
Date: Fri Aug 19 06:17:43 UTC 2016
Modified Files:
pkgsrc/converters/py-simplejson: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/converters/py-simplejson/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/converters/py-simplejson/PLIST
cvs rdiff -u -r1.20 -r1.21 pkgsrc/converters/py-simplejson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/converters/py-simplejson/Makefile
diff -u pkgsrc/converters/py-simplejson/Makefile:1.30 pkgsrc/converters/py-simplejson/Makefile:1.31
--- pkgsrc/converters/py-simplejson/Makefile:1.30 Wed Jun 8 17:43:21 2016
+++ pkgsrc/converters/py-simplejson/Makefile Fri Aug 19 06:17:43 2016
@@ -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/}
Index: pkgsrc/converters/py-simplejson/PLIST
diff -u pkgsrc/converters/py-simplejson/PLIST:1.12 pkgsrc/converters/py-simplejson/PLIST:1.13
--- pkgsrc/converters/py-simplejson/PLIST:1.12 Fri May 30 13:25:48 2014
+++ pkgsrc/converters/py-simplejson/PLIST Fri Aug 19 06:17:43 2016
@@ -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_inden
${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_separ
${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
Index: pkgsrc/converters/py-simplejson/distinfo
diff -u pkgsrc/converters/py-simplejson/distinfo:1.20 pkgsrc/converters/py-simplejson/distinfo:1.21
--- pkgsrc/converters/py-simplejson/distinfo:1.20 Tue Nov 3 01:43:53 2015
+++ pkgsrc/converters/py-simplejson/distinfo Fri Aug 19 06:17:43 2016
@@ -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
Home |
Main Index |
Thread Index |
Old Index