From 445d5ec7473563ec0561d3571623df22ac6dc4f7d75203657439f401ac4631f5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 13 Mar 2021 14:16:01 +0000 Subject: [PATCH] - update to 2020.11.13: * Fix Unexpected behavior in fuzzy matching with limited character set * clock() calls for timeout cause slowdown in Docker * Update lis of supported Python versions * licensing change to Apache-2.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=25 --- python-regex.changes | 9 +++++++++ python-regex.spec | 7 ++++--- regex-2020.11.13.tar.gz | 3 +++ regex-2020.9.27.tar.gz | 3 --- 4 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 regex-2020.11.13.tar.gz delete mode 100644 regex-2020.9.27.tar.gz diff --git a/python-regex.changes b/python-regex.changes index d7c24f7..a9cf655 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller + +- update to 2020.11.13: + * Fix Unexpected behavior in fuzzy matching with limited character set + * clock() calls for timeout cause slowdown in Docker + * Update lis of supported Python versions + * licensing change to Apache-2.0 + ------------------------------------------------------------------- Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg diff --git a/python-regex.spec b/python-regex.spec index dd52fdd..de5a1ff 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -1,7 +1,7 @@ # # spec file for package python-regex # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-regex -Version: 2020.9.27 +Version: 2020.11.13 Release: 0 Summary: Alternative regular expression module for Python -License: Python-2.0 +License: Apache-2.0 Group: Development/Languages/Python URL: https://bitbucket.org/mrabarnett/mrab-regex Source: https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz @@ -61,6 +61,7 @@ export PYTHONDONTWRITEBYTECODE=1 %pytest_arch %{buildroot}%{$python_sitearch}/regex -k 'not test_main' %files %{python_files} +%license LICENSE.txt %doc README.rst %doc docs/* %{python_sitearch}/* diff --git a/regex-2020.11.13.tar.gz b/regex-2020.11.13.tar.gz new file mode 100644 index 0000000..3f63008 --- /dev/null +++ b/regex-2020.11.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d6b356e116ca119db8e7c6fc2983289d87b27b3fac238cfe5dca529d884562 +size 694595 diff --git a/regex-2020.9.27.tar.gz b/regex-2020.9.27.tar.gz deleted file mode 100644 index e61f784..0000000 --- a/regex-2020.9.27.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d -size 690243