[meta-python] python3-pymongo: upgrade 3.12.0 -> 4.0

Message ID 1638416497-5910-1-git-send-email-xuhuan.fnst@fujitsu.com
State New
Headers show
Series [meta-python] python3-pymongo: upgrade 3.12.0 -> 4.0 | expand

Commit Message

XU Huan Dec. 2, 2021, 3:41 a.m. UTC
From: Xu Huan <xuhuan.fnst@fujitsu.com>

See changelog: https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst

Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
---
 .../{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%)

Patch

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 17975ff5d3..ea057c1804 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