From 4f13089fcd512e66a82173b071574ff4a95e3011c0450b1f41e1ed55cc7792a4 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 2 Jul 2018 03:29:07 +0000 Subject: [PATCH] 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 --- python-regex.changes | 19 +++++++++++++++++++ python-regex.spec | 4 ++-- regex-2017.07.28.tar.gz | 3 --- regex-2018.06.21.tar.gz | 3 +++ 4 files changed, 24 insertions(+), 5 deletions(-) delete mode 100644 regex-2017.07.28.tar.gz create mode 100644 regex-2018.06.21.tar.gz diff --git a/python-regex.changes b/python-regex.changes index 62d54be..0898f0f 100644 --- a/python-regex.changes +++ b/python-regex.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Mon Jul 2 03:23:26 UTC 2018 - toddrme2178@gmail.com + +- 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. + ------------------------------------------------------------------- Sat Sep 2 09:22:13 UTC 2017 - jengelh@inai.de diff --git a/python-regex.spec b/python-regex.spec index 971c17f..907be68 100644 --- a/python-regex.spec +++ b/python-regex.spec @@ -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 diff --git a/regex-2017.07.28.tar.gz b/regex-2017.07.28.tar.gz deleted file mode 100644 index 34a3471..0000000 --- a/regex-2017.07.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27ab18243b1a0aa1467027be93b118c9fcd60dd2e4020da579fad3008bc4638f -size 607577 diff --git a/regex-2018.06.21.tar.gz b/regex-2018.06.21.tar.gz new file mode 100644 index 0000000..598d06f --- /dev/null +++ b/regex-2018.06.21.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b172583f0c5f104e059a30dd6a1f9d20693031b156558590a745d6cc3192e283 +size 632429