From 2ba5a3217f5862354f9ea2347e1f6d4e53dc6665b1d221e429c5b68b1f2896ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 8 Oct 2019 17:43:54 +0000 Subject: [PATCH] Accepting request 736259 from home:mcalabkova:branches:devel:languages:python - 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 OBS-URL: https://build.opensuse.org/request/show/736259 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=21 --- marshmallow-3.0.3.tar.gz | 3 --- marshmallow-3.2.1.tar.gz | 3 +++ python-marshmallow.changes | 12 ++++++++++++ python-marshmallow.spec | 8 +++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 marshmallow-3.0.3.tar.gz create mode 100644 marshmallow-3.2.1.tar.gz 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