15
0

Accepting request 748403 from home:sebix:branches:devel:languages:python

- Update to version 3.2.2:
 - Bug fixes:
  - Don't load fields for which ``load_only`` and ``dump_only`` are both ``True`` (:pr:`1448`). 
  - Fix types in ``marshmallow.validate`` (:pr:`1446`).
 - Support:
  - Test against Python 3.8 (pr:`1431`).

OBS-URL: https://build.opensuse.org/request/show/748403
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=23
This commit is contained in:
Tomáš Chvátal
2019-11-13 16:37:12 +00:00
committed by Git OBS Bridge
parent 2ba5a3217f
commit 81d4d63b23
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Nov 13 15:40:31 UTC 2019 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 3.2.2:
- Bug fixes:
- Don't load fields for which ``load_only`` and ``dump_only`` are both ``True`` (:pr:`1448`).
- Fix types in ``marshmallow.validate`` (:pr:`1446`).
- Support:
- Test against Python 3.8 (pr:`1431`).
-------------------------------------------------------------------
Tue Oct 8 15:03:26 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>