diff mbox series

[meta-python,3/4] python3-marshmallow: Upgrade 3.17.1 -> 3.18.0

Message ID 20220916103800.573091-3-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/4] python3-ujson: Upgrade 5.4.0 -> 5.5.0 | expand

Commit Message

Leon Anavi Sept. 16, 2022, 10:37 a.m. UTC
Upgrade to release 3.18.0:

- Add Enum field
- Fix typing in Field._serialize signature

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...hon3-marshmallow_3.17.1.bb => python3-marshmallow_3.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-marshmallow_3.17.1.bb => python3-marshmallow_3.18.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb
similarity index 94%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb
index a7f4020cf..c52ff30fd 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.17.1.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "22e063270fea6ef6669425f53216e47eb8b04cc5"
+SRCREV = "2805f32461fc7801a5f7b6d83facf7cbb8bca278"
 
 S = "${WORKDIR}/git"