diff mbox series

[meta-python,2/3] python3-marshmallow: Upgrade 3.18.0 -> 3.19.0

Message ID 20230105102710.166099-2-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-termcolor: Upgrade 2.1.1 -> 2.2.0 | expand

Commit Message

Leon Anavi Jan. 5, 2023, 10:27 a.m. UTC
Upgrade to release 3.19.0:

- Add timestamp and timestamp_ms formats to fields.DateTime

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

Patch

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