!36 PYTHON-1918 Stop using BSON.encode and BSON.decode functions

From: @lb1107039128 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-12-25 07:46:52 +00:00 committed by Gitee
commit 37fdefe6b9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 1341 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: python-pymongo Name: python-pymongo
Version: 3.9.0 Version: 3.9.0
Release: 4 Release: 5
License: Apache License 2.0 License: Apache License 2.0
Summary: PyMongo - the Python driver for MongoDB Summary: PyMongo - the Python driver for MongoDB
URL: https://github.com/mongodb/mongo-python-driver URL: https://github.com/mongodb/mongo-python-driver
@ -16,6 +16,8 @@ The PyMongo distribution contains tools for interacting with \
MongoDB database from Python.\ MongoDB database from Python.\
PyMongo supports MongoDB 2.6, 3.0, 3.2, 3.4, 3.6, 4.0 and 4.2. PyMongo supports MongoDB 2.6, 3.0, 3.2, 3.4, 3.6, 4.0 and 4.2.
Patch0002: 0001-PYTHON-1918-Stop-using-BSON.encode-and-BSON.decode-f.patch
%description %{_description} %description %{_description}
%package -n python2-bson %package -n python2-bson
@ -156,6 +158,9 @@ popd
%{_pkgdocdir} %{_pkgdocdir}
%changelog %changelog
* Thu Dec 21 2023 liubo <liubo1@xfusion.com> - 3.9.0-5
- PYTHON-1918 Stop using BSON.encode and BSON.decode functions
* Thu Sep 17 2020 liuweibo <liuweibo10@huawei.com> - 3.9.0-4 * Thu Sep 17 2020 liuweibo <liuweibo10@huawei.com> - 3.9.0-4
- Fix Source0 - Fix Source0