pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-debugpy
Module Name: pkgsrc
Committed By: adam
Date: Tue Jun 2 09:15:05 UTC 2026
Modified Files:
pkgsrc/devel/py-debugpy: Makefile distinfo
Log Message:
py-debugpy: updated to 1.8.21
1.8.21
Fixes for:
Return evaluate result in DAP response body instead of writing to stdout:
Prevent invalid scopes request from crashing debug session:
Skip uninitialized __slots__ in variable resolver:
Handle -c arguments that are bytes instead of str:
Fix evaluation of variables from chained exception frames:
ContinueRequest with a specific threadId no longer resumes all threads (in-process adapter):
Avoid strong reference to exceptions during unwind:
Show error message on evaluate failures in the hover context:
Display dlerror output when dlopen fails:
Replace removed pkgutil.get_loader with importlib.util.find_spec in get_fullname:
Enhancements:
Add option to ignore all system exit codes:
Pull changes from pydevd up to March 2026:
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-debugpy/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-debugpy/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-debugpy/Makefile
diff -u pkgsrc/devel/py-debugpy/Makefile:1.24 pkgsrc/devel/py-debugpy/Makefile:1.25
--- pkgsrc/devel/py-debugpy/Makefile:1.24 Mon Feb 9 19:41:38 2026
+++ pkgsrc/devel/py-debugpy/Makefile Tue Jun 2 09:15:05 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2026/02/09 19:41:38 adam Exp $
+# $NetBSD: Makefile,v 1.25 2026/06/02 09:15:05 adam Exp $
-DISTNAME= debugpy-1.8.20
+DISTNAME= debugpy-1.8.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=d/debugpy/}
@@ -12,6 +12,8 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+PY_RENAME_BINARIES= debugpy debugpy-adapter
+
PLIST_VARS+= frame_eval pydevd_cython
.include "../../lang/python/pyversion.mk"
@@ -28,11 +30,5 @@ post-extract:
${FIND} ${WRKSRC} -type d -exec ${CHMOD} 755 {} +
${FIND} ${WRKSRC} -type f -exec ${CHMOD} 644 {} +
-post-install:
-.for bin in debugpy debugpy-adapter
- cd ${DESTDIR}${PREFIX}/bin && \
- ${MV} ${bin} ${bin}-${PYVERSSUFFIX} || ${TRUE}
-.endfor
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-debugpy/distinfo
diff -u pkgsrc/devel/py-debugpy/distinfo:1.20 pkgsrc/devel/py-debugpy/distinfo:1.21
--- pkgsrc/devel/py-debugpy/distinfo:1.20 Mon Feb 9 19:41:38 2026
+++ pkgsrc/devel/py-debugpy/distinfo Tue Jun 2 09:15:05 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2026/02/09 19:41:38 adam Exp $
+$NetBSD: distinfo,v 1.21 2026/06/02 09:15:05 adam Exp $
-BLAKE2s (debugpy-1.8.20.tar.gz) = 4b08d5b9251c25d8cf033cb82ee29ea42d4ecc9700311f75484fe8cc9491f0fa
-SHA512 (debugpy-1.8.20.tar.gz) = a84a3d06718775b0714435c26464dc390c6fb1d0c07200db968cf44a2f2fee202e70763740c3b3b0e1541696a3c667aeaeee6584d9b24dc4cdf64c6a1cd5947f
-Size (debugpy-1.8.20.tar.gz) = 1645207 bytes
+BLAKE2s (debugpy-1.8.21.tar.gz) = 66cd0568ffbe6c2af5caa5a1f6d1d04357607998a20c1656a63fa1a012463af5
+SHA512 (debugpy-1.8.21.tar.gz) = 4ceed021d6bb36ab0f71cc5cadb4e238298fc3dd531562d8510dbf9b6e49bc140049c784003aba8598a875889bd223fe99f05fbfbaec4beccea46bb6c58310a1
+Size (debugpy-1.8.21.tar.gz) = 1697577 bytes
Home |
Main Index |
Thread Index |
Old Index