From 9aa6735c53282037129e50e56abdc14e91577665 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 13 May 2016 09:23:51 -0400 Subject: python-flask-login: update to 0.3.2 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-flask-login.inc | 5 +++-- meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb | 2 -- meta-python/recipes-devtools/python/python-flask-login_0.3.2.bb | 2 ++ meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb | 2 -- meta-python/recipes-devtools/python/python3-flask-login_0.3.2.bb | 2 ++ 5 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-login_0.3.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-login_0.3.2.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-flask-login.inc b/meta-python/recipes-devtools/python/python-flask-login.inc index 95c4428c0d..f5b111bfdd 100644 --- a/meta-python/recipes-devtools/python/python-flask-login.inc +++ b/meta-python/recipes-devtools/python/python-flask-login.inc @@ -6,9 +6,10 @@ HOMEPAGE = " https://github.com/maxcountryman/flask-login" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=8aa87a1cd9fa41d969ad32cfdac2c596" -SRC_URI[md5sum] = "c0a7eaf28623f0aeac4929dc05a7a064" -SRC_URI[sha256sum] = "83d5f10e5c4f214feed6cc41c212db63a58a15ac32e56df81591bfa0a5cee3e5" +SRC_URI[md5sum] = "d95c2275d3e1c755145910077366dc45" +SRC_URI[sha256sum] = "e72eff5c35e5a31db1aeca1db5d2501be702674ea88e8f223b5d2b11644beee6" PYPI_PACKAGE = "Flask-Login" +PYPI_PACKAGE_HASH = "06e661ed90ed8ce6752b745ed13fac3ba407dc9db95dfa2906edc8dd55dde454" RDEPENDS_${PN} = "${PYTHON_PN}-flask" diff --git a/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb deleted file mode 100644 index 510cedf220..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-login_0.2.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-flask-login.inc diff --git a/meta-python/recipes-devtools/python/python-flask-login_0.3.2.bb b/meta-python/recipes-devtools/python/python-flask-login_0.3.2.bb new file mode 100644 index 0000000000..510cedf220 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-login_0.3.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-flask-login.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb deleted file mode 100644 index 2d23fe1674..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-login_0.2.11.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-flask-login.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-login_0.3.2.bb b/meta-python/recipes-devtools/python/python3-flask-login_0.3.2.bb new file mode 100644 index 0000000000..2d23fe1674 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-login_0.3.2.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-flask-login.inc -- cgit v1.2.3-54-g00ecf