Accepting request 736310 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/736310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-marshmallow?expand=0&rev=11
This commit is contained in:
Dominique Leuenberger 2019-10-09 13:19:44 +00:00 committed by Git OBS Bridge
commit cc3f61cc86
4 changed files with 18 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51188df086da5c427c3c193faddf7f95857ee4053dbf2d083e5cbfd846b2fb29
size 168839

3
marshmallow-3.2.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a2f3e8ea5f530a9664e882d7d04b58650f46190178b2264c72b7d20399d28f0
size 166807

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Oct 8 15:03:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>

View File

@ -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