Revisions of python-pymongo

Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 17)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 209729 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 14)
Please forward to factory.
- Fix filelist on ppc64le (forwarded request 209701 from matz2)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 208700 from Denisart Benjamin's avatar Denisart Benjamin (posophe) (revision 13)
- Update to version 2.6.3
  + fix : AttributeError raised when use_greenlets=True is specified
    without gevent (https://jira.mongodb.org/browse/PYTHON-561)
  + fix : Semaphore leak during connection failure. 
    (https://jira.mongodb.org/browse/PYTHON-580)
  + fix : MongoReplicaSetClient ignores waitQueueMultiple and 
    waitQueueTimeoutMS 
    (https://jira.mongodb.org/browse/PYTHON-579) (forwarded request 208699 from posophe)
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 12)
Split 13.1 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 199188 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 11)
- Fix file list for aarch64 (forwarded request 199087 from Andreas_Schwab)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 198877 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 10)
- update to 2.6.2:
  Version 2.6.2 fixes a :exc:`TypeError` problem when max_pool_size=None
  is used in Python 3.
  Version 2.6.1 fixes a reference leak in
  the :meth:`~pymongo.collection.Collection.insert` method. (forwarded request 198595 from dirkmueller)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 197209 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 9)
- update to 2.6:
  - The ``max_pool_size`` option for :class:`~pymongo.mongo_client.MongoClient`
    and :class:`~pymongo.mongo_replica_set_client.MongoReplicaSetClient` now
    actually caps the number of sockets the pool will open concurrently.
    Once the pool has reached :attr:`~pymongo.mongo_client.MongoClient.max_pool_size`
    operations will block waiting for a socket to become available. If
    ``waitQueueTimeoutMS`` is set, an operation that blocks waiting for a socket
    will raise :exc:`~pymongo.errors.ConnectionFailure` after the timeout. By
    default ``waitQueueTimeoutMS`` is not set.
    See :ref:`connection-pooling` for more information.
  - The :meth:`~pymongo.collection.Collection.insert` method automatically splits
    large batches of documents into multiple insert messages based on
    :attr:`~pymongo.mongo_client.MongoClient.max_message_size`
  - Support for the exhaust cursor flag.
    See :meth:`~pymongo.collection.Collection.find` for details and caveats.
  - Support for the PLAIN and MONGODB-X509 authentication mechanisms.
    See :doc:`the authentication docs </examples/authentication>` for more
    information.
  - Support aggregation output as a :class:`~pymongo.cursor.Cursor`. See
    :meth:`~pymongo.collection.Collection.aggregate` for details. (forwarded request 197134 from dirkmueller)
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 186541 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 8)
- on bigendian platforms we don't build native exentions, so
  package to python_sitelib instead of python_sitearch on those
  platforms (forwarded request 186415 from k0da)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 179962 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 7)
housekeeping sr, necessary due to split between d:l:p and d:l:p3 and (manual) _link removal in Factory.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 177707 from Sascha Peilicke's avatar Sascha Peilicke (saschpe) (revision 6)
update to version 2.5.2 (forwarded request 177317 from mlin7442)
Displaying revisions 21 - 40 of 45
openSUSE Build Service is sponsored by