From f8ccd6490cb83b06a1958bd8089baf49ab0e5144 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 10 Jul 2016 07:48:30 -0400 Subject: python-werkzeug: update to version 0.11.10 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++-- meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb | 2 ++ meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb | 2 -- meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb | 2 ++ meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb | 2 -- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb delete 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 7b5446992b..f6f75d0ca7 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] = "daf443a939459e12f14fd2e4658a26df" -SRC_URI[sha256sum] = "afdb04f183eef3b20827eb4520dcb75c1cd1f0ba7a7de3f463ff7a462eee8164" +SRC_URI[md5sum] = "780967186f9157e88f2bfbfa6f07a893" +SRC_URI[sha256sum] = "cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee" PYPI_PACKAGE = "Werkzeug" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb new file mode 100644 index 0000000000..dd1460870b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb @@ -0,0 +1,2 @@ +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 deleted file mode 100644 index dd1460870b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools -require python-werkzeug.inc diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb new file mode 100644 index 0000000000..af2d86a9fa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb @@ -0,0 +1,2 @@ +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 deleted file mode 100644 index af2d86a9fa..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.5.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-werkzeug.inc -- cgit v1.2.3-54-g00ecf