14
0
forked from pool/python-regex

Accepting request 707801 from home:mcalabkova:branches:devel:languages:python

- 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.

OBS-URL: https://build.opensuse.org/request/show/707801
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-regex?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2019-06-05 11:37:23 +00:00
committed by Git OBS Bridge
parent d929270774
commit d183ac500d
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
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.
-------------------------------------------------------------------
Tue May 14 17:26:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>