pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-regex



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep 10 07:17:16 UTC 2026

Modified Files:
        pkgsrc/textproc/py-regex: Makefile distinfo

Log Message:
py-regex: updated to 2026.9.10

2026.9.10

Fixed version.

2026.9.9

Fix Python API error propagation in match helpers
Preserve Python Exceptions in Input Decoding and String Detachment
Prevent Invalid Pointer Use and Exception State Corruption in Byte String Joining
Propagate Allocation and Internal Errors During Pattern Compilation and Scanner Execution


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/textproc/py-regex/Makefile
cvs rdiff -u -r1.74 -r1.75 pkgsrc/textproc/py-regex/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-regex/Makefile
diff -u pkgsrc/textproc/py-regex/Makefile:1.78 pkgsrc/textproc/py-regex/Makefile:1.79
--- pkgsrc/textproc/py-regex/Makefile:1.78      Tue Sep  1 13:50:42 2026
+++ pkgsrc/textproc/py-regex/Makefile   Thu Sep 10 07:17:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.78 2026/09/01 13:50:42 adam Exp $
+# $NetBSD: Makefile,v 1.79 2026/09/10 07:17:16 adam Exp $
 
-DISTNAME=      regex-2026.9.3
+DISTNAME=      regex-2026.9.10
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/regex/}

Index: pkgsrc/textproc/py-regex/distinfo
diff -u pkgsrc/textproc/py-regex/distinfo:1.74 pkgsrc/textproc/py-regex/distinfo:1.75
--- pkgsrc/textproc/py-regex/distinfo:1.74      Tue Sep  1 13:50:42 2026
+++ pkgsrc/textproc/py-regex/distinfo   Thu Sep 10 07:17:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2026/09/01 13:50:42 adam Exp $
+$NetBSD: distinfo,v 1.75 2026/09/10 07:17:16 adam Exp $
 
-BLAKE2s (regex-2026.9.3.tar.gz) = 53cf824fd2c4950c963613f3e929efc1eefc1982bb3305395453f921f277a6db
-SHA512 (regex-2026.9.3.tar.gz) = e0608fcd9bfa1b61a8bbdd1299ffac7ab310a2e88ad3f11297780efe300e1bbd62904e5234b8692e3e7fda9063502b6d7c0faf11df3c378af34d8751bf8a9130
-Size (regex-2026.9.3.tar.gz) = 416720 bytes
+BLAKE2s (regex-2026.9.10.tar.gz) = 343c4e66f8eef0aaaad07acb7cbaecd3171822a64ecca525cc97c79004b0ff42
+SHA512 (regex-2026.9.10.tar.gz) = ec7c1b2d6c549941ac6731a5490936e8fd3deffe8c34f12600b23c73dacb3818c02fc27fa88eb34aab6b3279ef6554d269565ffeb5530fd0707caad02b2d3c1d
+Size (regex-2026.9.10.tar.gz) = 417072 bytes



Home | Main Index | Thread Index | Old Index