Changelog for
python310-parse-1.20.2-1.1.noarch.rpm :
* Thu Jun 20 2024 Dirk Müller
- update to 1.20.2:
* allow hyphen in field name. closes #86
* Thu Feb 01 2024 Steve Kowalik - Switch to pytest, like upstream has.
* Tue Jan 30 2024 Dirk Müller - update to 1.20.1:
* add formatter property, closes #172
* add security policy file. closes #175.
* Support various number of digits after the comma in the timestamp %f …
* Sat Jan 13 2024 Dirk Müller - update to 1.20.0:
* 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
* Wed Aug 25 2021 John Paul Adrian Glaubitz - 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)
* Sun Mar 15 2020 Tomáš Chvátal - No need to fetch license anymore, it is in the tarball
* Wed Mar 11 2020 Marketa Calabkova - update to 1.15.0
* Several bugs with parsing hex, bin and oct numbers.
* Handle fortran formatted float number, Bug fix & test case.
* Handle comparison of FixedTzOffset with other types of object
* Wed Sep 11 2019 Tomáš Chvátal - Update to 1.12.1:
* no upstream changelog
* Thu Apr 25 2019 pgajdosAATTsuse.com- version update to 1.12.0
* Do not assume closing brace when an opening one is found- added sources https://github.com/r1chardj0n3s/parse/issues/82 + LICENSE
* Thu Feb 14 2019 Matej Cepl - 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)