diff --git a/marshmallow-3.0.1.tar.gz b/marshmallow-3.0.1.tar.gz deleted file mode 100644 index f52c4cc..0000000 --- a/marshmallow-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:23f684b54b1955ebd5bdfbdda4062e438ef86218f14f1a356f570cdf0c016ab3 -size 168186 diff --git a/marshmallow-3.0.3.tar.gz b/marshmallow-3.0.3.tar.gz new file mode 100644 index 0000000..5806b8e --- /dev/null +++ b/marshmallow-3.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51188df086da5c427c3c193faddf7f95857ee4053dbf2d083e5cbfd846b2fb29 +size 168839 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index aba6714..b109913 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Sep 11 12:45:35 UTC 2019 - Tomáš Chvátal + +- Update to 3.0.3: + * Handle when data_key is an empty string + * Includes bug fix from 2.20.3 + * Fix incorrect super() call in SchemaMeta.__init__ + ------------------------------------------------------------------- Mon Aug 26 14:10:28 UTC 2019 - Marketa Calabkova diff --git a/python-marshmallow.spec b/python-marshmallow.spec index 3ed043a..ed3b0dc 100644 --- a/python-marshmallow.spec +++ b/python-marshmallow.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-marshmallow -Version: 3.0.1 +Version: 3.0.3 Release: 0 Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types License: MIT AND BSD-3-Clause