From 52044c9d991a77b9a2ae5b27399581b4b7aa822b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 16 Jun 2017 15:33:24 -0400 Subject: python-flask-pymongo: update to version 0.5.1 Verify the license terms remain the same and update checksum Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-flask-pymongo.inc | 6 +++--- meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb | 2 -- meta-python/recipes-devtools/python/python-flask-pymongo_0.5.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb | 2 -- meta-python/recipes-devtools/python/python3-flask-pymongo_0.5.1.bb | 2 ++ 5 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo_0.5.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-pymongo_0.5.1.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo.inc b/meta-python/recipes-devtools/python/python-flask-pymongo.inc index 6d54837a58..e11283ed34 100644 --- a/meta-python/recipes-devtools/python/python-flask-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-flask-pymongo.inc @@ -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" diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb deleted file mode 100644 index d41d023480..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-flask-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo_0.5.1.bb b/meta-python/recipes-devtools/python/python-flask-pymongo_0.5.1.bb new file mode 100644 index 0000000000..d41d023480 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-pymongo_0.5.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-flask-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb deleted file mode 100644 index 2102554b66..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-flask-pymongo.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.5.1.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.5.1.bb new file mode 100644 index 0000000000..2102554b66 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.5.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-flask-pymongo.inc -- cgit 1.2.3-korg