14
0

Accepting request 198595 from home:dirkmueller:branches:devel:languages:python

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

OBS-URL: https://build.opensuse.org/request/show/198595
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymongo?expand=0&rev=24
This commit is contained in:
Sascha Peilicke
2013-09-13 09:46:26 +00:00
committed by Git OBS Bridge
parent 1b313641cb
commit 849f3f5180
4 changed files with 13 additions and 4 deletions

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

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Sep 11 21:11:29 UTC 2013 - dmueller@suse.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 2 15:40:35 UTC 2013 - dmueller@suse.com Mon Sep 2 15:40:35 UTC 2013 - dmueller@suse.com

View File

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