14
0

Accepting request 895907 from home:pgajdos:python

- version update to 3.11.4
  - Version 3.11.4 fixes a bug where a MongoClient would mistakenly attempt to
    create minPoolSize connections to arbiter nodes (`PYTHON-2634`_).

OBS-URL: https://build.opensuse.org/request/show/895907
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=80
This commit is contained in:
2021-05-28 08:12:41 +00:00
committed by Git OBS Bridge
parent 85bd65d2e7
commit 99c744b5c6
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 28 07:38:51 UTC 2021 - pgajdos@suse.com
- version update to 3.11.4
- Version 3.11.4 fixes a bug where a MongoClient would mistakenly attempt to
create minPoolSize connections to arbiter nodes (`PYTHON-2634`_).
-------------------------------------------------------------------
Thu Apr 22 19:55:18 UTC 2021 - Dirk Müller <dmueller@suse.com>