pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-simplejson py-simplejson: updated to 3.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04962a0818e9
branches:  trunk
changeset: 388208:04962a0818e9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 15 05:34:01 2022 +0000

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

 converters/py-simplejson/Makefile |  5 ++---
 converters/py-simplejson/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5f0cb7603977 -r 04962a0818e9 converters/py-simplejson/Makefile
--- a/converters/py-simplejson/Makefile Mon Nov 14 23:50:44 2022 +0000
+++ b/converters/py-simplejson/Makefile Tue Nov 15 05:34:01 2022 +0000
@@ -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 -r 5f0cb7603977 -r 04962a0818e9 converters/py-simplejson/distinfo
--- a/converters/py-simplejson/distinfo Mon Nov 14 23:50:44 2022 +0000
+++ b/converters/py-simplejson/distinfo Tue Nov 15 05:34:01 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index