Path to this page:
Subject: CVS commit: pkgsrc/textproc/py-jsonpickle
From: Adam Ciarcinski
Date: 2018-10-11 12:42:02
Message id: 20181011104202.C460BFBEE@cvs.NetBSD.org
Log Message:
py-jsonpickle: updated to 1.0
Version 1.0:
NOTE jsonpickle no longer supports Python2.6, or Python3 < 3.4. The \
officially supported Python versions are now 2.7 and 3.4+.
Improved Pandas and Numpy support.
Improved support for pickling iterators.
Better support for the stdlib json module when simplejson is not installed.
jsonpickle will now output python3-style module names when pickling builtins \
methods or functions.
jsonpickle will always flatten primitives, even when max_depth is reached, which \
avoids encoding unicode strings into their u'string' representation.
Nested classes are now supported on Python 3.
Better support for older (pre-1.9) versions of numpy
Files: