1
0

Accepting request 703732 from home:mcalabkova:branches:devel:languages:python

- Update to version 2.19.2
  * Handle OverflowError when (de)serializing large integers with 
    fields.Float

OBS-URL: https://build.opensuse.org/request/show/703732
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal 2019-05-17 15:41:08 +00:00 committed by Git OBS Bridge
parent 8b5db69938
commit 98cfbbd81d
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