diff --git a/python-regex.changes b/python-regex.changes index cc8d063..20211af 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 27 07:36:39 UTC 2023 - Dirk Müller + +- update to 2023.3.23: + * Backtracking failure matching regex + * Limit running time for failing fullmatch + ------------------------------------------------------------------- Wed Nov 9 18:55:17 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-regex.spec b/python-regex.spec index 0f82b24..7ce2c67 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,7 +1,7 @@ # # spec file for package python-regex # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-regex -Version: 2022.10.31 +Version: 2023.3.23 Release: 0 Summary: Alternative regular expression module for Python License: Apache-2.0 diff --git a/regex-2022.10.31.tar.gz b/regex-2022.10.31.tar.gz deleted file mode 100644 index 794644c..0000000 --- a/regex-2022.10.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3a98921da9a1bf8457aeee6a551948a83601689e5ecdd736894ea9bbec77e83 -size 391554 diff --git a/regex-2023.3.23.tar.gz b/regex-2023.3.23.tar.gz new file mode 100644 index 0000000..fa47ac3 --- /dev/null +++ b/regex-2023.3.23.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc80df325b43ffea5cdea2e3eaa97a44f3dd298262b1c7fe9dbb2a9522b956a7 +size 391964