Accepting request 1032503 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1032503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2022-11-01 12:42:18 +00:00 committed by Git OBS Bridge
commit 9351557cbd
4 changed files with 8 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:48e2d88d4ab431ad5a17c25556d9da529ea6e966876f2a38d274082e270287f0
size 181500

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6804c16114f7fce1f5b4dadc31f4674af23317fcc7f075da21e35c1a35d781f7
size 182746

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Sep 29 15:53:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Fri Oct 28 18:21:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.18.0 (2022-09-15)¶
Features:
@ -7,6 +7,9 @@ Thu Sep 29 15:53:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
Bug fixes:
Fix typing in Field._serialize signature (#2046).
-------------------------------------------------------------------
Thu Sep 29 15:53:34 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.17.1 (2022-08-22)
Bug fixes:
Add return type to fields.Email.__init__ (#2018). Thanks @kkirsche for the PR.

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-marshmallow
Version: 3.17.1
Version: 3.18.0
Release: 0
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
License: BSD-3-Clause AND MIT