forked from pool/python-tomlkit
- update to 0.11.7:
* Parse empty table name if it is quoted. (#258) * Fix a bug that remove last element of an Inline Table leaves a comma. (#259) * Parse datetime when it is followed by a space. (#260) * Fix the `unwrap()` method for `Container` children values which sometimes returns an internal object if the table is an out-of-order table. (#264) * Fix the wrong return type when doing arithmetic operations between integers and floats. (#270) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=25
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.7:
|
||||
* Parse empty table name if it is quoted. (#258)
|
||||
* Fix a bug that remove last element of an Inline Table leaves
|
||||
a comma. (#259)
|
||||
* Parse datetime when it is followed by a space. (#260)
|
||||
* Fix the `unwrap()` method for `Container` children values
|
||||
which sometimes returns an internal object if the table is an
|
||||
out-of-order table. (#264)
|
||||
* Fix the wrong return type when doing arithmetic operations
|
||||
between integers and floats. (#270)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 9 19:31:14 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user