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
This commit is contained in:
parent
6136a95cd4
commit
2ba5a3217f
@ -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
3
marshmallow-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9a2f3e8ea5f530a9664e882d7d04b58650f46190178b2264c72b7d20399d28f0
|
||||||
|
size 166807
|
@ -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>
|
Wed Sep 11 12:45:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-marshmallow
|
Name: python-marshmallow
|
||||||
Version: 3.0.3
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
|
Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types
|
||||||
License: MIT AND BSD-3-Clause
|
License: MIT AND BSD-3-Clause
|
||||||
@ -65,10 +65,8 @@ HTML Documentation and examples for %{name}.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
pushd docs
|
sphinx-build docs/ docs/_build/html
|
||||||
make %{?_smp_mflags} html
|
rm -r docs/_build/html/.buildinfo docs/_build/html/.doctrees
|
||||||
rm _build/html/.buildinfo
|
|
||||||
popd
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user