SHA256
1
0
forked from pool/python-parse

Accepting request 783932 from home:mcalabkova:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/783932
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-parse?expand=0&rev=15
This commit is contained in:
Tomáš Chvátal
2020-03-11 15:57:44 +00:00
committed by Git OBS Bridge
parent f3e597caf3
commit 321eae2ddc
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Wed Sep 11 08:31:39 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>