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

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymongo
Version: 3.11.3
Version: 3.11.4
Release: 0
Summary: Python driver for MongoDB
License: Apache-2.0
@@ -56,7 +56,7 @@ export CFLAGS="%{optflags}"
%python_expand %fdupes %{buildroot}%{$python_sitearch}
%check
%python_exec setup.py test -v
%pyunittest discover -v
%files %{python_files}
%license LICENSE