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,7 +1,7 @@
#
# spec file for package python-regex
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-regex
Version: 2022.10.31
Version: 2023.3.23
Release: 0
Summary: Alternative regular expression module for Python
License: Apache-2.0