From e15a35adea4c4b2a39a9bf2883094e0c97f332c4 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 13 Oct 2016 18:48:20 -0400 Subject: python-werkzeug: update to version 0.11.11 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 | 4 ---- meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb | 4 ++++ meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb | 2 -- meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index e30c80b0e2..91c47ae1e1 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] = "780967186f9157e88f2bfbfa6f07a893" -SRC_URI[sha256sum] = "cc64dafbacc716cdd42503cf6c44cb5a35576443d82f29f6829e5c49264aeeee" +SRC_URI[md5sum] = "1d34afa1f19abcef4c0da51ebc2c4ea7" +SRC_URI[sha256sum] = "e72c46bc14405cba7a26bd2ce28df734471bc9016bc8b4cb69466c2c14c2f7e5" 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 deleted file mode 100644 index 3892f1357b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.10.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools -require python-werkzeug.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-zlib" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb new file mode 100644 index 0000000000..3892f1357b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.11.11.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-zlib" 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 deleted file mode 100644 index af2d86a9fa..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.10.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.11.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb new file mode 100644 index 0000000000..af2d86a9fa --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.11.bb @@ -0,0 +1,2 @@ +inherit pypi setuptools3 +require python-werkzeug.inc -- cgit 1.2.3-korg