diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-06-02 07:03:29 +0800 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-06-02 07:03:29 +0800 |
commit | 1873d38a77fd3e6c934370cd2b603da8d8ed69e4 (patch) | |
tree | 3863e349d4ee2fb55c605d00e4e5c299cb219b77 /databases | |
parent | 7ba07af1cd0d3bcca3ec6db180367b1dbdbe3bf2 (diff) | |
download | freebsd-ports-gnome-1873d38a77fd3e6c934370cd2b603da8d8ed69e4.tar.gz freebsd-ports-gnome-1873d38a77fd3e6c934370cd2b603da8d8ed69e4.tar.zst freebsd-ports-gnome-1873d38a77fd3e6c934370cd2b603da8d8ed69e4.zip |
databases/pymongo: update to 2.7.1
PR: ports/190424
Submitted by: Bartek Rutkowski <ports at robakdesign com>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/pymongo/Makefile | 2 | ||||
-rw-r--r-- | databases/pymongo/distinfo | 4 | ||||
-rw-r--r-- | databases/pymongo/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index 70f729cbbbfe..ac1adf4be544 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.7 +PORTVERSION= 2.7.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo index d894b0fb1e6d..9f10568f69dc 100644 --- a/databases/pymongo/distinfo +++ b/databases/pymongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.7.tar.gz) = 8320bbbb8ca76de86bd47c253cfbfc4aedae3439fc57f6a9f8fdfa15a00bd601 -SIZE (pymongo-2.7.tar.gz) = 376543 +SHA256 (pymongo-2.7.1.tar.gz) = 4810d302b8e132b99bfb6eeabcc71490cfc9d4064d84df593feb305121ed3535 +SIZE (pymongo-2.7.1.tar.gz) = 378724 diff --git a/databases/pymongo/pkg-descr b/databases/pymongo/pkg-descr index 8b7f6c9b1c3c..9592e8cf627f 100644 --- a/databases/pymongo/pkg-descr +++ b/databases/pymongo/pkg-descr @@ -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 |