15
0

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:
Tomáš Chvátal
2019-10-08 17:43:54 +00:00
committed by Git OBS Bridge
parent 6136a95cd4
commit 2ba5a3217f
4 changed files with 18 additions and 8 deletions

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>