15
0

- Update to 3.0.3:

* Handle when data_key is an empty string
  * Includes bug fix from 2.20.3
  * Fix incorrect super() call in SchemaMeta.__init__

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=19
This commit is contained in:
Tomáš Chvátal
2019-09-11 12:46:54 +00:00
committed by Git OBS Bridge
parent 2a3053079b
commit 6136a95cd4
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Sep 11 12:45:35 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.3:
* Handle when data_key is an empty string
* Includes bug fix from 2.20.3
* Fix incorrect super() call in SchemaMeta.__init__
-------------------------------------------------------------------
Mon Aug 26 14:10:28 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>