- update to 0.12.3:
* Improve the performance when parsing a table with nested dotted keys. (#193) * Keep the newlines when replacing a table. (#323) * Fixed a bug that overwriting a sub table with a plain value raises an error. (#313) * Correct the return type of integer division. (#312) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=35
This commit is contained in:
parent
98bd657f36
commit
c60b062b4c
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 16:10:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.12.3:
|
||||
* Improve the performance when parsing a table with nested
|
||||
dotted keys. (#193)
|
||||
* Keep the newlines when replacing a table. (#323)
|
||||
* Fixed a bug that overwriting a sub table with a plain value
|
||||
raises an error. (#313)
|
||||
* Correct the return type of integer division. (#312)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 7 11:29:45 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-tomlkit
|
||||
Version: 0.12.1
|
||||
Version: 0.12.3
|
||||
Release: 0
|
||||
Summary: Style preserving TOML library
|
||||
License: MIT
|
||||
|
BIN
tomlkit-0.12.1.tar.gz
(Stored with Git LFS)
BIN
tomlkit-0.12.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
tomlkit-0.12.3.tar.gz
Normal file
3
tomlkit-0.12.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4
|
||||
size 190967
|
Loading…
Reference in New Issue
Block a user