* Optimize _expand_named_fields
* Add functionality to parse datetimes according C standard
format codes.
- update to 1.19.1:
* Add support for sign specifiers in number formats.
* Fix handling of unused alignment
* modern packaging
* universal wheel
* Add test for stateful int_convert
* Handle comparison of FixedTzOffset with other types of object
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parse?expand=0&rev=20
- Update to 1.19.0
* Fix using digit field numbering and types
* match trailing newline (#124)
* readme: fix style (#126)
* Add Github Actions config (#129)
* Docs for slice change
* Support slice access to results (#128)
- from version 1.18.0
* Add test for stateful int_convert
* Make int_convert stateless
- from version 1.17.0
* Make left- and center-aligned search consume up to next space
* adding properties to access named fields and fixed fields (#115)
* Fix findall case_sensitive (#113)
- from version 1.16.0
* release stuff
* fixing issue 110 by using functor instead of inner function (#111)
* add failing test for bug 110
* Add syntax highlighting to README (#105)
OBS-URL: https://build.opensuse.org/request/show/914194
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parse?expand=0&rev=19
- Update to 1.11.1:
* Implement __contains__ for Result instances.
* Introduce a "letters" matcher, since "w" matches numbers also.
* Fix deprecation warnings around backslashes in regex strings
(thanks Mickaël Schoentgen). Also fix some documentation
formatting issues.
* We now honor precision and width specifiers when parsing
numbers and strings, allowing parsing of concatenated
elements of fixed width (thanks Julia Signell)
* Add LICENSE file at request of packagers. Correct handling of
AM/PM to follow most common interpretation. Correct parsing
of hexadecimal that looks like a binary prefix. Add ability
to parse case sensitively. Add parsing of numbers to Decimal
with "F" (thanks John Vandenberg)
* Add regex_group_count to with_pattern() decorator to support
user-defined types that contain brackets/parenthesis (thanks
Jens Engel)
OBS-URL: https://build.opensuse.org/request/show/674909
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parse?expand=0&rev=9