14
0

- update to 3.11.3:

- Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes
    after a writeConcernError on MongoDB 4.4+ (PYTHON-2452)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=78
This commit is contained in:
2021-04-22 19:57:35 +00:00
committed by Git OBS Bridge
parent 1ba683a3b4
commit 85bd65d2e7
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:c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14
size 770595

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

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 22 19:55:18 UTC 2021 - Dirk Müller <dmueller@suse.com>
- update to 3.11.3:
- Version 3.11.3 fixes a bug that prevented PyMongo from retrying writes
after a writeConcernError on MongoDB 4.4+ (PYTHON-2452)
-------------------------------------------------------------------
Mon Feb 1 18:09:17 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pymongo
Version: 3.11.2
Version: 3.11.3
Release: 0
Summary: Python driver for MongoDB
License: Apache-2.0
Group: Development/Languages/Python
URL: http://github.com/mongodb/mongo-python-driver
URL: https://github.com/mongodb/mongo-python-driver
Source: https://files.pythonhosted.org/packages/source/p/pymongo/pymongo-%{version}.tar.gz
# PATCH-FIX-SUSE: upstream does not care about 32bit
Patch0: mongodb-skip-test.patch