1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

databases/pymongo: update to 2.6.1

- Update to 2.6.1
- Use single space for WWW and end with a slash

Changes:
http://api.mongodb.org/python/current/changelog.html#changes-in-version-2-6-1
This commit is contained in:
William Grzybowski 2013-09-04 18:46:30 +00:00
parent 1dde02e6e3
commit 7e9830a0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=326310
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pymongo
PORTVERSION= 2.6
PORTVERSION= 2.6.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP

View File

@ -1,2 +1,2 @@
SHA256 (pymongo-2.6.tar.gz) = 0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a
SIZE (pymongo-2.6.tar.gz) = 322457
SHA256 (pymongo-2.6.1.tar.gz) = 1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c
SIZE (pymongo-2.6.1.tar.gz) = 322608

View File

@ -3,4 +3,4 @@ the Mongo database from Python. The pymongo package is a native
Python driver for the Mongo database. The gridfs package is a
gridfs implementation on top of pymongo.
WWW: http://github.com/mongodb/mongo-python-driver
WWW: http://github.com/mongodb/mongo-python-driver/