pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-ijson
Module Name: pkgsrc
Committed By: adam
Date: Wed Jul 8 07:55:51 UTC 2026
Modified Files:
pkgsrc/devel/py-ijson: Makefile distinfo
Log Message:
py-ijson: updated to 3.5.1
3.5.1
* The internal `ijson.common.ObjectBuilder` no longer creates internal reference
cycles, so discarded builders are freed by reference counting instead
of waiting for a cyclic garbage collection pass. This lowers peak
memory usage for code that builds and discards one large object at a
time. As a side effect, `builder.value` is now `None` before any
event is processed (previously accessing it raised `AttributeError`),
and the undocumented `containers` attribute holds the in-progress
containers rather than setter closures.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-ijson/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ijson/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-ijson/Makefile
diff -u pkgsrc/devel/py-ijson/Makefile:1.9 pkgsrc/devel/py-ijson/Makefile:1.10
--- pkgsrc/devel/py-ijson/Makefile:1.9 Wed Feb 25 14:35:13 2026
+++ pkgsrc/devel/py-ijson/Makefile Wed Jul 8 07:55:51 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/02/25 14:35:13 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/08 07:55:51 adam Exp $
-DISTNAME= ijson-3.5.0
+DISTNAME= ijson-3.5.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ijson/}
Index: pkgsrc/devel/py-ijson/distinfo
diff -u pkgsrc/devel/py-ijson/distinfo:1.7 pkgsrc/devel/py-ijson/distinfo:1.8
--- pkgsrc/devel/py-ijson/distinfo:1.7 Wed Feb 25 14:35:14 2026
+++ pkgsrc/devel/py-ijson/distinfo Wed Jul 8 07:55:51 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2026/02/25 14:35:14 adam Exp $
+$NetBSD: distinfo,v 1.8 2026/07/08 07:55:51 adam Exp $
-BLAKE2s (ijson-3.5.0.tar.gz) = 82f170c971cc9ae651bd55fabcabf551ab235bfb3aeee8a27cc6c143ac9df8c1
-SHA512 (ijson-3.5.0.tar.gz) = 2a50ce4837ced0dc026c477c1efccb021795839b26b1d2bebfafafba8109d424a1aac3b374f6c122f116b3f419cab77c22c5a5fa5ffeacf4281ae9677cd46a41
-Size (ijson-3.5.0.tar.gz) = 68658 bytes
+BLAKE2s (ijson-3.5.1.tar.gz) = 07589fdd6617c128a743fd39b1969fd59fd927db055a9d7299f10607b6d61569
+SHA512 (ijson-3.5.1.tar.gz) = 5eaa1699a29ebc3659be7ddc36779b0994d59fa0c02b4581ac213b2d85cae36b0c868ae9137e5004ccd6f5018696dbbb7c34d6a6910dc49b9423975ca2af7921
+Size (ijson-3.5.1.tar.gz) = 69913 bytes
Home |
Main Index |
Thread Index |
Old Index