forked from pool/python-pymongo
- 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
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9c1a2538cd120283e7137ac97ce27ebdfcb675730c5055d6332b0043f4e5a55
|
||||
size 769203
|
3
pymongo-3.11.2.tar.gz
Normal file
3
pymongo-3.11.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14
|
||||
size 770595
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 18:09:17 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user