15
0
forked from pool/python-exrex

- run the tests

- remove add-license.patch
- Update to revision 49909345:
 - Fix: added py_modules
 - Fix: Typo in email address
 - Add support for \w and \W
 - Add full license file
 - Add MANIFEST to include metafiles
 - add rstr.xeger
 - README: group related projects and describe them
 - fix: utf-8
 - Add support for min-repeat
 - Escape literal special characters in sre_to_string method.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-exrex?expand=0&rev=12
This commit is contained in:
2021-02-25 19:33:21 +00:00
committed by Git OBS Bridge
parent 4a376dd78e
commit eeb88b45f0
5 changed files with 30 additions and 707 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu Feb 25 19:25:16 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- run the tests
- remove add-license.patch
- Update to revision 49909345:
- Fix: added py_modules
- Fix: Typo in email address
- Add support for \w and \W
- Add full license file
- Add MANIFEST to include metafiles
- add rstr.xeger
- README: group related projects and describe them
- fix: utf-8
- Add support for min-repeat
- Escape literal special characters in sre_to_string method.
-------------------------------------------------------------------
Tue May 26 06:34:10 UTC 2020 - Petr Gajdos <pgajdos@suse.com>