2020-03-15 09:41:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Mar 15 09:40:27 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- No need to fetch license anymore, it is in the tarball
|
|
|
|
|
2020-03-11 15:57:44 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Mar 11 15:18:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2019-09-11 08:32:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Sep 11 08:31:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Update to 1.12.1:
|
|
|
|
* no upstream changelog
|
|
|
|
|
2019-04-25 15:18:28 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 25 11:47:55 UTC 2019 - pgajdos@suse.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
|
|
|
|
|
2019-02-14 09:49:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 14 10:29:49 CET 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
|
2018-12-04 13:44:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:51:11 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-07-30 07:35:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jul 29 13:36:35 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
|
2018-05-24 20:56:41 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 24 17:36:59 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Spec file cleanups
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 18 16:45:12 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Implement single-spec version
|
|
|
|
- Update to version 1.8.2
|
|
|
|
* No changelog
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jun 3 15:49:11 UTC 2016 - toddrme2178@gmail.com
|
|
|
|
|
|
|
|
- Initial version
|
|
|
|
|