diff --git a/pymongo-3.11.2.tar.gz b/pymongo-3.11.2.tar.gz deleted file mode 100644 index 98566b1..0000000 --- a/pymongo-3.11.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14 -size 770595 diff --git a/pymongo-3.11.3.tar.gz b/pymongo-3.11.3.tar.gz new file mode 100644 index 0000000..6108cfa --- /dev/null +++ b/pymongo-3.11.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc +size 777381 diff --git a/python-pymongo.changes b/python-pymongo.changes index 3c78b8c..56e5610 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 22 19:55:18 UTC 2021 - Dirk Müller + +- 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 diff --git a/python-pymongo.spec b/python-pymongo.spec index e97be89..94ea288 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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