diff options
author | Eero Hänninen <fax@nohik.ee> | 2024-08-13 19:14:58 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-08-13 19:14:58 +0300 |
commit | b77525675788e74817b9ad07cd4933b036b307eb (patch) | |
tree | 02573191c4b7917a22a77f20c266c85afb9c9ddd | |
parent | security/vuxml: Register firefox vulnerabilities (diff) |
textproc/py-regex: Update 2023.10.3 → 2024.7.24
Version: 2024.7.24
Git issue 539: Bug: Partial matching fails on a simple example
Version: 2024.6.22
Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due to
missing new GB9c rule implementation
Version: 2024.5.15
Git issue 530: hangs with fuzzy and optionals
It's not hanging, it'll finish eventually. It's just an example of
catastrophic backtracking.
The error printed when Ctrl+C is pressed does show a bug, though,
which is now fixed.
Version: 2024.5.10
Updated for Python 3.13.
<time.h> now needs to be included explicitly because Python.h no
longer includes it.
Version: 2024.4.28
Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes
Version: 2024.4.16
Git issue 525: segfault when fuzzy matching empty list
Version: 2023.12.25
Cannot get release notification action in main.yml to work.
Commenting it out for now.
Version: 2023.12.24
Fixed invalid main.yml.
Version: 2023.12.23
The escape function no longer escapes \x00. It's not necessary.
Inline flags can now be turned off and apply to what follows.
Added \R to match line endings.
https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt
PR: 280798
MFH: 2024Q3
-rw-r--r-- | textproc/py-regex/Makefile | 2 | ||||
-rw-r--r-- | textproc/py-regex/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/py-regex/Makefile b/textproc/py-regex/Makefile index bf6c9ad41286..e1472586592b 100644 --- a/textproc/py-regex/Makefile +++ b/textproc/py-regex/Makefile @@ -1,5 +1,5 @@ PORTNAME= regex -DISTVERSION= 2023.10.3 +DISTVERSION= 2024.7.24 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-regex/distinfo b/textproc/py-regex/distinfo index 9e1ce3359c42..3d702de476a4 100644 --- a/textproc/py-regex/distinfo +++ b/textproc/py-regex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701021747 -SHA256 (regex-2023.10.3.tar.gz) = 3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f -SIZE (regex-2023.10.3.tar.gz) = 394659 +TIMESTAMP = 1723558090 +SHA256 (regex-2024.7.24.tar.gz) = 9cfd009eed1a46b27c14039ad5bbc5e71b6367c5b2e6d5f5da0ea91600817506 +SIZE (regex-2024.7.24.tar.gz) = 393485 |