forked from pool/python-regex
- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user