summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-02-04 15:19:39 +0200
committerKhem Raj <raj.khem@gmail.com>2021-02-05 10:26:11 -0800
commit6d38a68d42fbf04625e0a6d49013b4c94622be56 (patch)
tree110e0c893ec8164758606a70a5198b0930eea8e6 /meta-python
parent8ccfa76f8212df3d8d6bd8f398c831cb20590e3d (diff)
downloadmeta-openembedded-6d38a68d42fbf04625e0a6d49013b4c94622be56.tar.gz
python3-pymongo: Upgrade 3.11.2 -> 3.11.3
Upgrade to release 3.11.3: - Fix benchmark when using Python 3 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
index 5372ac0ff1..3549adce7c 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
@@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver"
8LICENSE = "Apache-2.0" 8LICENSE = "Apache-2.0"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
10 10
11SRC_URI[sha256sum] = "c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14" 11SRC_URI[sha256sum] = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"
12 12
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14