From ef452d83385e7570c07515dcfcb882826cc550f18f77ffa6c8a0922efba14389 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 6 Aug 2020 08:46:54 +0000 Subject: [PATCH] - update to 3.11.0: * Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes. * Support for OCSP (Online Certificate Status Protocol). * Support for PyOpenSSL as an alternative TLS implementation. * Support for the MONGODB-AWS authentication mechanism. * Support for the directConnection URI option and kwarg to MongoClient. * Support for speculative authentication attempts in connection handshakes which reduces the number of network roundtrips needed to authenticate new connections on MongoDB 4.4+. * Support for creating collections in multi-document transactions with create_collection() on MongoDB 4.4+. * Added index hinting support to the ReplaceOne, UpdateOne, UpdateMany, DeleteOne, and DeleteMany bulk operations. * Added support for bson.binary.UuidRepresentation.UNSPECIFIED and MongoClient(uuidRepresentation='unspecified') which will become the default UUID representation starting in PyMongo 4.0. See Handling UUID Data for details. * Added the background parameter to pymongo.database.Database.validate_collection(). For a description of this parameter see the MongoDB documentation for the validate command. * Added the allow_disk_use parameters to pymongo.collection.Collection.find(). * Added the hedge parameter to PrimaryPreferred, Secondary, SecondaryPreferred, Nearest to support disabling (or explicitly enabling) hedged reads in MongoDB 4.4+. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=72 --- pymongo-3.10.1.tar.gz | 3 --- pymongo-3.11.0.tar.gz | 3 +++ python-pymongo.changes | 17 +++++++++++++++++ python-pymongo.spec | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 pymongo-3.10.1.tar.gz create mode 100644 pymongo-3.11.0.tar.gz diff --git a/pymongo-3.10.1.tar.gz b/pymongo-3.10.1.tar.gz deleted file mode 100644 index bb90d89..0000000 --- a/pymongo-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:993257f6ca3cde55332af1f62af3e04ca89ce63c08b56a387cdd46136c72f2fa -size 715892 diff --git a/pymongo-3.11.0.tar.gz b/pymongo-3.11.0.tar.gz new file mode 100644 index 0000000..1c1107c --- /dev/null +++ b/pymongo-3.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076a7f2f7c251635cf6116ac8e45eefac77758ee5a77ab7bd2f63999e957613b +size 771691 diff --git a/python-pymongo.changes b/python-pymongo.changes index c8b989d..7393e4a 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Aug 6 08:43:30 UTC 2020 - Dirk Mueller + +- update to 3.11.0: + * Version 3.11 adds support for MongoDB 4.4 and includes a number of bug fixes. + * Support for OCSP (Online Certificate Status Protocol). + * Support for PyOpenSSL as an alternative TLS implementation. + * Support for the MONGODB-AWS authentication mechanism. + * Support for the directConnection URI option and kwarg to MongoClient. + * Support for speculative authentication attempts in connection handshakes which reduces the number of network roundtrips needed to authenticate new connections on MongoDB 4.4+. + * Support for creating collections in multi-document transactions with create_collection() on MongoDB 4.4+. + * Added index hinting support to the ReplaceOne, UpdateOne, UpdateMany, DeleteOne, and DeleteMany bulk operations. + * Added support for bson.binary.UuidRepresentation.UNSPECIFIED and MongoClient(uuidRepresentation='unspecified') which will become the default UUID representation starting in PyMongo 4.0. See Handling UUID Data for details. + * Added the background parameter to pymongo.database.Database.validate_collection(). For a description of this parameter see the MongoDB documentation for the validate command. + * Added the allow_disk_use parameters to pymongo.collection.Collection.find(). + * Added the hedge parameter to PrimaryPreferred, Secondary, SecondaryPreferred, Nearest to support disabling (or explicitly enabling) hedged reads in MongoDB 4.4+. + ------------------------------------------------------------------- Mon Mar 9 16:21:37 UTC 2020 - Dirk Mueller diff --git a/python-pymongo.spec b/python-pymongo.spec index 9852af4..916016c 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.10.1 +Version: 3.11.0 Release: 0 Summary: Python driver for MongoDB License: Apache-2.0