diff --git a/python-regex.changes b/python-regex.changes index ae4195d..21c821a 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Apr 20 07:43:48 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-regex.spec b/python-regex.spec index 9a82c7a..d193351 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -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 diff --git a/regex-2023.10.3.tar.gz b/regex-2023.10.3.tar.gz deleted file mode 100644 index f5ba33e..0000000 --- a/regex-2023.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fef4f844d2290ee0ba57addcec17eec9e3df73f10a2748485dfd6a3a188cc0f -size 394659 diff --git a/regex-2024.4.16.tar.gz b/regex-2024.4.16.tar.gz new file mode 100644 index 0000000..8d379b2 --- /dev/null +++ b/regex-2024.4.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa454d26f2e87ad661c4f0c5a5fe4cf6aab1e307d1b94f16ffdfcb089ba685c0 +size 394724