15
0
forked from pool/python-exrex

- Update to version 0.11.0:

- Add support for \w and \W 
 - fix utf-8
 - Fix: Import error sre_parse: sre_parse module was moved in py3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exrex?expand=0&rev=17
This commit is contained in:
2023-03-12 08:38:07 +00:00
committed by Git OBS Bridge
parent f5fb4fa3cc
commit 1e85fc3497
6 changed files with 16 additions and 84 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Mar 12 08:36:45 UTC 2023 - Sebastian Wagner <sebix@sebix.at>
- Update to version 0.11.0:
- Add support for \w and \W
- fix utf-8
- Fix: Import error sre_parse: sre_parse module was moved in py3.11
-------------------------------------------------------------------
Mon Feb 27 19:06:55 UTC 2023 - Sebastian Wagner <sebix@sebix.at>