diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 43bc1f4..3788346 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Sep 7 11:29:45 UTC 2023 - Dirk Müller + +- update to 0.12.1: + * Make float and int hashable. + * Allow users to specify encoders for custom types. (#296) + * Fix the incorrect sort when building a table with dotted + keys. + * Complete the methods required for integer and float items. + * Replace the deprecated usage of `datetime.utcnow()`. (#308) + * Minor performance improvements when iterating over the escape + sequences. (#304) + ------------------------------------------------------------------- Sun May 14 09:47:56 UTC 2023 - Dirk Müller @@ -37,10 +50,10 @@ Sun Apr 16 08:08:58 UTC 2023 - Dirk Müller ------------------------------------------------------------------- Wed Nov 9 19:31:14 UTC 2022 - Yogalakshmi Arunachalam -- Update to 0.11.6 +- Update to 0.11.6 Fixed * Allow broader type for toml file path value (#243) - * Auto-determine if a table is a super table if not specified explicitly. (#245) + * Auto-determine if a table is a super table if not specified explicitly. (#245) ------------------------------------------------------------------- Mon Oct 3 16:05:27 UTC 2022 - Dirk Müller @@ -124,9 +137,9 @@ Thu Jan 20 22:45:49 UTC 2022 - Matej Cepl Mon Oct 5 12:57:46 UTC 2020 - Benjamin Greiner - Update to version 0.7.0 - * Added support for sorting keys when dumping raw + * Added support for sorting keys when dumping raw dictionaries by passing sort_keys=True to dumps() (#103). - * Keys are not longer sorted by default when dumping a raw + * Keys are not longer sorted by default when dumping a raw dictionary but the original order will be preserved (#103). * Fixed compliance with the 1.0.0rc1 TOML specification (#102). diff --git a/python-tomlkit.spec b/python-tomlkit.spec index 99a52d2..59af637 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -16,10 +16,9 @@ # -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-tomlkit -Version: 0.11.8 +Version: 0.12.1 Release: 0 Summary: Style preserving TOML library License: MIT diff --git a/tomlkit-0.11.8.tar.gz b/tomlkit-0.11.8.tar.gz deleted file mode 100644 index 3e6faa2..0000000 --- a/tomlkit-0.11.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3 -size 188825 diff --git a/tomlkit-0.12.1.tar.gz b/tomlkit-0.12.1.tar.gz new file mode 100644 index 0000000..6fb37b0 --- /dev/null +++ b/tomlkit-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86 +size 190535