From ae20c6dc9d4ba54bc8f904701880968592c793e6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 13 May 2016 09:23:50 -0400 Subject: python-flask-pymongo: update to 0.4.1 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-flask-pymongo.inc | 5 +++-- meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb | 2 -- meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb | 2 -- meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb | 2 ++ 5 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo.inc b/meta-python/recipes-devtools/python/python-flask-pymongo.inc index 939113b5e..535ddfc5a 100644 --- a/meta-python/recipes-devtools/python/python-flask-pymongo.inc +++ b/meta-python/recipes-devtools/python/python-flask-pymongo.inc @@ -5,9 +5,10 @@ SECTION = "devel/python" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://flask_pymongo/wrappers.py;startline=1;endline=24;md5=dff998d5a8469503612ee7757f3a2052" -SRC_URI[md5sum] = "457a210f35ba49d2623dbcf27fbb89e1" -SRC_URI[sha256sum] = "707ddff92f5b7bdc34d401f1f3857a3d1a9f5dba76e6a1422ccbc3651e2ca521" +SRC_URI[md5sum] = "cbf5fbcd22719d8393e481bcac36be05" +SRC_URI[sha256sum] = "75862daece1c979a9eab5f9d1e32eb781775842273b629ae5d1cb28e6953df78" PYPI_PACKAGE = "Flask-PyMongo" +PYPI_PACKAGE_HASH = "04417070930eb72f79c69efaa7289635160b20e568b873428304e19dff235244" RDEPENDS_${PN} = "${PYTHON_PN}-pymongo ${PYTHON_PN}-flask" diff --git a/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.bb deleted file mode 100644 index d41d02348..000000000 --- a/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.0.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.4.1.bb b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.1.bb new file mode 100644 index 000000000..d41d02348 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-pymongo_0.4.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.0.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.bb deleted file mode 100644 index 2102554b6..000000000 --- a/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.0.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.4.1.bb b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb new file mode 100644 index 000000000..2102554b6 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-pymongo_0.4.1.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-flask-pymongo.inc -- cgit v1.2.3-54-g00ecf