Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/py-mongo,
Python driver for MongoDB
Branch: CURRENT,
Version: 2.6.3,
Package name: py27-mongo-2.6.3,
Maintainer: mishkaThe PyMongo distribution contains tools for interacting with MongoDB
database from Python.
The bson package is an implementation of the BSON format for Python.
The pymongo package is a native Python driver for MongoDB.
The gridfs package is a gridfs implementation on top of pymongo.
Required to run:[
devel/py-setuptools] [
lang/python27]
Master sites:
SHA1: b838d6bc6d9cf05d7a6cd45d266e917dc3267bc5
RMD160: 4e0d72f01991bc4213f055f8811e694cb48cef15
Filesize: 316.642 KB
Version history: (Expand)
- (2014-06-10) Package deleted from pkgsrc
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-10-21) Updated to version: py27-mongo-2.6.3
- (2013-08-28) Package has been reborn
- (2013-08-28) Package deleted from pkgsrc
CVS history: (Expand)
2014-06-09 00:15:49 by othyro | Files touched by this commit (4) |  |
Log message:
-py-mongo - went to databases in HEAD.
|
2014-06-01 14:49:35 by Thomas Klausner | Files touched by this commit (208) |
Log message:
Remove FETCH_USING.
It is a user-defined variable and should NOT be set in Makefiles.
|
2014-01-25 11:38:08 by Thomas Klausner | Files touched by this commit (171) |  |
Log message:
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
|
2013-10-21 00:21:47 by Mike M. Volokhov | Files touched by this commit (1) |
Log message:
Drop TODO - pymongo 2.6.3 fixes the CVE.
|
2013-10-20 22:38:58 by Mike M. Volokhov | Files touched by this commit (4) |  |
Log message:
Update py-mongo to version 2.6.3.
Major package changes:
- added support for Python 3.x (N.B.: 3.2 or greater is required)
- pypi switched over to HTTPS - fetch using curl
- list the package in "databases" category as well
- homepage was moved - update
- cleanup comment a little bit
- the update fixes CVE-2013-2132
For changelist since pymongo 2.4.2 please visit
http://api.mongodb.org/python/current/changelog.html
|
2013-06-06 13:56:57 by OBATA Akio | Files touched by this commit (1) |
Log message:
CVE-2013-2132
|
2013-03-07 04:23:43 by PHO / phonohawk | Files touched by this commit (3) |
Log message:
Update to pymongo-2.4.2
|
2013-03-07 04:07:12 by PHO / phonohawk | Files touched by this commit (3) |
Log message:
Update to pymongo-2.4
|