Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
64bce0c62c | |||
d07d678d53 |
@@ -1,12 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 5 09:18:35 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 2025.9.11:
|
||||
* Git PR 585: Fix AttributeError: 'AnyAll' object has no attribute
|
||||
'_key'
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 9 16:03:02 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
|
||||
- Update to 2024.11.06:
|
||||
* Git issue 546: Partial match not working in some instances
|
||||
* Git issue 546: Partial match not working in some instances
|
||||
with non-greedy capture
|
||||
- from 2024.9.14:
|
||||
* Reverted to actions/download-artifact@v3 and
|
||||
actions/upload-artifact@v3 in main.yml because GitHub Actions
|
||||
* Reverted to actions/download-artifact@v3 and
|
||||
actions/upload-artifact@v3 in main.yml because GitHub Actions
|
||||
failed when using them.
|
||||
- from 2024.9.13:
|
||||
* Updated to actions/upload-artifact@v4 in main.yml.
|
||||
@@ -17,7 +24,7 @@ Thu Jan 9 16:03:02 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||
- from 2024.7.24:
|
||||
* Git issue 539: Bug: Partial matching fails on a simple example
|
||||
- from 2024.6.22:
|
||||
* Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
|
||||
* Git issue 535: Regex fails Unicode 15.1 GraphemeBreakTest due
|
||||
to missing new GB9c rule implementation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-regex
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# 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: 2024.11.6
|
||||
Version: 2025.9.1
|
||||
Release: 0
|
||||
Summary: Alternative regular expression module for Python
|
||||
License: Apache-2.0
|
||||
|
BIN
regex-2024.11.6.tar.gz
(Stored with Git LFS)
BIN
regex-2024.11.6.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
regex-2025.9.1.tar.gz
Normal file
3
regex-2025.9.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:88ac07b38d20b54d79e704e38aa3bd2c0f8027432164226bdee201a1c0c9c9ff
|
||||
size 400852
|
Reference in New Issue
Block a user