From 26abc3f0dd7b8adab1f3ac30bae560780dc6832936c3a6a7489d9a7fd73738e3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jun 2024 08:52:15 +0000 Subject: [PATCH] - update to 0.12.5: * fix: don't add sign if the float is negative * fix: Construction of OutOfOrderTableProxy can cause newlines to be inserted OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomlkit?expand=0&rev=39 --- python-tomlkit.changes | 8 ++++++++ python-tomlkit.spec | 2 +- tomlkit-0.12.4.tar.gz | 3 --- tomlkit-0.12.5.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 tomlkit-0.12.4.tar.gz create mode 100644 tomlkit-0.12.5.tar.gz diff --git a/python-tomlkit.changes b/python-tomlkit.changes index 431453e..15a6fb5 100644 --- a/python-tomlkit.changes +++ b/python-tomlkit.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jun 10 08:51:40 UTC 2024 - Dirk Müller + +- update to 0.12.5: + * fix: don't add sign if the float is negative + * fix: Construction of OutOfOrderTableProxy can cause newlines + to be inserted + ------------------------------------------------------------------- Wed Mar 13 10:17:11 UTC 2024 - Dirk Müller diff --git a/python-tomlkit.spec b/python-tomlkit.spec index b3cdb42..e7c8a75 100644 --- a/python-tomlkit.spec +++ b/python-tomlkit.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-tomlkit -Version: 0.12.4 +Version: 0.12.5 Release: 0 Summary: Style preserving TOML library License: MIT diff --git a/tomlkit-0.12.4.tar.gz b/tomlkit-0.12.4.tar.gz deleted file mode 100644 index fe34c2d..0000000 --- a/tomlkit-0.12.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3 -size 191162 diff --git a/tomlkit-0.12.5.tar.gz b/tomlkit-0.12.5.tar.gz new file mode 100644 index 0000000..ee5fe67 --- /dev/null +++ b/tomlkit-0.12.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c +size 191420