PYTHON-1918 Stop using BSON.encode and BSON.decode functions
Signed-off-by: lb1107039128 <liubo1@xfusion.com>
This commit is contained in:
parent
4c30ddd9a1
commit
ae4c4a5117
1335
0001-PYTHON-1918-Stop-using-BSON.encode-and-BSON.decode-f.patch
Normal file
1335
0001-PYTHON-1918-Stop-using-BSON.encode-and-BSON.decode-f.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
Name: python-pymongo
|
||||
Version: 3.9.0
|
||||
Release: 4
|
||||
Release: 5
|
||||
License: Apache License 2.0
|
||||
Summary: PyMongo - the Python driver for MongoDB
|
||||
URL: https://github.com/mongodb/mongo-python-driver
|
||||
@ -16,6 +16,8 @@ The PyMongo distribution contains tools for interacting with \
|
||||
MongoDB database from Python.\
|
||||
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}
|
||||
|
||||
%package -n python2-bson
|
||||
@ -156,6 +158,9 @@ popd
|
||||
%{_pkgdocdir}
|
||||
|
||||
%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
|
||||
- Fix Source0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user