From b5019cc78dd1ef2dffdd59c9e1c2cc01a00fb0850242d178e58126a6b60a9d2c Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Feb 2025 10:45:16 +0000 Subject: [PATCH] - update to 1.2.0: * Always preserve `decimal.Decimal` type in parse round trips * Improved * Better `TypeError` message on invalid mapping keys * Unify type representation in error messages * Performance * Improve import time by removing `typing` import * Improve import time by removing `string` import * Improve import time by lazy importing `decimal` OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli-w?expand=0&rev=10 --- python-tomli-w.changes | 13 +++++++++++++ python-tomli-w.spec | 4 ++-- tomli-w-1.1.0-gh.tar.gz | 3 --- tomli-w-1.2.0-gh.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 tomli-w-1.1.0-gh.tar.gz create mode 100644 tomli-w-1.2.0-gh.tar.gz diff --git a/python-tomli-w.changes b/python-tomli-w.changes index b9696b0..4771531 100644 --- a/python-tomli-w.changes +++ b/python-tomli-w.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 24 10:44:59 UTC 2025 - Dirk Müller + +- update to 1.2.0: + * Always preserve `decimal.Decimal` type in parse round trips + * Improved + * Better `TypeError` message on invalid mapping keys + * Unify type representation in error messages + * Performance + * Improve import time by removing `typing` import + * Improve import time by removing `string` import + * Improve import time by lazy importing `decimal` + ------------------------------------------------------------------- Tue Oct 29 22:22:46 UTC 2024 - Dirk Müller diff --git a/python-tomli-w.spec b/python-tomli-w.spec index 6ccc2fd..1865cf0 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomli-w # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-tomli-w -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: A lil' TOML writer License: MIT diff --git a/tomli-w-1.1.0-gh.tar.gz b/tomli-w-1.1.0-gh.tar.gz deleted file mode 100644 index d280fdf..0000000 --- a/tomli-w-1.1.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf9a4ccddb0b03cf2538479ac2210827ef5d5ff77de576f07147042b903bfb32 -size 64682 diff --git a/tomli-w-1.2.0-gh.tar.gz b/tomli-w-1.2.0-gh.tar.gz new file mode 100644 index 0000000..447b6a3 --- /dev/null +++ b/tomli-w-1.2.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b423098831faf35be897c5018c93e7c67eabf95d3359e1d5e97e5a4c0265ace +size 65320