From 6d59216d8731f0c260de809ab2859696991b92b6b38fb21683ca46c35a806e0a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 27 Mar 2023 07:37:44 +0000 Subject: [PATCH] - update to 2023.3.23: * Backtracking failure matching regex * Limit running time for failing fullmatch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=42 --- python-regex.changes | 7 +++++++ python-regex.spec | 4 ++-- regex-2022.10.31.tar.gz | 3 --- regex-2023.3.23.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 regex-2022.10.31.tar.gz create mode 100644 regex-2023.3.23.tar.gz 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