From 52a262d87e11a235b5507c7726daaac25d3ea8a458038e37abcc6d86658d0ddf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 24 Sep 2022 16:13:44 +0000 Subject: [PATCH] - 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 --- python-tomlkit.changes | 13 +++++++++++++ python-tomlkit.spec | 2 +- tomlkit-0.11.1.tar.gz | 3 --- tomlkit-0.11.4.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 tomlkit-0.11.1.tar.gz create mode 100644 tomlkit-0.11.4.tar.gz diff --git a/python-tomlkit.changes b/python-tomlkit.changes index d3ec5dd..841d751 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Sep 24 16:11:36 UTC 2022 - Dirk Müller + +- 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 diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 9b37ace..d58ddfc 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -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 diff --git a/tomlkit-0.11.1.tar.gz b/tomlkit-0.11.1.tar.gz deleted file mode 100644 index fbf07b3..0000000 --- a/tomlkit-0.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61901f81ff4017951119cd0d1ed9b7af31c821d6845c8c477587bbdcd5e5854e -size 186422 diff --git a/tomlkit-0.11.4.tar.gz b/tomlkit-0.11.4.tar.gz new file mode 100644 index 0000000..9138a13 --- /dev/null +++ b/tomlkit-0.11.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83 +size 187608