pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-jsonpickle py-jsonpickle: updated to 1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c5fe47cd881
branches:  trunk
changeset: 313837:5c5fe47cd881
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Oct 11 10:42:02 2018 +0000

description:
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

diffstat:

 textproc/py-jsonpickle/Makefile |   4 ++--
 textproc/py-jsonpickle/PLIST    |   5 ++++-
 textproc/py-jsonpickle/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (46 lines):

diff -r 695cff6e3d1c -r 5c5fe47cd881 textproc/py-jsonpickle/Makefile
--- a/textproc/py-jsonpickle/Makefile   Thu Oct 11 10:26:52 2018 +0000
+++ b/textproc/py-jsonpickle/Makefile   Thu Oct 11 10:42:02 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2018/02/14 11:27:22 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/10/11 10:42:02 adam Exp $
 
-DISTNAME=      jsonpickle-0.9.6
+DISTNAME=      jsonpickle-1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonpickle/}
diff -r 695cff6e3d1c -r 5c5fe47cd881 textproc/py-jsonpickle/PLIST
--- a/textproc/py-jsonpickle/PLIST      Thu Oct 11 10:26:52 2018 +0000
+++ b/textproc/py-jsonpickle/PLIST      Thu Oct 11 10:42:02 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 11:04:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/10/11 10:42:02 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -18,6 +18,9 @@
 ${PYSITELIB}/jsonpickle/ext/numpy.py
 ${PYSITELIB}/jsonpickle/ext/numpy.pyc
 ${PYSITELIB}/jsonpickle/ext/numpy.pyo
+${PYSITELIB}/jsonpickle/ext/pandas.py
+${PYSITELIB}/jsonpickle/ext/pandas.pyc
+${PYSITELIB}/jsonpickle/ext/pandas.pyo
 ${PYSITELIB}/jsonpickle/handlers.py
 ${PYSITELIB}/jsonpickle/handlers.pyc
 ${PYSITELIB}/jsonpickle/handlers.pyo
diff -r 695cff6e3d1c -r 5c5fe47cd881 textproc/py-jsonpickle/distinfo
--- a/textproc/py-jsonpickle/distinfo   Thu Oct 11 10:26:52 2018 +0000
+++ b/textproc/py-jsonpickle/distinfo   Thu Oct 11 10:42:02 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/02/14 11:27:22 adam Exp $
+$NetBSD: distinfo,v 1.3 2018/10/11 10:42:02 adam Exp $
 
-SHA1 (jsonpickle-0.9.6.tar.gz) = e564a567c614bbdaf10fce4f2d76b27257d9d65b
-RMD160 (jsonpickle-0.9.6.tar.gz) = c2a2b3162cca869d6bbfb7c3be0dfa6468776232
-SHA512 (jsonpickle-0.9.6.tar.gz) = 3c948a612d5c771e01d14c4a50c069cd9fd92d7925ac5258a57eaf41adfc91582ebdb49ef60efc27cb87343f2e54f5e73db163a7655658a5017be33bcdcdd008
-Size (jsonpickle-0.9.6.tar.gz) = 67137 bytes
+SHA1 (jsonpickle-1.0.tar.gz) = 4185c52e1ccd32973ddaae7f4c40ac6c2eda8dc4
+RMD160 (jsonpickle-1.0.tar.gz) = c7b6a7cbfd352ab8a685b6c514a8f848bf609979
+SHA512 (jsonpickle-1.0.tar.gz) = ad286b51d3ded0c6da2204f96a268d10a0267581108859930f759c68dd4a2fa367fff8627f8a0a94aa3586f83176f803889ba39c2524ca72b79fab323a7aaf66
+Size (jsonpickle-1.0.tar.gz) = 70899 bytes



Home | Main Index | Thread Index | Old Index