From 98cfbbd81dc92470098f680d1fd09e0018d3c43a1753f53f00aab5b4c9421ca5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 17 May 2019 15:41:08 +0000 Subject: [PATCH] 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 --- marshmallow-2.19.1.tar.gz | 3 --- marshmallow-2.19.2.tar.gz | 3 +++ python-marshmallow.changes | 7 +++++++ python-marshmallow.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 marshmallow-2.19.1.tar.gz create mode 100644 marshmallow-2.19.2.tar.gz diff --git a/marshmallow-2.19.1.tar.gz b/marshmallow-2.19.1.tar.gz deleted file mode 100644 index 295066a..0000000 --- a/marshmallow-2.19.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a1a2e13c6a621f4970faf21e5d9b146e451e779d0f334a96eae4fcdef53455f -size 155449 diff --git a/marshmallow-2.19.2.tar.gz b/marshmallow-2.19.2.tar.gz new file mode 100644 index 0000000..2ceb313 --- /dev/null +++ b/marshmallow-2.19.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e21a4dea20deb167c723e0ffb13f4cf33bcbbeb8a334e92406a3308cedea2826 +size 155568 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index bd8cb59..d56086b 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 17 14:38:06 UTC 2019 - Marketa Calabkova + +- 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 diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 993dea3..6df8544 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -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