forked from pool/python-regex
Accepting request 1074592 from devel:languages:python
- update to 2023.3.23: * Backtracking failure matching regex * Limit running time for failing fullmatch OBS-URL: https://build.opensuse.org/request/show/1074592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-regex?expand=0&rev=20
This commit is contained in:
commit
99fc86cea7
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83
|
||||
size 391554
|
3
regex-2023.3.23.tar.gz
Normal file
3
regex-2023.3.23.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7
|
||||
size 391964
|
Loading…
x
Reference in New Issue
Block a user