forked from pool/python-regex
Accepting request 620100 from home:TheBlackCat:branches:devel:languages:python
- Update to 2018.06.21 * Fixed Regex matches with `re` but not with `regex` module * Fixed that the reported positions of fuzzy changes were sometimes incorrect. * Updated Unicode word and grapheme boundaries for Unicode 11.0.0, which I had overlooked... * Updated to Unicode 11.0.0. * Fixed an off-by-one bug where a lazy repeat is followed by a character (quick check). * Fixed that the Unicode normalization quick check properties weren't handled correctly. * Further changes to match re module's behaviour on zero-width matching for Python 3.7. * Added 'fuzzy_changes' attribute to match object to indicate positions of changes in fuzzy match. OBS-URL: https://build.opensuse.org/request/show/620100 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=9
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-regex
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-regex
|
||||
Version: 2017.07.28
|
||||
Version: 2018.06.21
|
||||
Release: 0
|
||||
Summary: Alternative regular expression module for Python
|
||||
License: Python-2.0
|
||||
|
Reference in New Issue
Block a user