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