forked from pool/python-marshmallow
- Update to 3.7.1:
* Deprecations:
+ `marshmallow.pprint` is deprecated and will be removed in marshmallow 4 (:issue:`1588`).
* Features:
+ Add ``validators.ContainsNoneOf`` (:issue:`1528`).
* Bug fixes:
+ Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
+ Fix passing ``only`` and ``exclude`` to ``Nested`` with an ordered ``Schema`` (:pr:`1627`).
+ ``fields.Boolean`` correctly serializes non-hashable types (:pr:`1633`).
- Refresh patch python-marshmallow-no-version-warning.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=27
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 21 06:15:41 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 3.7.1:
|
||||
* Deprecations:
|
||||
+ `marshmallow.pprint` is deprecated and will be removed in marshmallow 4 (:issue:`1588`).
|
||||
* Features:
|
||||
+ Add ``validators.ContainsNoneOf`` (:issue:`1528`).
|
||||
* Bug fixes:
|
||||
+ Fix typing in ``class_registry`` (:pr:`1574`). Thanks :user:`mahenzon`.
|
||||
+ Fix passing ``only`` and ``exclude`` to ``Nested`` with an ordered ``Schema`` (:pr:`1627`).
|
||||
+ ``fields.Boolean`` correctly serializes non-hashable types (:pr:`1633`).
|
||||
- Refresh patch python-marshmallow-no-version-warning.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 09:10:03 UTC 2020 - pgajdos@suse.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user