python-flask-pymongo: update to version 0.5.1

Verify the license terms remain the same and update checksum

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Derek Straka
2017-06-16 15:33:24 -04:00
committed by Martin Jansa
parent c1588ce79d
commit 52044c9d99
3 changed files with 3 additions and 3 deletions

View File

@@ -3,10 +3,10 @@ DESCRIPTION = "PyMongo support for Flask applications."
HOMEPAGE = "https://github.com/mitsuhiko/flask/"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=dff998d5a8469503612ee7757f3a2052"
LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=424c4e1047d28e01b4e4634a069c019d"
SRC_URI[md5sum] = "cbf5fbcd22719d8393e481bcac36be05"
SRC_URI[sha256sum] = "75862daece1c979a9eab5f9d1e32eb781775842273b629ae5d1cb28e6953df78"
SRC_URI[md5sum] = "d7a1b717f27154e1f3a355f8ec2467d6"
SRC_URI[sha256sum] = "2baaa2ba5107d72b3a8bd4b5c0c8881316e35340ad1ae979cc13f1f3c8843b3d"
PYPI_PACKAGE = "Flask-PyMongo"