- update to 0.11.4:
* Fix a memory leak caused by `lru_cache` on methods. * Fix a regression issue that copying an array results in extra `None` items. * Fix a regression of `array.add_line` that it incorrectly adds a comma to non-value lines. * Fix adding float to an integer value. * Keep the end-of-array style when adding items to or removing items from an array. * Fix a bug of redundant table header shown when removing children from a super table. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=19
This commit is contained in:
parent
2ab0fbe7ad
commit
52a262d87e
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 24 16:11:36 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.11.4:
|
||||
* Fix a memory leak caused by `lru_cache` on methods.
|
||||
* Fix a regression issue that copying an array results in extra `None` items.
|
||||
* Fix a regression of `array.add_line` that it incorrectly adds a comma to
|
||||
non-value lines.
|
||||
* Fix adding float to an integer value.
|
||||
* Keep the end-of-array style when adding items to or removing items from an array.
|
||||
* Fix a bug of redundant table header shown when removing children from a
|
||||
super table.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 13 15:36:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-tomlkit
|
||||
Version: 0.11.1
|
||||
Version: 0.11.4
|
||||
Release: 0
|
||||
Summary: Style preserving TOML library
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e
|
||||
size 186422
|
3
tomlkit-0.11.4.tar.gz
Normal file
3
tomlkit-0.11.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83
|
||||
size 187608
|
Loading…
Reference in New Issue
Block a user