diff --git a/python-regex.changes b/python-regex.changes index 2776f8c..d7c24f7 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg + +- Update to 2020.9.27 + * Fuzzy-matching fixes + * Fix Memory Error in regex.findall + * Added \h as an alias to [[:blank:]]. + * Improved performance of string sets. + ------------------------------------------------------------------- Wed Apr 15 15:25:57 UTC 2020 - Marketa Calabkova diff --git a/python-regex.spec b/python-regex.spec index b6fe18f..dd52fdd 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-regex -Version: 2020.4.4 +Version: 2020.9.27 Release: 0 Summary: Alternative regular expression module for Python License: Python-2.0 @@ -57,7 +57,8 @@ An alternate regex implementation. It differs from "re" in that %check export PYTHONDONTWRITEBYTECODE=1 -%pytest_arch %{buildroot}%{$python_sitearch}/regex +# test_main invokes unittest.main, which raises SystemExit, which fails on pytest. +%pytest_arch %{buildroot}%{$python_sitearch}/regex -k 'not test_main' %files %{python_files} %doc README.rst diff --git a/regex-2020.4.4.tar.gz b/regex-2020.4.4.tar.gz deleted file mode 100644 index 65ae9ed..0000000 --- a/regex-2020.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:295badf61a51add2d428a46b8580309c520d8b26e769868b922750cf3ce67142 -size 695848 diff --git a/regex-2020.9.27.tar.gz b/regex-2020.9.27.tar.gz new file mode 100644 index 0000000..e61f784 --- /dev/null +++ b/regex-2020.9.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d +size 690243