From 883239e7310a5f335602899deeda36c47c78e4f4 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Fri, 8 Nov 2019 11:40:46 +0800 Subject: python-flask-restful: upgrade 0.3.6 -> 0.3.7 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-flask-restful.inc | 4 ++-- meta-python/recipes-devtools/python/python-flask-restful_0.3.6.bb | 2 -- meta-python/recipes-devtools/python/python-flask-restful_0.3.7.bb | 2 ++ meta-python/recipes-devtools/python/python3-flask-restful_0.3.6.bb | 2 -- meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-flask-restful_0.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python-flask-restful_0.3.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb diff --git a/meta-python/recipes-devtools/python/python-flask-restful.inc b/meta-python/recipes-devtools/python/python-flask-restful.inc index 0485f85aac..dcbcd0d761 100644 --- a/meta-python/recipes-devtools/python/python-flask-restful.inc +++ b/meta-python/recipes-devtools/python/python-flask-restful.inc @@ -6,8 +6,8 @@ HOMEPAGE = "https://github.com/flask-restful/flask-restful" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=685bb55ed99a366bb431995f5eef2783" -SRC_URI[md5sum] = "8243ca101185b130d8fa529cbdbdbddd" -SRC_URI[sha256sum] = "5795519501347e108c436b693ff9a4d7b373a3ac9069627d64e4001c05dd3407" +SRC_URI[md5sum] = "a7217ef1159be38af5faf61aa09aabef" +SRC_URI[sha256sum] = "f8240ec12349afe8df1db168ea7c336c4e5b0271a36982bff7394f93275f2ca9" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-flask-restful_0.3.6.bb b/meta-python/recipes-devtools/python/python-flask-restful_0.3.6.bb deleted file mode 100644 index 1968d1d9d2..0000000000 --- a/meta-python/recipes-devtools/python/python-flask-restful_0.3.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-flask-restful.inc diff --git a/meta-python/recipes-devtools/python/python-flask-restful_0.3.7.bb b/meta-python/recipes-devtools/python/python-flask-restful_0.3.7.bb new file mode 100644 index 0000000000..1968d1d9d2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-flask-restful_0.3.7.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-flask-restful.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.6.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.6.bb deleted file mode 100644 index 6bff59a565..0000000000 --- a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-flask-restful.inc diff --git a/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb new file mode 100644 index 0000000000..6bff59a565 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-flask-restful_0.3.7.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-flask-restful.inc -- cgit v1.2.3-54-g00ecf