Sync from SUSE:SLFO:Main python-regex revision 8cda0a00f1374a25ef6d8f69c83c82da

This commit is contained in:
Adrian Schröter 2024-12-13 12:18:53 +01:00
parent 088b1561ed
commit 5b785efa5c
4 changed files with 42 additions and 14 deletions

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jun 6 20:28:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.5.15:
* fix hangs with fuzzy and optionals
* Updated for Python 3.13.
-------------------------------------------------------------------
Thu May 2 08:57:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.4.28:
* Git issue 527: `VERBOSE`/`X` flag breaks `\N` escapes
-------------------------------------------------------------------
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>
- update to 2023.10.10:
* Updated to Unicode 15.1.0.
-------------------------------------------------------------------
Thu Sep 7 08:18:52 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

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.8.8
Version: 2024.5.15
Release: 0
Summary: Alternative regular expression module for Python
License: Apache-2.0

BIN
regex-2023.8.8.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
regex-2024.5.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.