2021-08-01 09:31:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 1 09:30:05 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2021.7.6:
|
|
|
|
* drop-in replacement for python re
|
|
|
|
* fix fuzzy character restrictions not applying to insertions
|
|
|
|
|
2021-05-09 14:43:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun May 9 14:40:45 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2021.4.4:
|
|
|
|
* Wheels for arm64 mac os
|
|
|
|
* Fix fuzzy matching with wrong distance
|
|
|
|
* Fix regex fails with a quantified backreference
|
|
|
|
|
2021-03-13 14:16:01 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Mar 13 14:14:36 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2020.11.13:
|
|
|
|
* Fix Unexpected behavior in fuzzy matching with limited character set
|
|
|
|
* clock() calls for timeout cause slowdown in Docker
|
|
|
|
* Update lis of supported Python versions
|
|
|
|
* licensing change to Apache-2.0
|
|
|
|
|
2020-10-07 06:14:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2020-06-11 12:11:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Apr 15 15:25:57 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- update to 2020.4.4
|
|
|
|
* Updated to Unicode 13.0.0.
|
|
|
|
|
2020-03-19 11:37:18 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Mar 19 10:45:06 UTC 2020 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- version update to 2020.2.20
|
|
|
|
* no upstream changelog found
|
|
|
|
|
2019-09-10 10:54:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Sep 10 10:53:26 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 2019.08.19:
|
|
|
|
* minor fixes
|
|
|
|
|
2019-07-22 12:59:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jul 22 12:58:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 2019.06.08:
|
|
|
|
* minor fixes
|
|
|
|
|
2019-06-05 11:37:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 5 10:52:20 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- Update to 2019.06.05
|
|
|
|
* Updated for Python 3.8.
|
|
|
|
* Updated to Unicode 12.1.0.
|
|
|
|
* For fullmatch, added check for end/start of string for
|
|
|
|
RE_OP_SUCCESS in try_match.
|
|
|
|
|
2019-05-14 17:27:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue May 14 17:26:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 2019.04.14:
|
|
|
|
* no upstream changelog provided
|
|
|
|
|
2018-07-02 03:29:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2017-09-04 05:31:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 2 09:22:13 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Specify in description what makes regex worthwhile to have.
|
|
|
|
Fix RPM group.
|
|
|
|
|
2017-08-31 06:20:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 31 06:19:11 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 2017.07.28
|
|
|
|
* Too many changes to list
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 24 13:53:27 UTC 2017 - jmatejek@suse.com
|
|
|
|
|
|
|
|
- singlespec auto-conversion
|
|
|
|
|
2017-06-18 21:31:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 16 18:08:36 UTC 2017 - ecsos@opensuse.org
|
|
|
|
|
|
|
|
- Update to 2017.06.07
|
|
|
|
* Too many changes to list
|
|
|
|
|
2016-09-17 00:41:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 17 00:36:59 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Update to 2016.08.27
|
|
|
|
* Too many changes to list
|
|
|
|
- Complete rewrite of the .spec file.
|
|
|
|
|
2012-05-21 12:13:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 9 15:44:16 UTC 2012 - froh@suse.com
|
|
|
|
|
|
|
|
- update to current version 0.1.20120506
|
|
|
|
|
2011-10-04 17:34:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Oct 4 16:18:57 UTC 2011 - jw@suse.com
|
|
|
|
|
|
|
|
- initial pull from pypi
|
|
|
|
|
2017-08-31 06:20:37 +00:00
|
|
|
|