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: Mon May 19 09:12:35 UTC 2025
Modified Files:
pkgsrc/devel/py-ijson: Makefile distinfo
Log Message:
py-ijson: updated to 3.4.0
3.4.0
* Added support for PEP 489 multi-phase initialisation
and per-module state for our C extension,
allowing us to support sub-interpreters with per-interpreter GIL.
* Advertise support for free-threading python mode.
* Removed support for Python < 3.9.
* Enhanced generators so they yield all possible results to users
before errors are raised.
* Added `ijson.ALL_BACKENDS` constant
listing all supported backends
(which might or not be available at runtime).
* Added a `capabilities` constant to each backend
describing which capabilities it supports.
* Exposing backend's name under ``<backend>.backend_name``,
and default backend's name under ``ijson.backend_name``.
This is similar to the already existing ``name`` constant,
only slightly better named to hopefully avoid confusion.
* Restructured source code so all code lives under `src/`,
and the `ijson.backends._yajl2` extension under `src/ijson/backends/ext/_yajl2`.
This allows C backend tests to actually run on cibuildwheel.
* Improved performance of `parse` routine in C backend by ~4%.
* Fixed several potential stability issues in C backend
around correct error handling.
* Fixed corner-case wrong behaviour of `yajl2_c` backend,
which didn't work correctly with user-provided event names.
* Pointing to our own fork of yajl (for when we build it ourselves)
that contains fixes for all known CVEs.
* Removed leftover compatibility bits in the C backend.
* Fixed potential issue with `yajl` and `yajl2` backends
where crashes could occur at interpreter shutdown.
* Removed tox.
* Moved static project metadata to `pyproject.toml`.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-ijson/Makefile
cvs rdiff -u -r1.5 -r1.6 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.7 pkgsrc/devel/py-ijson/Makefile:1.8
--- pkgsrc/devel/py-ijson/Makefile:1.7 Sat Apr 12 11:18:39 2025
+++ pkgsrc/devel/py-ijson/Makefile Mon May 19 09:12:35 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2025/04/12 11:18:39 adam Exp $
+# $NetBSD: Makefile,v 1.8 2025/05/19 09:12:35 adam Exp $
-DISTNAME= ijson-3.3.0
+DISTNAME= ijson-3.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ijson/}
Index: pkgsrc/devel/py-ijson/distinfo
diff -u pkgsrc/devel/py-ijson/distinfo:1.5 pkgsrc/devel/py-ijson/distinfo:1.6
--- pkgsrc/devel/py-ijson/distinfo:1.5 Mon Jul 22 15:05:46 2024
+++ pkgsrc/devel/py-ijson/distinfo Mon May 19 09:12:35 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/07/22 15:05:46 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/05/19 09:12:35 adam Exp $
-BLAKE2s (ijson-3.3.0.tar.gz) = 0126d5b73510828992acc79d1577171860be56d5c7d55730100c85e38393f669
-SHA512 (ijson-3.3.0.tar.gz) = 9517919b98904608f81ee0292968e9c8951e3e96cdec286d945eebcd94ae6322c08a878ebfabce3e226646bf04488710274563b1f48048707bc78e51941b5d23
-Size (ijson-3.3.0.tar.gz) = 60079 bytes
+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
Home |
Main Index |
Thread Index |
Old Index