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:   wiz
Date:           Tue Jun  6 10:43:25 UTC 2023

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

Log Message:
py-regex: update to 2023.6.3.

Version: 2023.6.3

    # Git issue 498: Conditional negative lookahead inside positive lookahead fails to match
    Conditional node needed an additional member that points to the true branch.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/textproc/py-regex/Makefile \
    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.46 pkgsrc/textproc/py-regex/Makefile:1.47
--- pkgsrc/textproc/py-regex/Makefile:1.46      Thu May  4 17:25:20 2023
+++ pkgsrc/textproc/py-regex/Makefile   Tue Jun  6 10:43:25 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2023/05/04 17:25:20 adam Exp $
+# $NetBSD: Makefile,v 1.47 2023/06/06 10:43:25 wiz Exp $
 
-DISTNAME=      regex-2023.5.5
+DISTNAME=      regex-2023.6.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/regex/}
@@ -12,6 +12,7 @@ LICENSE=      python-software-foundation
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
+# needs 'make install'
 do-test:
        ${PYTHONBIN} -m regex.test_regex
 
Index: pkgsrc/textproc/py-regex/distinfo
diff -u pkgsrc/textproc/py-regex/distinfo:1.46 pkgsrc/textproc/py-regex/distinfo:1.47
--- pkgsrc/textproc/py-regex/distinfo:1.46      Thu May  4 17:25:20 2023
+++ pkgsrc/textproc/py-regex/distinfo   Tue Jun  6 10:43:25 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.46 2023/05/04 17:25:20 adam Exp $
+$NetBSD: distinfo,v 1.47 2023/06/06 10:43:25 wiz Exp $
 
-BLAKE2s (regex-2023.5.5.tar.gz) = ba03f7722088abf90671e757e1d759c1e5ae36c19984db2bdc764ec895cec40d
-SHA512 (regex-2023.5.5.tar.gz) = e182e0f42989fb2d9dfe8a9c3f66b08156e0617fe8b7924c16fc39d70c2dcd2c0f45f70f433256666ad93067fb66f574c9dae02ec3fb102716f941ddf87b45e8
-Size (regex-2023.5.5.tar.gz) = 392085 bytes
+BLAKE2s (regex-2023.6.3.tar.gz) = c88f6baf72f384017ed609b84bd6a79f2a4ad98c98f9282474c6fc0b15acce87
+SHA512 (regex-2023.6.3.tar.gz) = 092f316621a0237425a6e8124b289f4156256424b28cb36c590b8d89d731cfa363a97051199b16ede6520e12e99659497f230338a6f913587f578ededdedc408
+Size (regex-2023.6.3.tar.gz) = 392247 bytes



Home | Main Index | Thread Index | Old Index