summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-01-05 12:27:09 +0200
committerKhem Raj <raj.khem@gmail.com>2023-01-06 11:38:16 -0800
commit82417adc3cf0c8de39bfb3ed75ce17f590d1a60f (patch)
tree947b6435e3ae187e26da5298ca2846bffa95f8c7 /meta-python
parentba9d1962c0f36f9c4b351e8dcf2a5ceab620c04d (diff)
downloadmeta-openembedded-82417adc3cf0c8de39bfb3ed75ce17f590d1a60f.tar.gz
python3-marshmallow: Upgrade 3.18.0 -> 3.19.0
Upgrade to release 3.19.0: - Add timestamp and timestamp_ms formats to fields.DateTime Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-marshmallow_3.19.0.bb (renamed from meta-python/recipes-devtools/python/python3-marshmallow_3.18.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
index c52ff30fda..91f6462b35 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 = "\
9 9
10SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev" 10SRC_URI = "git://github.com/marshmallow-code/marshmallow.git;protocol=https;branch=dev"
11 11
12SRCREV = "2805f32461fc7801a5f7b6d83facf7cbb8bca278" 12SRCREV = "78edf5582ee325bba99f097cb7167ef73b6f84d8"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15