From bdd244a6c1dc949bec0ce738b7c131ee4a1cc512 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 2 Dec 2021 11:41:37 +0800 Subject: [PATCH] python3-pymongo: upgrade 3.12.0 -> 4.0 See changelog: https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymongo_3.12.0.bb => python3-pymongo_4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymongo_3.12.0.bb => python3-pymongo_4.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb rename to meta-python/recipes-devtools/python/python3-pymongo_4.0.bb index 17975ff5d..ea057c180 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "b88d1742159bc93a078733f9789f563cef26f5e370eba810476a71aa98e5fbc2" +SRC_URI[sha256sum] = "6d158eadba3aaab276a3b188b7f467ab0384b68c1d31cfa87335e52addd9dcb6" inherit pypi setuptools3