diff options
author | adam <adam@pkgsrc.org> | 2022-11-15 05:34:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-11-15 05:34:01 +0000 |
commit | 2959c7b9b1ae09cc9fbd6624716a2edb47fa4e3d (patch) | |
tree | 11844721f49a5a51b8a1c2c7ca6df604f5feedfb /converters/py-simplejson | |
parent | 5ff856c31068693c89c367207caf51541cbb0b0a (diff) | |
download | pkgsrc-2959c7b9b1ae09cc9fbd6624716a2edb47fa4e3d.tar.gz |
py-simplejson: updated to 3.18.0
Version 3.18.0 released 2022-11-14
* Allow serialization of classes that implement for_json or _asdict by
ignoring TypeError when those methods are called
* Raise JSONDecodeError instead of ValueError in invalid unicode escape
sequence edge case
Diffstat (limited to 'converters/py-simplejson')
-rw-r--r-- | converters/py-simplejson/Makefile | 5 | ||||
-rw-r--r-- | converters/py-simplejson/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/py-simplejson/Makefile b/converters/py-simplejson/Makefile index 8021569446e..f552e2e51d5 100644 --- a/converters/py-simplejson/Makefile +++ b/converters/py-simplejson/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2022/01/04 20:52:40 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2022/11/15 05:34:01 adam Exp $ -DISTNAME= simplejson-3.17.6 +DISTNAME= simplejson-3.18.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= converters python MASTER_SITES= ${MASTER_SITE_PYPI:=s/simplejson/} diff --git a/converters/py-simplejson/distinfo b/converters/py-simplejson/distinfo index 46450749211..7f21e58067a 100644 --- a/converters/py-simplejson/distinfo +++ b/converters/py-simplejson/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.35 2021/11/17 08:38:38 adam Exp $ +$NetBSD: distinfo,v 1.36 2022/11/15 05:34:01 adam Exp $ -BLAKE2s (simplejson-3.17.6.tar.gz) = 45a53e4fa9858d451d2208a681ef51730096305c5ee8fe37495c6d350f40819c -SHA512 (simplejson-3.17.6.tar.gz) = 4a25032fcc78025d82db571716deef8769f036a330560f92e14563687db4a42dbe60866b8afb57baf24104ef94fcbe938cdbddfc169542664957eef2d00d04e3 -Size (simplejson-3.17.6.tar.gz) = 83134 bytes +BLAKE2s (simplejson-3.18.0.tar.gz) = 7aac4f1ff366e8b92a225d69db7872f3f2396823a668b81f206f805d792b042a +SHA512 (simplejson-3.18.0.tar.gz) = 952177fc707e5b1fb6450093876f9a7af1026271cb792bb8dc0418b83906ae32e7f2251b96f531101197d0b3204a97124bff02f7abc4cf700da4edf1320b6b08 +Size (simplejson-3.18.0.tar.gz) = 83533 bytes |