From 0b3251ac7859204f122508516b7dcc48d4f77884a7bb2d7e9799f65b3951683d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 6 Dec 2022 17:59:38 +0000 Subject: [PATCH] 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 --- pymongo-4.3.2.tar.gz | 3 --- pymongo-4.3.3.tar.gz | 3 +++ python-pymongo.changes | 12 ++++++++++++ python-pymongo.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 pymongo-4.3.2.tar.gz create mode 100644 pymongo-4.3.3.tar.gz diff --git a/pymongo-4.3.2.tar.gz b/pymongo-4.3.2.tar.gz deleted file mode 100644 index d182212..0000000 --- a/pymongo-4.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95913659d6c5fc714e662533d014836c988cc1561684f07b6a0a8343651afa66 -size 807489 diff --git a/pymongo-4.3.3.tar.gz b/pymongo-4.3.3.tar.gz new file mode 100644 index 0000000..d7988c1 --- /dev/null +++ b/pymongo-4.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e95ffb0a68bffbc3b437f2d1f25fc916fef3df5cdeed0992da5f42fae9b807 +size 814195 diff --git a/python-pymongo.changes b/python-pymongo.changes index 1bec400..1b71d2d 100644 --- a/python-pymongo.changes +++ b/python-pymongo.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 6 13:23:28 UTC 2022 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-pymongo.spec b/python-pymongo.spec index 913c46a..a063a06 100644 --- a/python-pymongo.spec +++ b/python-pymongo.spec @@ -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