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

@@ -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