forked from pool/python-pymongo
Accepting request 1324601 from devel:languages:python
- update to 4.15.5:
* Fixed a bug that could cause AutoReconnect("connection pool
paused") errors when cursors fetched more documents from the
database after SDAM heartbeat failures.
* Relaxed the callback type of :meth:`~pymongo.asynchronous.cli
ent_session.AsyncClientSession.with_transaction` to allow the
broader Awaitable type rather than only Coroutine objects.
* Added the missing Python 3.14 trove classifier to the package
metadata.
OBS-URL: https://build.opensuse.org/request/show/1324601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=48
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a981271347623b5319932796690c2d301668ac3a1965974ac9f5c3b8a22cea5
|
||||
size 2470801
|
||||
3
pymongo-4.15.5.tar.gz
Normal file
3
pymongo-4.15.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a8d6bf2610abe0c97c567cf98bf5bba3e90ccc93cc03c9dde75fa11e4267b42
|
||||
size 2471889
|
||||
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 28 21:13:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.15.5:
|
||||
* Fixed a bug that could cause AutoReconnect("connection pool
|
||||
paused") errors when cursors fetched more documents from the
|
||||
database after SDAM heartbeat failures.
|
||||
* Relaxed the callback type of :meth:`~pymongo.asynchronous.cli
|
||||
ent_session.AsyncClientSession.with_transaction` to allow the
|
||||
broader Awaitable type rather than only Coroutine objects.
|
||||
* Added the missing Python 3.14 trove classifier to the package
|
||||
metadata.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 7 01:33:18 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pymongo
|
||||
Version: 4.15.3
|
||||
Version: 4.15.5
|
||||
Release: 0
|
||||
Summary: Python driver for MongoDB
|
||||
License: Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user