aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-07-18 12:25:38 +0800
committerKhem Raj <raj.khem@gmail.com>2023-07-20 19:08:57 -0700
commit0da49b20a4464df87b24a62b8c33a85b3f3330e8 (patch)
treea569278b6df16a411125728ca54da1762906b6a9 /meta-python/recipes-devtools
parentfa272dbc68f404105cd9f222957339df81d73a89 (diff)
downloadmeta-openembedded-contrib-0da49b20a4464df87b24a62b8c33a85b3f3330e8.tar.gz
python3-pymongo: upgrade 4.4.0 -> 4.4.1
Changelog: =========== -Fixed a bug where pymongo would raise a ConfigurationError -Fixed a minor reference counting bug in the C extension (PYTHON-3798 2). Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_4.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-pymongo_4.4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.4.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.4.1.bb
index a9bf31d811..b89706a566 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.4.1.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] = "a1b5d286fee4b9b5a0312faede02f2ce2f56ac695685af1d25f428abdac9a22c"
+SRC_URI[sha256sum] = "a4df87dbbd03ac6372d24f2a8054b4dc33de497d5227b50ec649f436ad574284"
inherit pypi setuptools3