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:           Mon Sep  7 07:27:37 UTC 2026

Modified Files:
        pkgsrc/textproc/py-ujson: Makefile distinfo

Log Message:
py-ujson: updated to 6.0.0

6.0.0

Changed

Assorted cleanup refactors

Removed

Reduce bytes-like support to only bytes and bytearray

Fixed

Allow default handler to handle bytes
Update build dependencies to avoid warning about missing [tool.setuptools_scm] section
Tighten UTF-8 validation for ujson.loads()-ing strings from bytes
Fix memory leak when the default() handler returns non-serialisable objects until its recursion limit is hit


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/py-ujson/Makefile
cvs rdiff -u -r1.25 -r1.26 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.30 pkgsrc/textproc/py-ujson/Makefile:1.31
--- pkgsrc/textproc/py-ujson/Makefile:1.30      Sun Jun 21 08:02:36 2026
+++ pkgsrc/textproc/py-ujson/Makefile   Mon Sep  7 07:27:36 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2026/06/21 08:02:36 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2026/09/07 07:27:36 adam Exp $
 
-DISTNAME=      ujson-5.13.0
+DISTNAME=      ujson-6.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=u/ujson/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/ultrajson/u
 COMMENT=       Ultra fast JSON encoder and decoder for Python
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=80:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=9.2:../../devel/py-setuptools_scm
 
 USE_LANGUAGES= c c++
 

Index: pkgsrc/textproc/py-ujson/distinfo
diff -u pkgsrc/textproc/py-ujson/distinfo:1.25 pkgsrc/textproc/py-ujson/distinfo:1.26
--- pkgsrc/textproc/py-ujson/distinfo:1.25      Sun Jun 21 08:02:36 2026
+++ pkgsrc/textproc/py-ujson/distinfo   Mon Sep  7 07:27:36 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.25 2026/06/21 08:02:36 wiz Exp $
+$NetBSD: distinfo,v 1.26 2026/09/07 07:27:36 adam Exp $
 
-BLAKE2s (ujson-5.13.0.tar.gz) = 5e9e6a9a4d79780c63cc8a8e9eff6492e4f7fa5c55ca9b1085855a4db9d8606f
-SHA512 (ujson-5.13.0.tar.gz) = 9735048e850ecfcffe0b5e0744ccca8bb4aea04fc310c3157e64d53f6e8520762541b9afccb7c400fb4de98c87758cb12bb1fa8a57d4db4562d5abbeedee09b0
-Size (ujson-5.13.0.tar.gz) = 7166784 bytes
+BLAKE2s (ujson-6.0.0.tar.gz) = 0db634c53f7f868630a5aa32be31ff858130ad5114a1f5a8844b82e7b6a395f0
+SHA512 (ujson-6.0.0.tar.gz) = 12b687916bdbba2df356b845f6d34cf45b7a8b8012faf28b7b73fbd43d5b9bbf7e35ad7f6e63eb8ca8a8ccba589f360aca4394a2276cd79f8d6704272aa99f58
+Size (ujson-6.0.0.tar.gz) = 7169158 bytes



Home | Main Index | Thread Index | Old Index