Hello community, here is the log from the commit of package python-pymongo for openSUSE:Factory checked in at 2014-07-26 09:42:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pymongo (Old) and /work/SRC/openSUSE:Factory/.python-pymongo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pymongo" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pymongo/python-pymongo.changes 2013-12-09 17:01:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-pymongo.new/python-pymongo.changes 2014-07-26 09:42:25.000000000 +0200 @@ -1,0 +2,45 @@ +Fri Jul 25 08:59:00 UTC 2014 - [email protected] + +- Update to version 2.7.1 + * Ensure _cbson can encode types with broken __getattr__ + implementations (https://jira.mongodb.org/browse/PYTHON-698) + * Index and user manipulation broken with mongos versions before + 2.4.0 (https://jira.mongodb.org/browse/PYTHON-696) + * Wrong Python object name for UTC in C module + (https://jira.mongodb.org/browse/PYTHON-695) + * Helpers and internal command calls that don't obey read + preference shouldn't raise UserWarning + (https://jira.mongodb.org/browse/PYTHON-691) + * jnote and wnote should not raise errors when connected to + legacy servers (https://jira.mongodb.org/browse/PYTHON-684) + * Possible resource leak in _cmessage + (https://jira.mongodb.org/browse/PYTHON-685) + * v 2.7 breaks backward compatibility on results returned by + update with upsert (https://jira.mongodb.org/browse/PYTHON-697) + * drop_index fails with OperationFailure if no index found on + collection (https://jira.mongodb.org/browse/PYTHON-667) + * PyMongo driver docs don't mention text search + (https://jira.mongodb.org/browse/PYTHON-690) +- PyMongo 2.7 is a major release with a large number of new features + and bug fixes. Highlights include: + * Full support for MongoDB 2.6. + * A new :doc:`bulk write operations API </examples/bulk>`. + * Support for server side query timeouts using + :meth:`~pymongo.cursor.Cursor.max_time_ms`. + * Support for writing :meth:`~pymongo.collection.Collection.aggregate` + output to a collection. + * A new :meth:`~pymongo.collection.Collection.parallel_scan` helper. + * :class:`~pymongo.errors.OperationFailure` and its subclasses now + include a :attr:`~pymongo.errors.OperationFailure.details` + attribute with complete error details from the server. + * A new GridFS :meth:`~gridfs.GridFS.find` method that returns + a :class:`~gridfs.grid_file.GridOutCursor`. + * Greatly improved :doc:`support for mod_wsgi </examples/mod_wsgi>` + when using PyMongo's C extensions. Read Jesse's blog post for + details. + * Improved C extension support for ARM little endian. + * Version 2.7 drops support for replica sets running MongoDB versions + older than 1.6.2. + * More details please see https://jira.mongodb.org/browse/PYTHON/fixforversion/12892 + +------------------------------------------------------------------- Old: ---- pymongo-2.6.3.tar.gz New: ---- pymongo-2.7.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pymongo.spec ++++++ --- /var/tmp/diff_new_pack.k9RdN2/_old 2014-07-26 09:42:25.000000000 +0200 +++ /var/tmp/diff_new_pack.k9RdN2/_new 2014-07-26 09:42:25.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pymongo # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-pymongo -Version: 2.6.3 +Version: 2.7.1 Release: 0 Url: http://github.com/mongodb/mongo-python-driver Summary: Python driver for MongoDB ++++++ pymongo-2.6.3.tar.gz -> pymongo-2.7.1.tar.gz ++++++ ++++ 23072 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
