diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 1309a79..43bc1f4 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun May 14 09:47:56 UTC 2023 - Dirk Müller + +- update to 0.11.8: + * Remove the extra indentations added when parsing nested sub- + tables. + * Ignore the CRLF immediately following a multiple basic string + opening. + * Stringifying subtables and nested tables in arrays of tables. + * Messed table structure when building a table with dotted + keys. + ------------------------------------------------------------------- Tue Apr 25 15:22:47 UTC 2023 - Matej Cepl diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 54137d8..99a52d2 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -19,7 +19,7 @@ %define skip_python2 1 %{?sle15_python_module_pythons} Name: python-tomlkit -Version: 0.11.7 +Version: 0.11.8 Release: 0 Summary: Style preserving TOML library License: MIT diff --git a/tomlkit-0.11.7.tar.gz b/tomlkit-0.11.7.tar.gz deleted file mode 100644 index 3cd7241..0000000 --- a/tomlkit-0.11.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f392ef70ad87a672f02519f99967d28a4d3047133e2d1df936511465fbb3791d -size 188555 diff --git a/tomlkit-0.11.8.tar.gz b/tomlkit-0.11.8.tar.gz new file mode 100644 index 0000000..3e6faa2 --- /dev/null +++ b/tomlkit-0.11.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3 +size 188825