Accepting request 839939 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/839939 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-regex?expand=0&rev=10
This commit is contained in:
commit
940d46cb5c
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
3
regex-2020.9.27.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a6f32aea4260dfe0e55dc9733ea162ea38f0ea86aa7d0f77b15beac5bf7b369d
|
||||
size 690243
|
Loading…
x
Reference in New Issue
Block a user