python3-marshmallow: Upgrade 3.15.0 -> 3.17.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>
This commit is contained in:
Leon Anavi 2022-07-07 12:46:50 +03:00 committed by Khem Raj
parent bc6374e53f
commit fffefa861a

View File

@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "\
SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev" SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
SRCREV = "f251dfb08d79c755c2e95371f2c5580bf5937e60" SRCREV = "4a6c08d53f181195c78b505abe155b2f35cbc0c1"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"