diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-12-22 23:57:27 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-04 14:48:29 -0800 |
commit | d361fb7d3b6370b0d2528733527d75d622196b0c (patch) | |
tree | 8045e07ad776b6674da001642129e6ac1bed2476 | |
parent | 558a6a00d21699c232eafec5b7f08ba1bdd24b01 (diff) | |
download | meta-openembedded-d361fb7d3b6370b0d2528733527d75d622196b0c.tar.gz |
python3-pymongo: Upgrade 3.11.0 -> 3.11.2
Upgrade to release 3.11.2:
- Fixed a memory leak caused by failing SDAM monitor checks on
Python 3 (PYTHON-2433).
- Fixed a regression that changed the string representation of
BulkWriteError (PYTHON-2438).
- Fixed a bug that made it impossible to use
bson.codec_options.CodecOptions.with_options() and
with_options() on some early versions of Python 3.4 and
Python 3.5 due to a bug in the standard library implementation
of collections.namedtuple._asdict() (PYTHON-2440).
- Fixed a bug that resulted in a TypeError exception when a
PyOpenSSL socket was configured with a timeout of None
(PYTHON-2443).
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb (renamed from meta-python/recipes-devtools/python/python3-pymongo_3.11.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb index 635de22d20..5372ac0ff1 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb | |||
@@ -8,8 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" | |||
8 | LICENSE = "Apache-2.0" | 8 | LICENSE = "Apache-2.0" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "5d166c8f9500c83314deadebb95b6fd5" | 11 | SRC_URI[sha256sum] = "c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14" |
12 | SRC_URI[sha256sum] = "076a7f2f7c251635cf6116ac8e45eefac77758ee5a77ab7bd2f63999e957613b" | ||
13 | 12 | ||
14 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
15 | 14 | ||