Accepting request 703738 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/703738
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2019-05-22 08:50:43 +00:00 committed by Git OBS Bridge
commit c02c24b9fc
4 changed files with 11 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a1a2e13c6a621f4970faf21e5d9b146e451e779d0f334a96eae4fcdef53455f
size 155449

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 17 14:38:06 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- Update to version 2.19.2
* Handle OverflowError when (de)serializing large integers with
fields.Float
-------------------------------------------------------------------
Fri Apr 5 09:07:04 UTC 2019 - Petr Gajdos <pgajdos@suse.com>

View File

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