14
0

- 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:
2023-04-16 08:12:48 +00:00
committed by Git OBS Bridge
parent 47a804022f
commit 7878cd31d2
4 changed files with 24 additions and 8 deletions

View File

@@ -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>