From 86b4cf5de56445561ab311464b8727c76420ebba Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 19 May 2017 12:52:55 -0400 Subject: python-werkzeug: update to version 0.12.2 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.15.bb | 4 ---- meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb | 4 ++++ meta-python/recipes-devtools/python/python3-werkzeug_0.11.15.bb | 4 ---- meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb | 4 ++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.11.15.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.11.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index e55f56dbe1..b2949a3d25 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] = "cb4010478dd33905f95920e4880204a2" -SRC_URI[sha256sum] = "455d7798ac263266dbd38d4841f7534dd35ca9c3da4a8df303f8488f38f3bcc0" +SRC_URI[md5sum] = "e385b2c5a7193cff24c689b31e1124dc" +SRC_URI[sha256sum] = "903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26" PYPI_PACKAGE = "Werkzeug" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.11.15.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.11.15.bb deleted file mode 100644 index 3892f1357b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.11.15.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.12.2.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb new file mode 100644 index 0000000000..3892f1357b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.12.2.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.15.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.11.15.bb deleted file mode 100644 index 145a1de0a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.11.15.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools3 -require python-werkzeug.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-misc" diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb new file mode 100644 index 0000000000..145a1de0a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit v1.2.3-54-g00ecf