14
0
forked from pool/python-regex

- update to 2023.3.23:

* Backtracking failure matching regex
  * Limit running time for failing fullmatch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=42
This commit is contained in:
2023-03-27 07:37:44 +00:00
committed by Git OBS Bridge
parent aa05e298e0
commit 1202214b74
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Mar 27 07:36:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2023.3.23:
* Backtracking failure matching regex
* Limit running time for failing fullmatch
-------------------------------------------------------------------
Wed Nov 9 18:55:17 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>