Subject: CVS commit: pkgsrc/textproc/py-jsonpickle
From: Adam Ciarcinski
Date: 2019-07-03 22:14:59
Message id: 20190703201500.0DC52FBF4@cvs.NetBSD.org

Log Message:
py-jsonpickle: updated to 1.2

Version 1.2:

* Simplified JSON representation for __reduce__ values.

* Improved Pandas support with new handlers for more Pandas data types.

* Prevent stack overflows caused by bugs in user-defined __getstate__
  functions which cause infinite recursion.

* Improved support for objects that contain dicts with Integer keys.
  Previously, jsonpickle could not restore objects that contained
  dicts with integer keys and provided getstate only.
  These objects are now handled robustly.

* Support for encoding binary data in base85_ instead of base64 has been
  added on Python 3. Base85 produces payloads about 10% smaller than base64,
  albeit at the cost of lower throughput.  For performance and backwards
  compatibility with Python 2 the pickler uses base64 by default, but it can
  be configured to use base85 with the new use_base85 argument.

* Dynamic SQLAlchemy tables in SQLAlchemy >= 1.3 are now supported.

Files:
RevisionActionfile
1.5modifypkgsrc/textproc/py-jsonpickle/Makefile
1.5modifypkgsrc/textproc/py-jsonpickle/distinfo