From c853dd46ebbcf247aea83e8b132a6f63fa420311 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 25 Mar 2016 18:02:00 -0400 Subject: python-werkzeug: update to 0.11.5 Signed-off-by: Derek Straka --- meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++-- meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb | 2 -- meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb | 2 ++ meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb | 2 -- meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index 0693b474c4..7b5446992b 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug.inc +++ b/meta-python/recipes-devtools/python/python-werkzeug.inc @@ -10,8 +10,8 @@ HOMEPAGE = "http://werkzeug.pocoo.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa" -SRC_URI[md5sum] = "9479bc7ea6a42c2d0d82929d3926df67" -SRC_URI[sha256sum] = "eb5f700a9bfc96420b055635af9002d3662e43d80c3ffd31f224c25bc0d5f462" +SRC_URI[md5sum] = "daf443a939459e12f14fd2e4658a26df" +SRC_URI[sha256sum] = "afdb04f183eef3b20827eb4520dcb75c1cd1f0ba7a7de3f463ff7a462eee8164" PYPI_PACKAGE = "Werkzeug" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb deleted file mode 100644 index dd1460870b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-werkzeug.inc diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb new file mode 100644 index 0000000000..dd1460870b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools +require python-werkzeug.inc diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb deleted file mode 100644 index af2d86a9fa..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.3.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-werkzeug.inc diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb new file mode 100644 index 0000000000..af2d86a9fa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-werkzeug.inc -- cgit v1.2.3-54-g00ecf