diff --git a/marshmallow-3.0.3.tar.gz b/marshmallow-3.0.3.tar.gz deleted file mode 100644 index 5806b8e..0000000 --- a/marshmallow-3.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51188df086da5c427c3c193faddf7f95857ee4053dbf2d083e5cbfd846b2fb29 -size 168839 diff --git a/marshmallow-3.2.1.tar.gz b/marshmallow-3.2.1.tar.gz new file mode 100644 index 0000000..8bd010f --- /dev/null +++ b/marshmallow-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2f3e8ea5f530a9664e882d7d04b58650f46190178b2264c72b7d20399d28f0 +size 166807 diff --git a/python-marshmallow.changes b/python-marshmallow.changes index b109913..b12c819 100644 --- a/python-marshmallow.changes +++ b/python-marshmallow.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Oct 8 15:03:26 UTC 2019 - Marketa Calabkova + +- Update to 3.2.1 + * Fix typing for Schema.dump[s] + * Fix compatibility with Python < 3.5.3 + * Fix bug that raised an uncaught error when a nested schema + instance had an unpickleable object in its context + * Fix propagating dot-delimited only and exclude parameters to + nested schema instances + * Few bug fixes + ------------------------------------------------------------------- Wed Sep 11 12:45:35 UTC 2019 - Tomáš Chvátal diff --git a/python-marshmallow.spec b/python-marshmallow.spec index ed3b0dc..953813e 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.3 +Version: 3.2.1 Release: 0 Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types License: MIT AND BSD-3-Clause @@ -65,10 +65,8 @@ HTML Documentation and examples for %{name}. %build %python_build -pushd docs -make %{?_smp_mflags} html -rm _build/html/.buildinfo -popd +sphinx-build docs/ docs/_build/html +rm -r docs/_build/html/.buildinfo docs/_build/html/.doctrees %install %python_install