[meta-python,2/3] python3-marshmallow: Upgrade 3.14.0 -> 3.14.1

Message ID 20211122103222.31758-2-leon.anavi@konsulko.com
State New
Headers show
Series [meta-python,1/3] python3-imageio: Upgrade 2.11.0 -> 2.11.1 | expand

Commit Message

Leon Anavi Nov. 22, 2021, 10:32 a.m. UTC
Upgrade to release 3.14.1:

- Fix publishing type hints per PEP-561

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.0.bb b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
similarity index 92%
rename from meta-python/recipes-devtools/python/python3-marshmallow_3.14.0.bb
rename to meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
index 9a1e9e426..ddfe4b99c 100644
--- a/meta-python/recipes-devtools/python/python3-marshmallow_3.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-marshmallow_3.14.1.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "\
 
 SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
 
-SRCREV = "df4f8119111362180838d66cd7364812fa9df81d"
+SRCREV = "41afdefd93afd1b95f48f45fd284ff8add3e91b7"
 
 S = "${WORKDIR}/git"