Accepting request 1005791 from devel:languages:python

- 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/request/show/1005791
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-tomlkit?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-09-25 13:34:42 +00:00 committed by Git OBS Bridge
commit e75e217632
4 changed files with 17 additions and 4 deletions

View File

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

View File

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

View File

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83
size 187608