pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-exceptiongroup



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Nov 22 19:51:55 UTC 2025

Modified Files:
        pkgsrc/devel/py-exceptiongroup: Makefile distinfo

Log Message:
py-exceptiongroup: updated to 1.3.1

1.3.1

- Fixed ``AttributeError: 'TracebackException' object has no attribute 'exceptions'``
  when formatting unpickled TBEs from another Python process which did not apply the
  ``exceptiongroup`` patches


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-exceptiongroup/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-exceptiongroup/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-exceptiongroup/Makefile
diff -u pkgsrc/devel/py-exceptiongroup/Makefile:1.16 pkgsrc/devel/py-exceptiongroup/Makefile:1.17
--- pkgsrc/devel/py-exceptiongroup/Makefile:1.16        Wed May 14 07:02:04 2025
+++ pkgsrc/devel/py-exceptiongroup/Makefile     Sat Nov 22 19:51:55 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2025/05/14 07:02:04 adam Exp $
+# $NetBSD: Makefile,v 1.17 2025/11/22 19:51:55 adam Exp $
 
-DISTNAME=      exceptiongroup-1.3.0
+DISTNAME=      exceptiongroup-1.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/exceptiongroup/}

Index: pkgsrc/devel/py-exceptiongroup/distinfo
diff -u pkgsrc/devel/py-exceptiongroup/distinfo:1.14 pkgsrc/devel/py-exceptiongroup/distinfo:1.15
--- pkgsrc/devel/py-exceptiongroup/distinfo:1.14        Wed May 14 07:02:04 2025
+++ pkgsrc/devel/py-exceptiongroup/distinfo     Sat Nov 22 19:51:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/05/14 07:02:04 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/11/22 19:51:55 adam Exp $
 
-BLAKE2s (exceptiongroup-1.3.0.tar.gz) = 819a8462de4020d6603e4677d5329d4b7e34740f900be624909d4632a104fa73
-SHA512 (exceptiongroup-1.3.0.tar.gz) = b8cbdaf7e7199240b931ca37676a2d5c3465e6ed09efcc23fe660c9fd911d5dde092fb66dfa70ec82dc49404e669bbdb5c55b2b26ef816c189e54797b6225833
-Size (exceptiongroup-1.3.0.tar.gz) = 29749 bytes
+BLAKE2s (exceptiongroup-1.3.1.tar.gz) = 2839c1eddecefbce45d1c6d31ac69b419bc6c440d7d23ceb949ed9027e3470d0
+SHA512 (exceptiongroup-1.3.1.tar.gz) = 5252b8be9f86bfda89ca2cc8d5ac31503729f3135cc7fc880919b60d91d50ae1e183ec7afdc1cd0b5007809ddf0f394c3a1ce09c0ef71286a14aad91d1876ca0
+Size (exceptiongroup-1.3.1.tar.gz) = 30371 bytes



Home | Main Index | Thread Index | Old Index