From 187ed7d4442d074b2cec28a9865b65e07d05a0b04bed975dc53894e9220307f8 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 26 Nov 2020 08:38:18 +0000 Subject: [PATCH] - update to 3.11.1: - Support for Python 3.9. - Initial support for Azure and GCP KMS providers for client side field level encryption is in beta. See the docstring for :class:`~pymongo.mongo_client.MongoClient`, :class:`~pymongo.encryption_options.AutoEncryptionOpts`, and :mod:`~pymongo.encryption`. **Note: Backwards-breaking changes may be made before the final release.** - Fixed a bug where the :class:`bson.json_util.JSONOptions` API did not match the :class:`bson.codec_options.CodecOptions` API due to the absence of a :meth:`bson.json_util.JSONOptions.with_options` method. This method has now been added. - Fixed a bug which made it impossible to serialize :class:`~pymongo.errors.BulkWriteError` instances using :mod:`pickle`. - Fixed a bug wherein PyMongo did not always discard an implicit session after encountering a network error. - Fixed a bug where connections created in the background were not authenticated. - Fixed a memory leak in the :mod:`bson` module when using a :class:`~bson.codec_options.TypeRegistry`. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=74 --- pymongo-3.11.0.tar.gz | 3 --- pymongo-3.11.1.tar.gz | 3 +++ python-pymongo.changes | 24 ++++++++++++++++++++++++ python-pymongo.spec | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) delete mode 100644 pymongo-3.11.0.tar.gz create mode 100644 pymongo-3.11.1.tar.gz diff --git a/pymongo-3.11.0.tar.gz b/pymongo-3.11.0.tar.gz deleted file mode 100644 index 1c1107c..0000000 --- a/pymongo-3.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:076a7f2f7c251635cf6116ac8e45eefac77758ee5a77ab7bd2f63999e957613b -size 771691 diff --git a/pymongo-3.11.1.tar.gz b/pymongo-3.11.1.tar.gz new file mode 100644 index 0000000..2baf7a4 --- /dev/null +++ b/pymongo-3.11.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c1a2538cd120283e7137ac97ce27ebdfcb675730c5055d6332b0043f4e5a55 +size 769203 diff --git a/python-pymongo.changes b/python-pymongo.changes index 7393e4a..dc5631a 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Thu Nov 26 08:37:44 UTC 2020 - Dirk Mueller + +- update to 3.11.1: + - Support for Python 3.9. + - Initial support for Azure and GCP KMS providers for client side field level + encryption is in beta. See the docstring for + :class:`~pymongo.mongo_client.MongoClient`, + :class:`~pymongo.encryption_options.AutoEncryptionOpts`, + and :mod:`~pymongo.encryption`. **Note: Backwards-breaking changes may be + made before the final release.** + - Fixed a bug where the :class:`bson.json_util.JSONOptions` API did not match + the :class:`bson.codec_options.CodecOptions` API due to the absence of + a :meth:`bson.json_util.JSONOptions.with_options` method. This method has now + been added. + - Fixed a bug which made it impossible to serialize + :class:`~pymongo.errors.BulkWriteError` instances using :mod:`pickle`. + - Fixed a bug wherein PyMongo did not always discard an implicit session after + encountering a network error. + - Fixed a bug where connections created in the background were not + authenticated. + - Fixed a memory leak in the :mod:`bson` module when using a + :class:`~bson.codec_options.TypeRegistry`. + ------------------------------------------------------------------- Thu Aug 6 08:43:30 UTC 2020 - Dirk Mueller diff --git a/python-pymongo.spec b/python-pymongo.spec index 916016c..4b21527 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.0 +Version: 3.11.1 Release: 0 Summary: Python driver for MongoDB License: Apache-2.0