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:           Fri Apr 19 04:15:24 UTC 2024

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

Log Message:
py-exceptiongroup: updated to 1.2.1

1.2.1

- Updated the copying of ``__notes__`` to match CPython behavior
- Corrected the type annotation of the exception handler callback to accept a
  ``BaseExceptionGroup`` instead of ``BaseException``
- Fixed type errors on Python < 3.10 and the type annotation of ``suppress()``


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-exceptiongroup/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/devel/py-exceptiongroup/Makefile:1.13
--- pkgsrc/devel/py-exceptiongroup/Makefile:1.12        Wed Nov 22 12:59:23 2023
+++ pkgsrc/devel/py-exceptiongroup/Makefile     Fri Apr 19 04:15:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2023/11/22 12:59:23 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/19 04:15:24 adam Exp $
 
-DISTNAME=      exceptiongroup-1.2.0
+DISTNAME=      exceptiongroup-1.2.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.11 pkgsrc/devel/py-exceptiongroup/distinfo:1.12
--- pkgsrc/devel/py-exceptiongroup/distinfo:1.11        Wed Nov 22 12:59:23 2023
+++ pkgsrc/devel/py-exceptiongroup/distinfo     Fri Apr 19 04:15:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2023/11/22 12:59:23 adam Exp $
+$NetBSD: distinfo,v 1.12 2024/04/19 04:15:24 adam Exp $
 
-BLAKE2s (exceptiongroup-1.2.0.tar.gz) = d90bc347ac3467d167ef691985c8d24963756ad529cf704ac5f7d25312cc6192
-SHA512 (exceptiongroup-1.2.0.tar.gz) = 8c7724d2f55108f6f77a40989c55d546af6eb0c2024a38f4180ff7724906f4d98343a681eba5e9646c9dbe5456252d58dade5dde241f20c0025b09637b66404c
-Size (exceptiongroup-1.2.0.tar.gz) = 26264 bytes
+BLAKE2s (exceptiongroup-1.2.1.tar.gz) = bd9bfd16a764f8b65a69e47ccfba283f483269588ef89cc50767f2c6c5ad5272
+SHA512 (exceptiongroup-1.2.1.tar.gz) = 7e0216ac2d76f0b3d29a0690790aa98d8e0f019eaee74e37e4ddcb97553a6a4d5037982478e663e8dfba49731444decda06122a3cb68f1c538589f5b43bdebfc
+Size (exceptiongroup-1.2.1.tar.gz) = 28717 bytes



Home | Main Index | Thread Index | Old Index