forked from pool/python-regex
- updatge to 2024.4.16:
* Git issue 525: segfault when fuzzy matching empty list * The escape function no longer escapes \x00. It's not necessary. Inline flags can now be turned off and apply to what follows. Added \R to match line endings. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=52
This commit is contained in:
parent
8ed0520a78
commit
8a4dabdf9f
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 07:43:48 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- updatge to 2024.4.16:
|
||||||
|
* Git issue 525: segfault when fuzzy matching empty list
|
||||||
|
* The escape function no longer escapes \x00. It's not necessary.
|
||||||
|
Inline flags can now be turned off and apply to what follows.
|
||||||
|
Added \R to match line endings.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 4 11:37:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Mon Dec 4 11:37:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-regex
|
# spec file for package python-regex
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-regex
|
Name: python-regex
|
||||||
Version: 2023.10.3
|
Version: 2024.4.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Alternative regular expression module for Python
|
Summary: Alternative regular expression module for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f
|
|
||||||
size 394659
|
|
3
regex-2024.4.16.tar.gz
Normal file
3
regex-2024.4.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fa454d26f2e87ad661c4f0c5a5fe4cf6aab1e307d1b94f16ffdfcb089ba685c0
|
||||||
|
size 394724
|
Loading…
x
Reference in New Issue
Block a user