python-regex/python-regex.changes
Todd R 4f13089fcd 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
2018-07-02 03:29:07 +00:00

61 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
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
- Specify in description what makes regex worthwhile to have.
Fix RPM group.
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Fri Jun 16 18:08:36 UTC 2017 - ecsos@opensuse.org
- Update to 2017.06.07
* Too many changes to list
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Wed May 9 15:44:16 UTC 2012 - froh@suse.com
- update to current version 0.1.20120506
-------------------------------------------------------------------
Tue Oct 4 16:18:57 UTC 2011 - jw@suse.com
- initial pull from pypi