pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/py-ujson py-ujson: updated to 5.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20e8ba34703d
branches:  trunk
changeset: 376352:20e8ba34703d
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 06 09:24:43 2022 +0000

description:
py-ujson: updated to 5.2.0

5.2.0

Added

Support parsing NaN, Infinity and -Infinity
Support dynamically linking against system double-conversion library
Add env var to control stripping debug info
Add JSONDecodeError

Fixed

Fix buffer overflows (CVE-2021-45958)
Upgrade Black to fix Click
simplify exception handling on integer overflow
Remove dead code that used to handle the separate int type in Python 2
Fix exceptions on encoding list or dict elements and non-overflow errors on int handling getting silenced

diffstat:

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

diffs (27 lines):

diff -r 9abb1873537d -r 20e8ba34703d textproc/py-ujson/Makefile
--- a/textproc/py-ujson/Makefile        Wed Apr 06 06:12:09 2022 +0000
+++ b/textproc/py-ujson/Makefile        Wed Apr 06 09:24:43 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2022/01/04 20:55:08 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/06 09:24:43 adam Exp $
 
-DISTNAME=      ujson-5.1.0
+DISTNAME=      ujson-5.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
 
diff -r 9abb1873537d -r 20e8ba34703d textproc/py-ujson/distinfo
--- a/textproc/py-ujson/distinfo        Wed Apr 06 06:12:09 2022 +0000
+++ b/textproc/py-ujson/distinfo        Wed Apr 06 09:24:43 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2022/01/03 07:51:15 adam Exp $
+$NetBSD: distinfo,v 1.13 2022/04/06 09:24:43 adam Exp $
 
-BLAKE2s (ujson-5.1.0.tar.gz) = 20106052324c0708b8285bd7918c9ab9b8ee450fc0d56007472e1dd5d066ec3f
-SHA512 (ujson-5.1.0.tar.gz) = 8988696918402f9e540e878eeafb2d29ed2819d4fa6ca801251a0411981eab2663eb16599a37ffa531e2e036706bd27cb1467bac17c33579e010d106da488951
-Size (ujson-5.1.0.tar.gz) = 7128147 bytes
+BLAKE2s (ujson-5.2.0.tar.gz) = 431d2bf2e9367f8f1ee8539b2ed1e1cde57029599f834dab0df7b9734dca0465
+SHA512 (ujson-5.2.0.tar.gz) = c0ef90bdaa2d5e02109ea3e01288ff9ab4e4bd865ea0a33d915de2878cb13a04f24fe278f86582e042b430e6b20077f2b337d6a4349777a803e9725666952fd6
+Size (ujson-5.2.0.tar.gz) = 7135591 bytes



Home | Main Index | Thread Index | Old Index