pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-tracerite



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Dec 30 13:35:36 UTC 2025

Modified Files:
        pkgsrc/devel/py-tracerite: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-tracerite/Makefile \
    pkgsrc/devel/py-tracerite/distinfo
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-tracerite/PLIST

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-tracerite/Makefile
diff -u pkgsrc/devel/py-tracerite/Makefile:1.5 pkgsrc/devel/py-tracerite/Makefile:1.6
--- pkgsrc/devel/py-tracerite/Makefile:1.5      Sun Dec 28 08:16:09 2025
+++ pkgsrc/devel/py-tracerite/Makefile  Tue Dec 30 13:35:36 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2025/12/28 08:16:09 adam Exp $
+# $NetBSD: Makefile,v 1.6 2025/12/30 13:35:36 adam Exp $
 
-DISTNAME=      tracerite-2.2.1
+DISTNAME=      tracerite-2.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/tracerite/}
Index: pkgsrc/devel/py-tracerite/distinfo
diff -u pkgsrc/devel/py-tracerite/distinfo:1.5 pkgsrc/devel/py-tracerite/distinfo:1.6
--- pkgsrc/devel/py-tracerite/distinfo:1.5      Sun Dec 28 08:16:09 2025
+++ pkgsrc/devel/py-tracerite/distinfo  Tue Dec 30 13:35:36 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/12/28 08:16:09 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/12/30 13:35:36 adam Exp $
 
-BLAKE2s (tracerite-2.2.1.tar.gz) = 2ed712a09c95de7a4e3061fe3a9e66e974e280144e19e7fcb72fb3fdf74cdd35
-SHA512 (tracerite-2.2.1.tar.gz) = 0d5e36bf4d15c79ef9e2d25db183344028deb1471832745b1fd7e18ed05046343743001f72a9d19e315b6746b90ec79ad9a98debd265628b4de5b58475430101
-Size (tracerite-2.2.1.tar.gz) = 42059 bytes
+BLAKE2s (tracerite-2.3.0.tar.gz) = d30ff9e1f3e18829d0830d002146ace536795d0d9d8c71608752db66cce2e70c
+SHA512 (tracerite-2.3.0.tar.gz) = fd74a9f26d44f1b4561270a89df108fee2158a5cf8a7773d5a4d78b50ac1d6304159bfe0f4e0124a5c6ceace4780d2ecc6aaf565865ec140360cb2802309f8e3
+Size (tracerite-2.3.0.tar.gz) = 59267 bytes

Index: pkgsrc/devel/py-tracerite/PLIST
diff -u pkgsrc/devel/py-tracerite/PLIST:1.3 pkgsrc/devel/py-tracerite/PLIST:1.4
--- pkgsrc/devel/py-tracerite/PLIST:1.3 Sat Dec 27 08:24:29 2025
+++ pkgsrc/devel/py-tracerite/PLIST     Tue Dec 30 13:35:36 2025
@@ -1,10 +1,13 @@
-@comment $NetBSD: PLIST,v 1.3 2025/12/27 08:24:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/12/30 13:35:36 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/tracerite/__init__.py
 ${PYSITELIB}/tracerite/__init__.pyc
 ${PYSITELIB}/tracerite/__init__.pyo
+${PYSITELIB}/tracerite/chain_analysis.py
+${PYSITELIB}/tracerite/chain_analysis.pyc
+${PYSITELIB}/tracerite/chain_analysis.pyo
 ${PYSITELIB}/tracerite/fastapi.py
 ${PYSITELIB}/tracerite/fastapi.pyc
 ${PYSITELIB}/tracerite/fastapi.pyo



Home | Main Index | Thread Index | Old Index