From 88cf1f2b6ad1d5f94d73d12b1a379cae2da1acf0ac087ccc2d8cf5fbbd3d5168 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 16 Jan 2024 15:07:16 +0000 Subject: [PATCH] - update to 3.20.2: * Bug fixes: - Fix Nested field type hint for lambda Schema types (:pr:`2164`). * Other changes: - Officially support Python 3.12 (:pr:`2188`). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=50 --- marshmallow-3.20.1.tar.gz | 3 --- marshmallow-3.20.2.tar.gz | 3 +++ python-marshmallow.changes | 8 ++++++++ python-marshmallow.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 marshmallow-3.20.1.tar.gz create mode 100644 marshmallow-3.20.2.tar.gz diff --git a/marshmallow-3.20.1.tar.gz b/marshmallow-3.20.1.tar.gz deleted file mode 100644 index 85b25e3..0000000 --- a/marshmallow-3.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d2371bbe42000f2b3fb5eaa065224df7d8f8597bc19a1bbfa5bfe7fba8da889 -size 184683 diff --git a/marshmallow-3.20.2.tar.gz b/marshmallow-3.20.2.tar.gz new file mode 100644 index 0000000..f00a3e9 --- /dev/null +++ b/marshmallow-3.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1daff273513dc5eb24b219a8035559dc573c8f322558ef85f5438ddd1236dd +size 185043 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index 00e9469..dc3a8d6 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Jan 16 15:06:21 UTC 2024 - Dirk Müller + +- update to 3.20.2: + * Bug fixes: - Fix Nested field type hint for lambda Schema + types (:pr:`2164`). + * Other changes: - Officially support Python 3.12 (:pr:`2188`). + ------------------------------------------------------------------- Sun Dec 10 21:27:36 UTC 2023 - Dirk Müller diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 0af353f..b1acbf7 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -1,7 +1,7 @@ # # spec file for package python-marshmallow # -# 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-marshmallow -Version: 3.20.1 +Version: 3.20.2 Release: 0 Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types License: BSD-3-Clause AND MIT