diff --git a/pymongo-4.13.2.tar.gz b/pymongo-4.13.2.tar.gz deleted file mode 100644 index fe9c382906ad770841fb5e43140bc3fa64fc3673..0000000000000000000000000000000000000000 --- a/pymongo-4.13.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0f64c6469c2362962e6ce97258ae1391abba1566a953a492562d2924b44815c2 -size 2167844 diff --git a/pymongo-4.15.3.tar.gz b/pymongo-4.15.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0d119812b5695305ce15d5f16caf495f8b5e7902 Binary files /dev/null and b/pymongo-4.15.3.tar.gz differ diff --git a/python-pymongo.spec b/python-pymongo.spec index e18b7e3e66f74b8a0175d39fc64d84560d3976d8..2d7cdfb1f1a0273d506b9af8216900fbdf1f0601 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,5 +1,5 @@ Name: python-pymongo -Version: 4.13.2 +Version: 4.15.3 Release: 1 License: Apache-2.0 Summary: PyMongo - the Python driver for MongoDB @@ -85,6 +85,13 @@ chmod 755 %{buildroot}%{python3_sitearch}/pymongo/*.so %{_docdir}/python3-pymongo %changelog +* Thu Oct 09 2025 maqi - 4.15.3-1 +- Update to 4.15.3: +- Fixed a memory leak when raising bson.errors.InvalidDocument with C extensions. +- Fixed the return type of the pymongo.asynchronous.collection.AsyncCollection.distinct, + pymongo.synchronous.collection.Collection. distinct, pymongo.asynchronous.cursor.AsyncCursor.distinct, + and pymongo.asynchronous.cursor.AsyncCursor.distinct methods. + * Wed Jul 09 2025 yaoxin <1024769339@qq.com> - 4.13.2-1 - Update to 4.13.2: * Fixed a bug where AsyncMongoClient would block the event loop while creating new connections,