15
0
forked from pool/python-parse

- 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
  * 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
This commit is contained in:
2024-01-13 20:41:12 +00:00
committed by Git OBS Bridge
parent 9132af075c
commit ea28d61963
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Jan 13 20:40:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 09:34:44 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
@@ -9,7 +22,7 @@ Wed Aug 25 09:34:44 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.c
* Docs for slice change
* Support slice access to results (#128)
- from version 1.18.0
* Add test for stateful int_convert
* 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
@@ -32,7 +45,7 @@ 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
* Handle comparison of FixedTzOffset with other types of object
-------------------------------------------------------------------
Wed Sep 11 08:31:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>