forked from pool/python-pymongo
Accepting request 783016 from devel:languages:python
- update to 3.10.1: - Support for Client-Side Field Level Encryption with MongoDB 4.2. See :doc:`examples/encryption` for examples. - Support for Python 3.8. - Added :attr:`pymongo.client_session.ClientSession.in_transaction`. - Do not hold the Topology lock while creating connections in a MongoClient's background thread. This change fixes a bug where application operations would block while the background thread ensures that all server pools have minPoolSize connections. - Fix a UnicodeDecodeError bug when coercing a PyMongoError with a non-ascii error message to unicode on Python 2. - Fix an edge case bug where PyMongo could exceed the server's maxMessageSizeBytes when generating a compressed bulk write command. OBS-URL: https://build.opensuse.org/request/show/783016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=34
This commit is contained in:
3
pymongo-3.10.1.tar.gz
Normal file
3
pymongo-3.10.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:993257f6ca3cde55332af1f62af3e04ca89ce63c08b56a387cdd46136c72f2fa
|
||||
size 715892
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4249c6ba45587b959292a727532826c5032d59171f923f7f823788f413c2a5a3
|
||||
size 701117
|
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 9 16:21:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- update to 3.10.1:
|
||||
- Support for Client-Side Field Level Encryption with MongoDB 4.2. See
|
||||
:doc:`examples/encryption` for examples.
|
||||
- Support for Python 3.8.
|
||||
- Added :attr:`pymongo.client_session.ClientSession.in_transaction`.
|
||||
- Do not hold the Topology lock while creating connections in a MongoClient's
|
||||
background thread. This change fixes a bug where application operations would
|
||||
block while the background thread ensures that all server pools have
|
||||
minPoolSize connections.
|
||||
- Fix a UnicodeDecodeError bug when coercing a PyMongoError with a non-ascii
|
||||
error message to unicode on Python 2.
|
||||
- Fix an edge case bug where PyMongo could exceed the server's
|
||||
maxMessageSizeBytes when generating a compressed bulk write command.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 11:53:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pymongo
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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.9.0
|
||||
Version: 3.10.1
|
||||
Release: 0
|
||||
Summary: Python driver for MongoDB
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user