Hello community,

here is the log from the commit of package python-pymongo for openSUSE:Factory 
checked in at 2020-03-11 18:45:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old)
 and      /work/SRC/openSUSE:Factory/.python-pymongo.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pymongo"

Wed Mar 11 18:45:19 2020 rev:34 rq:783016 version:3.10.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes    
2019-09-23 12:05:04.257928546 +0200
+++ /work/SRC/openSUSE:Factory/.python-pymongo.new.3160/python-pymongo.changes  
2020-03-11 18:49:22.135514521 +0100
@@ -1,0 +2,17 @@
+Mon Mar  9 16:21:37 UTC 2020 - Dirk Mueller <[email protected]>
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  pymongo-3.9.0.tar.gz

New:
----
  pymongo-3.10.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pymongo.spec ++++++
--- /var/tmp/diff_new_pack.hbRx74/_old  2020-03-11 18:49:22.703514775 +0100
+++ /var/tmp/diff_new_pack.hbRx74/_new  2020-03-11 18:49:22.703514775 +0100
@@ -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

++++++ pymongo-3.9.0.tar.gz -> pymongo-3.10.1.tar.gz ++++++
++++ 5080 lines of diff (skipped)


Reply via email to