Skip to content

Commit 95fd2c2

Browse files
author
adam
committed
py-tracerite: updated to 2.3.0
2.3.0 Single traceback in chronological order: simplified HTML and TTY output Pruned more excess code lines for a shorter overall output and inspect only strictly relevant (marked) variables. Custom logic for combining tracebacks of chained exceptions into a single timeline Special handling of except frames for clarity of flow in exception chains Exception text moved to bottom, where it occurs, rather than at top of call chain Implemented separate h2 / line at top as the title ExceptionGroup (parallel timelines) support with HTML and TTY output Simplified output format with less cruft to see, call frames as oneliners (still expandable in HTML) Removed old HTML view with scrolling logic, nearly all javascript, floating symbols etc. Adding CI and genbadges
1 parent 0a6ad91 commit 95fd2c2

3 files changed

Lines changed: 10 additions & 7 deletions

File tree

devel/py-tracerite/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.5 2025/12/28 08:16:09 adam Exp $
1+
# $NetBSD: Makefile,v 1.6 2025/12/30 13:35:36 adam Exp $
22

3-
DISTNAME= tracerite-2.2.1
3+
DISTNAME= tracerite-2.3.0
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
55
CATEGORIES= devel python
66
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tracerite/}

devel/py-tracerite/PLIST

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
@comment $NetBSD: PLIST,v 1.3 2025/12/27 08:24:29 adam Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2025/12/30 13:35:36 adam Exp $
22
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
33
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
44
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
55
${PYSITELIB}/tracerite/__init__.py
66
${PYSITELIB}/tracerite/__init__.pyc
77
${PYSITELIB}/tracerite/__init__.pyo
8+
${PYSITELIB}/tracerite/chain_analysis.py
9+
${PYSITELIB}/tracerite/chain_analysis.pyc
10+
${PYSITELIB}/tracerite/chain_analysis.pyo
811
${PYSITELIB}/tracerite/fastapi.py
912
${PYSITELIB}/tracerite/fastapi.pyc
1013
${PYSITELIB}/tracerite/fastapi.pyo

devel/py-tracerite/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.5 2025/12/28 08:16:09 adam Exp $
1+
$NetBSD: distinfo,v 1.6 2025/12/30 13:35:36 adam Exp $
22

3-
BLAKE2s (tracerite-2.2.1.tar.gz) = 2ed712a09c95de7a4e3061fe3a9e66e974e280144e19e7fcb72fb3fdf74cdd35
4-
SHA512 (tracerite-2.2.1.tar.gz) = 0d5e36bf4d15c79ef9e2d25db183344028deb1471832745b1fd7e18ed05046343743001f72a9d19e315b6746b90ec79ad9a98debd265628b4de5b58475430101
5-
Size (tracerite-2.2.1.tar.gz) = 42059 bytes
3+
BLAKE2s (tracerite-2.3.0.tar.gz) = d30ff9e1f3e18829d0830d002146ace536795d0d9d8c71608752db66cce2e70c
4+
SHA512 (tracerite-2.3.0.tar.gz) = fd74a9f26d44f1b4561270a89df108fee2158a5cf8a7773d5a4d78b50ac1d6304159bfe0f4e0124a5c6ceace4780d2ecc6aaf565865ec140360cb2802309f8e3
5+
Size (tracerite-2.3.0.tar.gz) = 59267 bytes

0 commit comments

Comments
 (0)