From 99c744b5c6683fcf9b1b3dfaef75f28cda86ba905634591c905fbb9ecc757876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 28 May 2021 08:12:41 +0000 Subject: [PATCH] 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 --- pymongo-3.11.3.tar.gz | 3 --- pymongo-3.11.4.tar.gz | 3 +++ python-pymongo.changes | 7 +++++++ python-pymongo.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 pymongo-3.11.3.tar.gz create mode 100644 pymongo-3.11.4.tar.gz diff --git a/pymongo-3.11.3.tar.gz b/pymongo-3.11.3.tar.gz deleted file mode 100644 index 6108cfa..0000000 --- a/pymongo-3.11.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc -size 777381 diff --git a/pymongo-3.11.4.tar.gz b/pymongo-3.11.4.tar.gz new file mode 100644 index 0000000..3b964ff --- /dev/null +++ b/pymongo-3.11.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539d4cb1b16b57026999c53e5aab857fe706e70ae5310cc8c232479923f932e6 +size 783122 diff --git a/python-pymongo.changes b/python-pymongo.changes index 56e5610..04c584a 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -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 diff --git a/python-pymongo.spec b/python-pymongo.spec index 94ea288..363cdfa 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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