diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 841d751..f92e414 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 3 16:05:27 UTC 2022 - Dirk Müller + +- update to 0.11.5: + * Fix the type annotation of `unwrap()` and datetime parsing. + * Clear the existing table header when it is adding to another table. + * Fix a bug that escape chars are lost after concat with another string. + * Fix a rendering issue of tables inside arrays or inline tables. + ------------------------------------------------------------------- Sat Sep 24 16:11:36 UTC 2022 - Dirk Müller diff --git a/python-tomlkit.spec b/python-tomlkit.spec index d58ddfc..85d63b9 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.4 +Version: 0.11.5 Release: 0 Summary: Style preserving TOML library License: MIT diff --git a/tomlkit-0.11.4.tar.gz b/tomlkit-0.11.4.tar.gz deleted file mode 100644 index 9138a13..0000000 --- a/tomlkit-0.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83 -size 187608 diff --git a/tomlkit-0.11.5.tar.gz b/tomlkit-0.11.5.tar.gz new file mode 100644 index 0000000..79f4d5d --- /dev/null +++ b/tomlkit-0.11.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571854ebbb5eac89abcb4a2e47d7ea27b89bf29e09c35395da6f03dd4ae23d1c +size 188079