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 Feb 25 14:35:14 UTC 2026
Modified Files:
pkgsrc/devel/py-ijson: Makefile PLIST distinfo
Log Message:
py-ijson: updated to 3.5.0
3.5.0
* Added input iterator support via the new `ijson.from_iter` adapter.
It allows users to easily consume iterators and async iterators,
with common examples being HTTP stream responses
as modelled by the `requests` and `httpx` libraries.
* Introdued `tox` for common task execution.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-ijson/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-ijson/PLIST
cvs rdiff -u -r1.6 -r1.7 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.8 pkgsrc/devel/py-ijson/Makefile:1.9
--- pkgsrc/devel/py-ijson/Makefile:1.8 Mon May 19 09:12:35 2025
+++ pkgsrc/devel/py-ijson/Makefile Wed Feb 25 14:35:13 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/05/19 09:12:35 adam Exp $
+# $NetBSD: Makefile,v 1.9 2026/02/25 14:35:13 adam Exp $
-DISTNAME= ijson-3.4.0
+DISTNAME= ijson-3.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ijson/}
Index: pkgsrc/devel/py-ijson/PLIST
diff -u pkgsrc/devel/py-ijson/PLIST:1.5 pkgsrc/devel/py-ijson/PLIST:1.6
--- pkgsrc/devel/py-ijson/PLIST:1.5 Sat Apr 12 11:18:39 2025
+++ pkgsrc/devel/py-ijson/PLIST Wed Feb 25 14:35:14 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/04/12 11:18:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2026/02/25 14:35:14 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -7,6 +7,9 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level.
${PYSITELIB}/ijson/__init__.py
${PYSITELIB}/ijson/__init__.pyc
${PYSITELIB}/ijson/__init__.pyo
+${PYSITELIB}/ijson/adapters.py
+${PYSITELIB}/ijson/adapters.pyc
+${PYSITELIB}/ijson/adapters.pyo
${PYSITELIB}/ijson/backends/__init__.py
${PYSITELIB}/ijson/backends/__init__.pyc
${PYSITELIB}/ijson/backends/__init__.pyo
Index: pkgsrc/devel/py-ijson/distinfo
diff -u pkgsrc/devel/py-ijson/distinfo:1.6 pkgsrc/devel/py-ijson/distinfo:1.7
--- pkgsrc/devel/py-ijson/distinfo:1.6 Mon May 19 09:12:35 2025
+++ pkgsrc/devel/py-ijson/distinfo Wed Feb 25 14:35:14 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2025/05/19 09:12:35 adam Exp $
+$NetBSD: distinfo,v 1.7 2026/02/25 14:35:14 adam Exp $
-BLAKE2s (ijson-3.4.0.tar.gz) = b7afaad9012448f00c69948b982fd8bed9176c7f78c2a540c14e2ea25ebb643a
-SHA512 (ijson-3.4.0.tar.gz) = 2d473adaf31c84b601e1499aadd9086201b29c02c1abd432a8ed9464e42010d9a5a29f1be7d0a186eca4bb8a3b3482d27651583c020dc688257fd41b4b9729f7
-Size (ijson-3.4.0.tar.gz) = 65782 bytes
+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
Home |
Main Index |
Thread Index |
Old Index