pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-exceptiongroup py-exceptiongroup: updated to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/92fc4bd654af
branches:  trunk
changeset: 388348:92fc4bd654af
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 17 10:32:42 2022 +0000

description:
py-exceptiongroup: updated to 1.0.4

1.0.4

Fixed regression introduced in v1.0.3 where the code computing the suggestions would assume that both the obj attribute of AttributeError is always available, even though this is only true from 
Python 3.10 onwards

diffstat:

 devel/py-exceptiongroup/Makefile |  4 ++--
 devel/py-exceptiongroup/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 02948c36f149 -r 92fc4bd654af devel/py-exceptiongroup/Makefile
--- a/devel/py-exceptiongroup/Makefile  Thu Nov 17 10:30:14 2022 +0000
+++ b/devel/py-exceptiongroup/Makefile  Thu Nov 17 10:32:42 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/11/15 09:30:43 adam Exp $
+# $NetBSD: Makefile,v 1.6 2022/11/17 10:32:42 adam Exp $
 
-DISTNAME=      exceptiongroup-1.0.3
+DISTNAME=      exceptiongroup-1.0.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/exceptiongroup/}
diff -r 02948c36f149 -r 92fc4bd654af devel/py-exceptiongroup/distinfo
--- a/devel/py-exceptiongroup/distinfo  Thu Nov 17 10:30:14 2022 +0000
+++ b/devel/py-exceptiongroup/distinfo  Thu Nov 17 10:32:42 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/11/15 09:30:43 adam Exp $
+$NetBSD: distinfo,v 1.6 2022/11/17 10:32:42 adam Exp $
 
-BLAKE2s (exceptiongroup-1.0.3.tar.gz) = d34df5583408c4a535abf8fcad7256215bb222f281925f9cd7039dd3f33b7c60
-SHA512 (exceptiongroup-1.0.3.tar.gz) = ac24f83e429eba38f6f5f25ebb2c5595e9f9fd39f08db5df32f3a315b4074dbb0fe2de73ca5160bd120e5448d6e7bb6406e1b7e1d6a3ba5e2de6f9afd5bf306d
-Size (exceptiongroup-1.0.3.tar.gz) = 14655 bytes
+BLAKE2s (exceptiongroup-1.0.4.tar.gz) = 62efad893a754652364db9248ef025f2829a5e9874b5b281a4ee9996dc6afceb
+SHA512 (exceptiongroup-1.0.4.tar.gz) = 557e149459441997dafb48b2a74928dcb014e677f3b4d92b77496191de10cfaaa9ddd25fc5a4e2fbb3ac6b23180274478b90b6ce5895ae3c20274ec604cc9a52
+Size (exceptiongroup-1.0.4.tar.gz) = 14701 bytes



Home | Main Index | Thread Index | Old Index