forked from pool/python-regex
- update to 2022.7.9:
* Fix Emoji classified as letter * Revisit compilation flag to prevent adding a single explicitly compiled regex to cache * Fix Scoped inline flags 'a', 'u', and 'L' affecting global flags * drop support for python 2 * add missing raw string prefix * add missing c headers * fix fuzzy regex matching which doesn't seem to test insertions correctly OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=34
This commit is contained in:
@@ -19,12 +19,12 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-regex
|
||||
Version: 2022.6.2
|
||||
Version: 2022.7.9
|
||||
Release: 0
|
||||
Summary: Alternative regular expression module for Python
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
URL: https://bitbucket.org/mrabarnett/mrab-regex
|
||||
URL: https://github.com/mrabarnett/mrab-regex
|
||||
Source: https://files.pythonhosted.org/packages/source/r/regex/regex-%{version}.tar.gz
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Reference in New Issue
Block a user