!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:
commit
37fdefe6b9
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
|
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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user