14
0

Accepting request 1040665 from home:yarunachalam:branches:devel:languages:python

- Update to 4.3.3 
  Version 4.3.3 documents support for the following:
  * CSFLE on-demand credentials for cloud KMS providers.
  * Authentication support for EKS Clusters.
  * Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
  Bug Fixes
  * Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
  * Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).

OBS-URL: https://build.opensuse.org/request/show/1040665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=90
This commit is contained in:
2022-12-06 17:59:38 +00:00
committed by Git OBS Bridge
parent d0270a3949
commit 0b3251ac78
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95913659d6c5fc714e662533d014836c988cc1561684f07b6a0a8343651afa66
size 807489

3
pymongo-4.3.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:34e95ffb0a68bffbc3b437f2d1f25fc916fef3df5cdeed0992da5f42fae9b807
size 814195

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Dec 6 13:23:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 4.3.3
Version 4.3.3 documents support for the following:
* CSFLE on-demand credentials for cloud KMS providers.
* Authentication support for EKS Clusters.
* Added the Client Side Operation Timeout example page to improve the documentation for pymongo.timeout().
Bug Fixes
* Fixed a performance regression in download_to_stream() and download_to_stream_by_name() by reading in chunks instead of line by line (PYTHON-3502).
* Improved performance of gridfs.grid_file.GridOut.read() and gridfs.grid_file.GridOut.readline() (PYTHON-3508).
-------------------------------------------------------------------
Fri Oct 28 20:14:11 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-pymongo
Version: 4.3.2
Version: 4.3.3
Release: 0
Summary: Python driver for MongoDB
License: Apache-2.0