python-pymongo

Edit Package python-pymongo

The PyMongo distribution contains tools for interacting with MongoDB database from Python. The bson package is an implementation of the BSON format for Python. The pymongo package is a native Python driver for MongoDB. The gridfs package is a gridfs implementation on top of pymongo.

Refresh
Refresh
Source Files
Filename Size Changed
mongodb-skip-test.patch 0000000576 576 Bytes
pymongo-3.10.1.tar.gz 0000715892 699 KB
python-pymongo.changes 0000052369 51.1 KB
python-pymongo.spec 0000002065 2.02 KB
Revision 34 (latest revision is 45)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 783016 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 34)
- 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.
Comments 0
openSUSE Build Service is sponsored by