SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python-pymongo-2.6.3-3.1.1.x86_64.rpm :

* Sat Dec 07 2013 matzAATTsuse.com- Fix filelist on ppc64le
* Wed Nov 27 2013 p.drouandAATTgmail.com- 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)
* Sat Sep 14 2013 schwabAATTsuse.de- Fix file list for aarch64
* Wed Sep 11 2013 dmuellerAATTsuse.com- 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.
* Mon Sep 02 2013 dmuellerAATTsuse.com- 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 ` for more information. - Support aggregation output as a :class:`~pymongo.cursor.Cursor`. See :meth:`~pymongo.collection.Collection.aggregate` for details.
* Thu Aug 08 2013 dvaleevAATTsuse.com- on bigendian platforms we don\'t build native exentions, so package to python_sitelib instead of python_sitearch on those platforms
* Thu Aug 08 2013 speilickeAATTsuse.com- Drop ExclusiveArch, mongodb is only a Suggets which is plain documentation. Nobody says that a PPC machine with the Python bindings can\'t talk to an x86_64 machine hosting mongodb.
* Tue Jun 04 2013 mlinAATTsuse.com- Update to version 2.5.2
* Version 2.5.2 fixes a NULL pointer dereference issue when decoding an invalid :class:`~bson.dbref.DBRef`(bnc#822798, CVE-2013-2132). See release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/12581 for details.
* Tue Jun 04 2013 mlinAATTsuse.com- Update to version 2.5.1
* Version 2.5.1 is a minor release that fixes issues discovered after the release of 2.5. Most importantly, this release addresses some race conditions in replica set monitoring. See release notes in JIRA: https://jira.mongodb.org/browse/PYTHON/fixforversion/12484 for details.
* Wed Apr 03 2013 dvaleevAATTsuse.com- Set Exclusive arch for LittleEndian machines. mongodb is not BigEndian compatible.
* Wed Mar 27 2013 mlinAATTsuse.com- Update to version 2.5
* See https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=11981 for details
* Wed Dec 12 2012 mlinAATTsuse.com- Update to version 2.4.1
* See https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=12286 for details
* Wed Dec 12 2012 mlinAATTsuse.com- Update to version 2.4
* See https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=10004&version=11485 for details
* Mon Sep 24 2012 iAATTmarguerite.su- Update to version 2.3
* fixes see https://jira.mongodb.org/browse/PYTHON/fixforversion/11146
* Support for expanded read preferences including directing reads to tagged servers - See Secondary Reads for more information.
* Support for mongos failover - See High Availability and mongos for more information.
* A new aggregate() method to support MongoDB’s new aggregation framework.
* Support for legacy Java and C# byte order when encoding and decoding UUIDs.
* Support for connecting directly to an arbiter.
* Tue Mar 27 2012 saschpeAATTsuse.de- Change requires on mongodb to suggests, a weak dependency is better
* Tue Feb 28 2012 saschpeAATTsuse.de- Update to version 2.1.1
* See https://jira.mongodb.org/browse/PYTHON/fixforversion/11081 for details- Require mongodb
* Sat Mar 26 2011 alexandreAATTexatati.com.br- Initial package (1.9) for openSUSE.
 
ICM