diff mbox series

[meta-python,23/30] python3-pymongo: upgrade 4.13.0 -> 4.13.2

Message ID 20250623071138.402-23-wangmy@fujitsu.com
State New
Headers show
Series [meta-filesystems,01/30] bindfs: upgrade 1.18.0 -> 1.18.1 | expand

Commit Message

Wang Mingyu June 23, 2025, 7:11 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fixed a bug where AsyncMongoClient would block the event loop while creating
  new connections,
- Fixed a bug that resulted in confusing error messages after hostname
  verification errors when using PyOpenSSL.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-pymongo_4.13.0.bb => python3-pymongo_4.13.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pymongo_4.13.0.bb => python3-pymongo_4.13.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.13.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_4.13.0.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb
index 28f12e7381..9630214dcb 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_4.13.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_4.13.2.bb
@@ -8,7 +8,7 @@  HOMEPAGE = "https://github.com/mongodb/mongo-python-driver"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRC_URI[sha256sum] = "92a06e3709e3c7e50820d352d3d4e60015406bcba69808937dac2a6d22226fde"
+SRC_URI[sha256sum] = "0f64c6469c2362962e6ce97258ae1391abba1566a953a492562d2924b44815c2"
 
 inherit pypi python_setuptools_build_meta python_hatchling