14
0

Accepting request 895918 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/895918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=39
This commit is contained in:
2021-06-01 08:33:28 +00:00
committed by Git OBS Bridge
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc
size 777381

3
pymongo-3.11.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:539d4cb1b16b57026999c53e5aab857fe706e70ae5310cc8c232479923f932e6
size 783122

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>

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