[meta-python,4/5] python3-marshmallow: Upgrade 3.15.0 -> 3.17.0

Message ID 20220707094651.1716295-4-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/5] python3-autobahn: Upgrade 22.5.1 -> 22.6.1 | expand

Commit Message

Leon Anavi July 7, 2022, 9:46 a.m. UTC
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>
---
 ...hon3-marshmallow_3.15.0.bb => python3-marshmallow_3.17.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.15.0.bb => python3-marshmallow_3.17.0.bb} (94%)

Patch

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
index c8e0fa4dd..f2f5281d6 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.15.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.17.0.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "f251dfb08d79c755c2e95371f2c5580bf5937e60"
+SRCREV = "4a6c08d53f181195c78b505abe155b2f35cbc0c1"
 
 S = "${WORKDIR}/git"