Subject: CVS commit: pkgsrc/textproc/py-jsonpickle
From: Adam Ciarcinski
Date: 2020-07-21 12:57:13
Message id: 20200721105713.29896FB28@cvs.NetBSD.org

Log Message:
py-jsonpickle: updated to 1.4.1

v1.4.1
* Patch release for Python 3.8 `importlib_metadata` support.

v1.4
* Python 3.8 support.
* ``jsonpickle.encode`` now supports the standard ``indent``
  and ``separators`` arguments, and passes them through to the
  active JSON backend library.
* We now include a custom handler for `array.array` objects.
* Dict key order is preserved when pickling dictionaries on Python3.
* Improved serialization of dictionaries with non-string keys.
  Previously, using an enum that was both the key and a value in
  a dictionary could end up with incorrect references to other
  objects.  The references are now properly maintained for dicts
  with object keys that are also referenced in the dict's values.
* Improved serialization of pandas.Series objects.

v1.3
* Improved round tripping of default dicts.
* Better support for cyclical references when encoding with
  ``unpicklable=False``.

Files:
RevisionActionfile
1.7modifypkgsrc/textproc/py-jsonpickle/Makefile
1.3modifypkgsrc/textproc/py-jsonpickle/PLIST
1.6modifypkgsrc/textproc/py-jsonpickle/distinfo