diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-30 18:49:03 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-05-12 01:06:55 -0700 |
| commit | 7995c66f683906d925c44dae99fad03def95d30a (patch) | |
| tree | fb04ddbe7d475f3cc25775b25807d982d9d2ef8f /meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb | |
| parent | ce66ccbde2aa34f9ce1fbace0a73607699c774f2 (diff) | |
| download | meta-openembedded-7995c66f683906d925c44dae99fad03def95d30a.tar.gz | |
python3-pymongo: upgrade 4.16.0 -> 4.17.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb new file mode 100644 index 0000000000..663de17352 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.17.0.bb | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | SUMMARY = "Python driver for MongoDB <http://www.mongodb.org>" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | The PyMongo distribution contains tools for interacting with MongoDB \ | ||
| 4 | database from Python. The bson package is an implementation of the BSON \ | ||
| 5 | format for Python. The pymongo package is a native Python driver for \ | ||
| 6 | MongoDB. The gridfs package is a gridfs implementation on top of pymongo." | ||
| 7 | HOMEPAGE = "https://github.com/mongodb/mongo-python-driver" | ||
| 8 | LICENSE = "Apache-2.0" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "70ffa08ba641468cc068cf46c06b34f01a8ce3489f6411309fcb5ceabe6b2fc0" | ||
| 12 | |||
| 13 | CVE_PRODUCT = "pymongo" | ||
| 14 | |||
| 15 | inherit pypi python_hatchling | ||
| 16 | |||
| 17 | PACKAGES =+ "python3-bson" | ||
| 18 | |||
| 19 | FILES:python3-bson = "${PYTHON_SITEPACKAGES_DIR}/bson/*" | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python3-hatch-requirements-txt-native \ | ||
| 23 | " | ||
| 24 | |||
| 25 | RDEPENDS:python3-bson += " \ | ||
| 26 | python3-datetime \ | ||
| 27 | python3-json \ | ||
| 28 | python3-netclient \ | ||
| 29 | python3-numbers \ | ||
| 30 | python3-threading \ | ||
| 31 | " | ||
| 32 | |||
| 33 | RDEPENDS:${PN} += " \ | ||
| 34 | python3-bson \ | ||
| 35 | python3-pprint \ | ||
| 36 | python3-difflib \ | ||
| 37 | python3-logging \ | ||
| 38 | " | ||
