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: Tue Jul 21 09:05:55 UTC 2026
Modified Files:
pkgsrc/devel/py-types-gdb: Makefile distinfo
Log Message:
py-types-gdb: updated to 16.3.0.20260712
16.3.0.20260712
[gdb] Allow gdb.Value to take a Buffer plus a Type
If a type is passed that is not None, it always goes through the
buffer protocol, which interestingly means you can't pass
an existing gdb.Value together with a type. You have to use the
cast method for that purpose.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 pkgsrc/devel/py-types-gdb/Makefile:1.10
--- pkgsrc/devel/py-types-gdb/Makefile:1.9 Thu May 21 14:40:20 2026
+++ pkgsrc/devel/py-types-gdb/Makefile Tue Jul 21 09:05:55 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2026/05/21 14:40:20 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/07/21 09:05:55 adam Exp $
-DISTNAME= types_gdb-16.3.0.20260518
+DISTNAME= types_gdb-16.3.0.20260712
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/types-gdb/}
Index: pkgsrc/devel/py-types-gdb/distinfo
diff -u pkgsrc/devel/py-types-gdb/distinfo:1.9 pkgsrc/devel/py-types-gdb/distinfo:1.10
--- pkgsrc/devel/py-types-gdb/distinfo:1.9 Thu May 21 14:40:20 2026
+++ pkgsrc/devel/py-types-gdb/distinfo Tue Jul 21 09:05:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2026/05/21 14:40:20 adam Exp $
+$NetBSD: distinfo,v 1.10 2026/07/21 09:05:55 adam Exp $
-BLAKE2s (types_gdb-16.3.0.20260518.tar.gz) = 5eda4c825cfc5df3adcba3b71431f713fd8bbaa795790b105f848dfc843d3d24
-SHA512 (types_gdb-16.3.0.20260518.tar.gz) = fa1b8370a7a2e05a48c849f9063d8654e94e5ee99dd10310a347fd185fbfb5b827a85efee0a1b0a379fb455746a56fbb09c22060e7bf419d4390e2d7514c39f1
-Size (types_gdb-16.3.0.20260518.tar.gz) = 25677 bytes
+BLAKE2s (types_gdb-16.3.0.20260712.tar.gz) = b8a893ce30aef4b67b8745e81f172425445dc4e50b11b399a713ef9c410645f0
+SHA512 (types_gdb-16.3.0.20260712.tar.gz) = c6c8c3962874dc434217c4fb077320b2b0e7827754601de0012cce37485f8b66c7c595f35a5c6d89163de25ffadc646b00a5c363c94facac499a768e9e080a13
+Size (types_gdb-16.3.0.20260712.tar.gz) = 25821 bytes
Home |
Main Index |
Thread Index |
Old Index