14
0
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:
2024-04-20 07:44:45 +00:00
committed by Git OBS Bridge
parent ba75ea68b3
commit 9c1f2642cd
4 changed files with 14 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-regex
Version: 2023.10.3
Version: 2024.4.16
Release: 0
Summary: Alternative regular expression module for Python
License: Apache-2.0