pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-ujson
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 6 09:24:43 UTC 2022
Modified Files:
pkgsrc/textproc/py-ujson: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-ujson/Makefile \
pkgsrc/textproc/py-ujson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-ujson/Makefile
diff -u pkgsrc/textproc/py-ujson/Makefile:1.12 pkgsrc/textproc/py-ujson/Makefile:1.13
--- pkgsrc/textproc/py-ujson/Makefile:1.12 Tue Jan 4 20:55:08 2022
+++ pkgsrc/textproc/py-ujson/Makefile Wed Apr 6 09:24:43 2022
@@ -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/}
Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.12 pkgsrc/textproc/py-ujson/distinfo:1.13
--- pkgsrc/textproc/py-ujson/distinfo:1.12 Mon Jan 3 07:51:15 2022
+++ pkgsrc/textproc/py-ujson/distinfo Wed Apr 6 09:24:43 2022
@@ -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