pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-types-gdb



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 22 09:57:48 UTC 2025

Modified Files:
        pkgsrc/devel/py-types-gdb: Makefile distinfo

Log Message:
py-types-gdb: updated to 16.3.0.20250920

16.3.0.20250920 (2025-09-20)

[gdb] Update ThreadExitedEvent parent class for 17.0

Even though the parent thread for `ThreadExitedEvent` won't change from
`Event` to `ThreadEvent` until 17.0 is released, this actually makes
type checking work better in practice for all released versions that
support `ThreadExitedEvent` because at run time `ThreadExitedEvent` has
the lone attribute, `inferior_thread`, that it would have inherited from
`ThreadEvent`.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-types-gdb/Makefile \
    pkgsrc/devel/py-types-gdb/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-types-gdb/Makefile
diff -u pkgsrc/devel/py-types-gdb/Makefile:1.3 pkgsrc/devel/py-types-gdb/Makefile:1.4
--- pkgsrc/devel/py-types-gdb/Makefile:1.3      Tue Aug 12 16:05:12 2025
+++ pkgsrc/devel/py-types-gdb/Makefile  Mon Sep 22 09:57:48 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/08/12 16:05:12 adam Exp $
+# $NetBSD: Makefile,v 1.4 2025/09/22 09:57:48 adam Exp $
 
-DISTNAME=      types_gdb-16.3.0.20250812
+DISTNAME=      types_gdb-16.3.0.20250920
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/types-gdb/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/python/type
 COMMENT=       Typing stubs for gdb
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-types-gdb/distinfo
diff -u pkgsrc/devel/py-types-gdb/distinfo:1.3 pkgsrc/devel/py-types-gdb/distinfo:1.4
--- pkgsrc/devel/py-types-gdb/distinfo:1.3      Tue Aug 12 16:05:12 2025
+++ pkgsrc/devel/py-types-gdb/distinfo  Mon Sep 22 09:57:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/08/12 16:05:12 adam Exp $
+$NetBSD: distinfo,v 1.4 2025/09/22 09:57:48 adam Exp $
 
-BLAKE2s (types_gdb-16.3.0.20250812.tar.gz) = 36440ef456e2e447b268e7d9e1f8e3a9c69129479f6022cd7cdb60526c62c198
-SHA512 (types_gdb-16.3.0.20250812.tar.gz) = 6032c6107cd4f310e9e5783d48644f74d4fb5a3816e3959fad7f4c47ea89dc095a35e707be8d43c8e6859cc00706a1baaacbbe9d4e8157c25c1ea79dfcda18f7
-Size (types_gdb-16.3.0.20250812.tar.gz) = 25002 bytes
+BLAKE2s (types_gdb-16.3.0.20250920.tar.gz) = 8f24086ddf5053831b4ff088b3a93337e5df2ce9b76459b01d68c2942f877368
+SHA512 (types_gdb-16.3.0.20250920.tar.gz) = ff5ee6e27a7c3c01ce9a81490b398bbab2fb2f43b4b1aba6d625b757eb739a06c7333b4ba759e76cdb23bbb133fa77774ff182a2189f6ea24d2300641509c2bf
+Size (types_gdb-16.3.0.20250920.tar.gz) = 25335 bytes



Home | Main Index | Thread Index | Old Index