From 1ba683a3b4fc58c9b76a6917faab4c7ef3773a34ad629accaf20aeb8266fddd4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Feb 2021 18:10:58 +0000 Subject: [PATCH] - update to 3.11.2: - Fixed a memory leak caused by failing SDAM monitor checks on Python 3 (`PYTHON-2433`_). - Fixed a regression that changed the string representation of :exc:`~pymongo.errors.BulkWriteError` (`PYTHON-2438`_). - Fixed a bug that made it impossible to use :meth:`bson.codec_options.CodecOptions.with_options` and :meth:`~bson.json_util.JSONOptions.with_options` on some early versions of Python 3.4 and Python 3.5 due to a bug in the standard library implementation of :meth:`collections.namedtuple._asdict` (`PYTHON-2440`_). - Fixed a bug that resulted in a :exc:`TypeError` exception when a PyOpenSSL socket was configured with a timeout of ``None`` (`PYTHON-2443`_). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=76 --- pymongo-3.11.1.tar.gz | 3 --- pymongo-3.11.2.tar.gz | 3 +++ python-pymongo.changes | 15 +++++++++++++++ python-pymongo.spec | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) delete mode 100644 pymongo-3.11.1.tar.gz create mode 100644 pymongo-3.11.2.tar.gz diff --git a/pymongo-3.11.1.tar.gz b/pymongo-3.11.1.tar.gz deleted file mode 100644 index 2baf7a4..0000000 --- a/pymongo-3.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9c1a2538cd120283e7137ac97ce27ebdfcb675730c5055d6332b0043f4e5a55 -size 769203 diff --git a/pymongo-3.11.2.tar.gz b/pymongo-3.11.2.tar.gz new file mode 100644 index 0000000..98566b1 --- /dev/null +++ b/pymongo-3.11.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14 +size 770595 diff --git a/python-pymongo.changes b/python-pymongo.changes index dc5631a..3c78b8c 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Feb 1 18:09:17 UTC 2021 - Dirk Müller + +- update to 3.11.2: + - Fixed a memory leak caused by failing SDAM monitor checks on Python 3 (`PYTHON-2433`_). + - Fixed a regression that changed the string representation of + :exc:`~pymongo.errors.BulkWriteError` (`PYTHON-2438`_). + - Fixed a bug that made it impossible to use + :meth:`bson.codec_options.CodecOptions.with_options` and + :meth:`~bson.json_util.JSONOptions.with_options` on some early versions of + Python 3.4 and Python 3.5 due to a bug in the standard library implementation + of :meth:`collections.namedtuple._asdict` (`PYTHON-2440`_). + - Fixed a bug that resulted in a :exc:`TypeError` exception when a PyOpenSSL + socket was configured with a timeout of ``None`` (`PYTHON-2443`_). + ------------------------------------------------------------------- Thu Nov 26 08:37:44 UTC 2020 - Dirk Mueller diff --git a/python-pymongo.spec b/python-pymongo.spec index 4b21527..e97be89 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -1,7 +1,7 @@ # # spec file for package python-pymongo # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-pymongo -Version: 3.11.1 +Version: 3.11.2 Release: 0 Summary: Python driver for MongoDB License: Apache-2.0