From 40e61f087213673d42fcd8f2d42922bf96fc05aba1d4a69e31bfbeb74caa2207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Wed, 21 May 2025 08:14:04 +0000 Subject: [PATCH] Accepting request 1278928 from home:ojkastl_buildservice:Branch_devel_languages_python update to 3.16 OBS-URL: https://build.opensuse.org/request/show/1278928 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mashumaro?expand=0&rev=7 --- mashumaro-3.15.tar.gz | 3 --- mashumaro-3.16.tar.gz | 3 +++ python-mashumaro.changes | 11 +++++++++++ python-mashumaro.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 mashumaro-3.15.tar.gz create mode 100644 mashumaro-3.16.tar.gz diff --git a/mashumaro-3.15.tar.gz b/mashumaro-3.15.tar.gz deleted file mode 100644 index ea4a2b5..0000000 --- a/mashumaro-3.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eddd24c470c639ca271ea80bda56a640b1113236a9193ba1d72e11c9ac198e9e -size 157786 diff --git a/mashumaro-3.16.tar.gz b/mashumaro-3.16.tar.gz new file mode 100644 index 0000000..7b3aa25 --- /dev/null +++ b/mashumaro-3.16.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6703b3c44c076e892a053eb5a6f112a0d1837631354b7327fc8df62b616a418b +size 158497 diff --git a/python-mashumaro.changes b/python-mashumaro.changes index 5c4adee..2a5d1c4 100644 --- a/python-mashumaro.changes +++ b/python-mashumaro.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed May 21 05:13:30 UTC 2025 - Johannes Kastl + +- update to 3.16: + * Added support for custom JSON Schema instance formats defined by + users (#267) + * Added support for typing.ReadOnly and typing_extensions.ReadOnly + from PEP 705 (#272) + * Fixed AttributeError when using generic SerializableType subclass + (#275) + ------------------------------------------------------------------- Mon Dec 2 09:45:29 UTC 2024 - Johannes Kastl diff --git a/python-mashumaro.spec b/python-mashumaro.spec index 8976531..c198a37 100644 --- a/python-mashumaro.spec +++ b/python-mashumaro.spec @@ -1,7 +1,7 @@ # # spec file for package python-mashumaro # -# 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-mashumaro -Version: 3.15 +Version: 3.16 Release: 0 Summary: Fast and well tested serialization library License: Apache-2.0