pkgsrc/textproc/py-jsonpickle
adam 08e2c60ea2 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
2018-10-11 10:42:02 +00:00
..
DESCR
distinfo py-jsonpickle: updated to 1.0 2018-10-11 10:42:02 +00:00
Makefile py-jsonpickle: updated to 1.0 2018-10-11 10:42:02 +00:00
PLIST py-jsonpickle: updated to 1.0 2018-10-11 10:42:02 +00:00