summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-marshmallow: Upgrade 3.15.0 -> 3.17.0Leon Anavi2022-07-071-28/+0
| | | | | | | | | | | Upgrade to release 3.17.0: - Support serialization as float in TimeDelta field - Add messages_dict property to ValidationError to facilitate type checking Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-marshmallow: Upgrade 3.14.1 -> 3.15.0Leon Anavi2022-04-221-0/+28
Upgrade to release 3.15.0: - Allow passing a dict to fields.Nested - Address distutils deprecation warning in Python 3.10 - Add py310 to black target-version - Drop support for Python 3.6 - Use postponed evaluation of annotations Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <tvgamblin@gmail.com>