14
0

Accepting request 246453 from home:mlin7442:branches:devel:languages:python

update to 2.7.2

OBS-URL: https://build.opensuse.org/request/show/246453
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=34
This commit is contained in:
Denisart Benjamin
2014-08-26 11:18:11 +00:00
committed by Git OBS Bridge
parent 5e2c8db6e9
commit 527b215763
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535
size 378724

3
pymongo-2.7.2.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8fb45e3edec006f4b11580fc579bec7781a8b3201ce0abf31593f086070e51f6
size 381455

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Aug 26 10:18:16 UTC 2014 - mlin@suse.com
- Update to version 2.7.2
* Insert _id in document after applying non-copying SONManipulators
(https://jira.mongodb.org/browse/PYTHON-709)
* Fix exhaust cursor error-handling (https://jira.mongodb.org/browse/PYTHON-736)
* Handle network errors when adding existing credentials to sockets
(https://jira.mongodb.org/browse/PYTHON-732)
* ObjectId.is_valid(None) should be False (https://jira.mongodb.org/browse/PYTHON-712)
* Clarify versionchanged line for bulk insert (https://jira.mongodb.org/browse/PYTHON-738)
* Work around localhost exception issues in add_user when connected to
MongoDB >= 2.7.1 (https://jira.mongodb.org/browse/PYTHON-714)
* Fix Bulk API legacy upsert _id compatibility (https://jira.mongodb.org/browse/PYTHON-705)
* SON.to_dict shouldn't change original data (https://jira.mongodb.org/browse/PYTHON-710)
-------------------------------------------------------------------
Fri Jul 25 08:59:00 UTC 2014 - mlin@suse.com

View File

@@ -17,7 +17,7 @@
Name: python-pymongo
Version: 2.7.1
Version: 2.7.2
Release: 0
Url: http://github.com/mongodb/mongo-python-driver
Summary: Python driver for MongoDB