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

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