From 8ed0520a782f65f04d7e81cd7bf8f2e281cbaf43655ef8788088aaf80bda4d59 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 4 Dec 2023 11:38:09 +0000 Subject: [PATCH] - update to 2023.10.10: * Updated to Unicode 15.1.0. * Limit running time for failing fullmatch - update to 2022.10.31 * update to unicode 15.0 * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix fuzzy character restrictions not applying to insertions * licensing change to Apache-2.0 * Fix Memory Error in regex.findall * For fullmatch, added check for end/start of string for OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=50 --- python-regex.changes | 24 +++++++++++++++--------- python-regex.spec | 2 +- regex-2023.10.3.tar.gz | 3 +++ regex-2023.8.8.tar.gz | 3 --- 4 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 regex-2023.10.3.tar.gz delete mode 100644 regex-2023.8.8.tar.gz diff --git a/python-regex.changes b/python-regex.changes index 87bb938..ae4195d 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 4 11:37:39 UTC 2023 - Dirk Müller + +- update to 2023.10.10: + * Updated to Unicode 15.1.0. + ------------------------------------------------------------------- Thu Sep 7 08:18:52 UTC 2023 - Johannes Kastl @@ -40,25 +46,25 @@ Mon Mar 27 07:36:39 UTC 2023 - Dirk Müller - update to 2023.3.23: * Backtracking failure matching regex - * Limit running time for failing fullmatch + * Limit running time for failing fullmatch ------------------------------------------------------------------- Wed Nov 9 18:55:17 UTC 2022 - Yogalakshmi Arunachalam -- update to 2022.10.31 +- update to 2022.10.31 * Updated text for supported Unicode and Python versions. ------------------------------------------------------------------- Fri Sep 16 18:28:51 UTC 2022 - Dirk Müller - update to 2022.9.13: - * update to unicode 15.0 + * update to unicode 15.0 ------------------------------------------------------------------- Mon Sep 12 20:17:19 UTC 2022 - Dirk Müller - update to 2022.9.11: - * fix issue 474: regex has no equivalent to re.Match.groups() for captures + * fix issue 474: regex has no equivalent to re.Match.groups() for captures * fix segmentation fault when using conditional pattern (issue 479) * use \v for vertical spacing @@ -69,7 +75,7 @@ Sun Jul 17 08:17:55 UTC 2022 - Dirk Müller * Fix Emoji classified as letter * Revisit compilation flag to prevent adding a single explicitly compiled regex to cache * Fix Scoped inline flags 'a', 'u', and 'L' affecting global flags - + ------------------------------------------------------------------- Tue Jun 14 22:03:41 UTC 2022 - Yogalakshmi Arunachalam @@ -88,7 +94,7 @@ Sun Aug 1 09:30:05 UTC 2021 - Dirk Müller - update to 2021.7.6: * drop-in replacement for python re - * fix fuzzy character restrictions not applying to insertions + * fix fuzzy character restrictions not applying to insertions ------------------------------------------------------------------- Sun May 9 14:40:45 UTC 2021 - Dirk Müller @@ -105,14 +111,14 @@ Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller * Fix Unexpected behavior in fuzzy matching with limited character set * clock() calls for timeout cause slowdown in Docker * Update lis of supported Python versions - * licensing change to Apache-2.0 + * licensing change to Apache-2.0 ------------------------------------------------------------------- Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg - Update to 2020.9.27 * Fuzzy-matching fixes - * Fix Memory Error in regex.findall + * Fix Memory Error in regex.findall * Added \h as an alias to [[:blank:]]. * Improved performance of string sets. @@ -146,7 +152,7 @@ Wed Jun 5 10:52:20 UTC 2019 - Marketa Calabkova - Update to 2019.06.05 * Updated for Python 3.8. * Updated to Unicode 12.1.0. - * For fullmatch, added check for end/start of string for + * For fullmatch, added check for end/start of string for RE_OP_SUCCESS in try_match. ------------------------------------------------------------------- diff --git a/python-regex.spec b/python-regex.spec index 7f50b30..9a82c7a 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-regex -Version: 2023.8.8 +Version: 2023.10.3 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 diff --git a/regex-2023.10.3.tar.gz b/regex-2023.10.3.tar.gz new file mode 100644 index 0000000..f5ba33e --- /dev/null +++ b/regex-2023.10.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f +size 394659 diff --git a/regex-2023.8.8.tar.gz b/regex-2023.8.8.tar.gz deleted file mode 100644 index 9acaea4..0000000 --- a/regex-2023.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcbdc5f2b0f1cd0f6a56cdb46fe41d2cce1e644e3b68832f3eeebc5fb0f7712e -size 392505