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

Signed-off-by: lb1107039128 <liubo1@xfusion.com>
This commit is contained in:
lb1107039128 2023-12-21 17:56:43 +08:00
parent 4c30ddd9a1
commit ae4c4a5117
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