diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 3788346..ee6c078 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Nov 27 16:10:05 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 59af637..4c12ea9 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -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 diff --git a/tomlkit-0.12.1.tar.gz b/tomlkit-0.12.1.tar.gz deleted file mode 100644 index 6fb37b0..0000000 --- a/tomlkit-0.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86 -size 190535 diff --git a/tomlkit-0.12.3.tar.gz b/tomlkit-0.12.3.tar.gz new file mode 100644 index 0000000..364baed --- /dev/null +++ b/tomlkit-0.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75baf5012d06501f07bee5bf8e801b9f343e7aac5a92581f20f80ce632e6b5a4 +size 190967