From 0d7f5af9d185931cb2faa7e47df9e904791cd02df72433e68044b2a92b6da43f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 29 Oct 2024 22:23:12 +0000 Subject: [PATCH] - update to 1.1.0: * Removed Support for Python 3.7 and 3.8 * Accept generic `collections.abc.Mapping`, not just `dict`, as input. * `indent` keyword argument for customizing indent width of arrays. * Type annotations * Type annotate `dump` function's output stream object as `typing.IO[bytes]` (previously `typing.BinaryIO`) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tomli-w?expand=0&rev=8 --- python-tomli-w.changes | 13 +++++++++++++ python-tomli-w.spec | 4 ++-- tomli-w-1.0.0-gh.tar.gz | 3 --- tomli-w-1.1.0-gh.tar.gz | 3 +++ 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 tomli-w-1.0.0-gh.tar.gz create mode 100644 tomli-w-1.1.0-gh.tar.gz diff --git a/python-tomli-w.changes b/python-tomli-w.changes index de71d71..b9696b0 100644 --- a/python-tomli-w.changes +++ b/python-tomli-w.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Oct 29 22:22:46 UTC 2024 - Dirk Müller + +- update to 1.1.0: + * Removed Support for Python 3.7 and 3.8 + * Accept generic `collections.abc.Mapping`, not just `dict`, as + input. + * `indent` keyword argument for customizing indent width of + arrays. + * Type annotations + * Type annotate `dump` function's output stream object as + `typing.IO[bytes]` (previously `typing.BinaryIO`) + ------------------------------------------------------------------- Fri Apr 21 12:37:35 UTC 2023 - Dirk Müller diff --git a/python-tomli-w.spec b/python-tomli-w.spec index ef275ae..6ccc2fd 100644 --- a/python-tomli-w.spec +++ b/python-tomli-w.spec @@ -1,7 +1,7 @@ # # spec file for package python-tomli-w # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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.0.0 +Version: 1.1.0 Release: 0 Summary: A lil' TOML writer License: MIT diff --git a/tomli-w-1.0.0-gh.tar.gz b/tomli-w-1.0.0-gh.tar.gz deleted file mode 100644 index e8890c4..0000000 --- a/tomli-w-1.0.0-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fe1fb4696899c01356ef4e028c975103abf62e5fa9472f31f1714100f1b065d -size 63862 diff --git a/tomli-w-1.1.0-gh.tar.gz b/tomli-w-1.1.0-gh.tar.gz new file mode 100644 index 0000000..d280fdf --- /dev/null +++ b/tomli-w-1.1.0-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9a4ccddb0b03cf2538479ac2210827ef5d5ff77de576f07147042b903bfb32 +size 64682