Accepting request 839915 from home:jayvdb:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/839915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal 2020-10-07 06:14:38 +00:00 committed by Git OBS Bridge
parent 4281634b23
commit 32d7c25f73
4 changed files with 15 additions and 5 deletions

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Oct 7 04:29:20 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- 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 <mcalabkova@suse.com>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:295badf61a51add2d428a46b8580309c520d8b26e769868b922750cf3ce67142
size 695848

3
regex-2020.9.27.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d
size 690243