14
0

Accepting request 208700 from devel:languages:python

- 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)

OBS-URL: https://build.opensuse.org/request/show/208700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pymongo?expand=0&rev=13
This commit is contained in:
Stephan Kulow
2013-11-28 15:52:28 +00:00
committed by Git OBS Bridge
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:091d584f7b5d8de60bf6152d9269ec9a29ae7fa34415862b2f092af393233c4e
size 322913

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 27 13:25:30 UTC 2013 - p.drouand@gmail.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 19:18:50 UTC 2013 - schwab@suse.de

View File

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