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: Tue Jul 4 10:07:21 UTC 2023
Modified Files:
pkgsrc/devel/py-exceptiongroup: Makefile distinfo
Log Message:
py-exceptiongroup: updated to 1.1.2
1.1.2
Changed handling of exceptions in exception group handler callbacks to not wrap a single exception in an exception group, as per CPython issue 103590
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-exceptiongroup/Makefile \
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.8 pkgsrc/devel/py-exceptiongroup/Makefile:1.9
--- pkgsrc/devel/py-exceptiongroup/Makefile:1.8 Mon Mar 13 08:44:06 2023
+++ pkgsrc/devel/py-exceptiongroup/Makefile Tue Jul 4 10:07:21 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/03/13 08:44:06 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/07/04 10:07:21 adam Exp $
-DISTNAME= exceptiongroup-1.1.1
+DISTNAME= exceptiongroup-1.1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=e/exceptiongroup/}
@@ -11,15 +11,14 @@ COMMENT= Backport of PEP 654 (exception
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-flit_scm-[0-9]*:../../devel/py-flit_scm
-#TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-# 'tests' directory not in pypi distfile
-#do-test:
-# cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-exceptiongroup/distinfo
diff -u pkgsrc/devel/py-exceptiongroup/distinfo:1.8 pkgsrc/devel/py-exceptiongroup/distinfo:1.9
--- pkgsrc/devel/py-exceptiongroup/distinfo:1.8 Mon Mar 13 08:44:06 2023
+++ pkgsrc/devel/py-exceptiongroup/distinfo Tue Jul 4 10:07:21 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2023/03/13 08:44:06 adam Exp $
+$NetBSD: distinfo,v 1.9 2023/07/04 10:07:21 adam Exp $
-BLAKE2s (exceptiongroup-1.1.1.tar.gz) = b6188931f42da052638c0123c8fa4d2535f37d223b374c4286f94f2f0c38d0c4
-SHA512 (exceptiongroup-1.1.1.tar.gz) = c12bc08230995c0099d4c2d7664dd069ecbfcda3b2fbfe4c5d8497642c977835ca8ec449af5e28842b47d48b983f7d291acf5a9db049e2afa317ecd29cd5c565
-Size (exceptiongroup-1.1.1.tar.gz) = 14828 bytes
+BLAKE2s (exceptiongroup-1.1.2.tar.gz) = 9dff85bc6772f00e5bc4e9a34b89e13a7b1ea8fe02d0c4df3eba238f494f8578
+SHA512 (exceptiongroup-1.1.2.tar.gz) = 89512808683f1ddc35b8eb2248f12e7fe98ece9741e4afc625664e83e51003e5f6773752fbce48e6c0af7eb00798689131f4ef87b76d42eeeb34b94a5bce2ffa
+Size (exceptiongroup-1.1.2.tar.gz) = 23124 bytes
Home |
Main Index |
Thread Index |
Old Index