From 5e2c8db6e915b9f7350fb6996450690f83b5a6cabcd2dd22ba2b4e0451776f91 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 25 Jul 2014 12:43:51 +0000
Subject: [PATCH] Accepting request 242330 from
home:mlin7442:branches:devel:languages:python
update to 2.7.1
OBS-URL: https://build.opensuse.org/request/show/242330
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=32
---
pymongo-2.6.3.tar.gz | 3 ---
pymongo-2.7.1.tar.gz | 3 +++
python-pymongo.changes | 45 ++++++++++++++++++++++++++++++++++++++++++
python-pymongo.spec | 4 ++--
4 files changed, 50 insertions(+), 5 deletions(-)
delete mode 100644 pymongo-2.6.3.tar.gz
create mode 100644 pymongo-2.7.1.tar.gz
diff --git a/pymongo-2.6.3.tar.gz b/pymongo-2.6.3.tar.gz
deleted file mode 100644
index cde501d..0000000
--- a/pymongo-2.6.3.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:cabe1d785ad5db6ed8ff70dcb9c987958fc75400f066ec78911ca3f37184a4e2
-size 324241
diff --git a/pymongo-2.7.1.tar.gz b/pymongo-2.7.1.tar.gz
new file mode 100644
index 0000000..31c1284
--- /dev/null
+++ b/pymongo-2.7.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535
+size 378724
diff --git a/python-pymongo.changes b/python-pymongo.changes
index 270648b..c30fd0e 100644
--- a/python-pymongo.changes
+++ b/python-pymongo.changes
@@ -1,3 +1,48 @@
+-------------------------------------------------------------------
+Fri Jul 25 08:59:00 UTC 2014 - mlin@suse.com
+
+- 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 `.
+ * 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 `
+ 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
+
-------------------------------------------------------------------
Sat Dec 7 02:20:46 UTC 2013 - matz@suse.com
diff --git a/python-pymongo.spec b/python-pymongo.spec
index c99eb8b..dc321d4 100644
--- a/python-pymongo.spec
+++ b/python-pymongo.spec
@@ -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