Source-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.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba39874dcf0b
branches:  trunk
changeset: 435956:ba39874dcf0b
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 21 10:57:12 2020 +0000

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

diffstat:

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

diffs (50 lines):

diff -r 9003d6f605c3 -r ba39874dcf0b textproc/py-jsonpickle/Makefile
--- a/textproc/py-jsonpickle/Makefile   Tue Jul 21 10:15:39 2020 +0000
+++ b/textproc/py-jsonpickle/Makefile   Tue Jul 21 10:57:12 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/01/18 23:35:31 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2020/07/21 10:57:12 adam Exp $
 
-DISTNAME=      jsonpickle-1.2
+DISTNAME=      jsonpickle-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jsonpickle/}
@@ -10,6 +10,9 @@
 COMMENT=       Python library for serializing any arbitrary object graph into JSON
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
+DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata
+
 USE_LANGUAGES= # none
 
 do-test:
diff -r 9003d6f605c3 -r ba39874dcf0b textproc/py-jsonpickle/PLIST
--- a/textproc/py-jsonpickle/PLIST      Tue Jul 21 10:15:39 2020 +0000
+++ b/textproc/py-jsonpickle/PLIST      Tue Jul 21 10:57:12 2020 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2018/10/11 10:42:02 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/07/21 10:57:12 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/jsonpickle/__init__.py
 ${PYSITELIB}/jsonpickle/__init__.pyc
diff -r 9003d6f605c3 -r ba39874dcf0b textproc/py-jsonpickle/distinfo
--- a/textproc/py-jsonpickle/distinfo   Tue Jul 21 10:15:39 2020 +0000
+++ b/textproc/py-jsonpickle/distinfo   Tue Jul 21 10:57:12 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2019/07/03 20:14:59 adam Exp $
+$NetBSD: distinfo,v 1.6 2020/07/21 10:57:12 adam Exp $
 
-SHA1 (jsonpickle-1.2.tar.gz) = 221d5365e92352dda0238e526df02567cacd4b64
-RMD160 (jsonpickle-1.2.tar.gz) = eeadb48d325c40a2e0d02494098363abf4032aa9
-SHA512 (jsonpickle-1.2.tar.gz) = 0a5bfb2e77175c9174ee1783301c613e25fcfa60f07e610206d1e1e34053e90b21b12bc1b1045dd03ff2d4efe5940d85d852800037ca01397994c022f0ffb2c6
-Size (jsonpickle-1.2.tar.gz) = 74693 bytes
+SHA1 (jsonpickle-1.4.1.tar.gz) = 4823723b6c5aa733f6427b6b0c20b615c3b95241
+RMD160 (jsonpickle-1.4.1.tar.gz) = 8e916215d2da2e7c2f6971102e0e1b7e4809f69b
+SHA512 (jsonpickle-1.4.1.tar.gz) = ed6bf3472c59ba907a973c5c6f05de13dbfc75eef103796b8f8a63d388f769527f22667ca8761092d1649ff2caf5a73de0593e370df3e7fcabe06e73b265da35
+Size (jsonpickle-1.4.1.tar.gz) = 104564 bytes



Home | Main Index | Thread Index | Old Index