From bd3d9089582a07486761db8ca62e44ec0212060c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 22 Dec 2017 10:25:49 -0500 Subject: python-werkzeug: update to version 0.13 Verify license terms remain the same and update the checksum Add required RDEPENDS for minimal python installs Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-werkzeug.inc | 7 ++++--- meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb | 4 ---- meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | 4 ++++ meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb | 4 ---- meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb | 4 ++++ 5 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.12.2.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.13.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.13.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 e0b524c385..0b99802b36 100644 --- a/meta-python/recipes-devtools/python/python-werkzeug.inc +++ b/meta-python/recipes-devtools/python/python-werkzeug.inc @@ -8,10 +8,10 @@ cookie handling, file uploads, a powerful URL routing system and a bunch \ of community contributed addon modules." HOMEPAGE = "http://werkzeug.pocoo.org/" LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a68f5361a2b2ca9fdf26b38aaecb6faa" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9a0b7c0254616d72dadb98b293ef1b" -SRC_URI[md5sum] = "e385b2c5a7193cff24c689b31e1124dc" -SRC_URI[sha256sum] = "903a7b87b74635244548b30d30db4c8947fe64c5198f58899ddcd3a13c23bb26" +SRC_URI[md5sum] = "abdb978e30101809a0ad255f010b1d3d" +SRC_URI[sha256sum] = "6246e5fc98a505824113fb6aca993d45ea284a2bcffdc2c65d0c538e53e4abd3" PYPI_PACKAGE = "Werkzeug" @@ -32,6 +32,7 @@ RDEPENDS_${PN} += " \ ${PYTHON_PN}-html \ ${PYTHON_PN}-io \ ${PYTHON_PN}-json \ + ${PYTHON_PN}-netclient \ ${PYTHON_PN}-netserver \ ${PYTHON_PN}-numbers \ ${PYTHON_PN}-pkgutil \ 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 deleted file mode 100644 index 3892f1357b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.12.2.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.13.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb new file mode 100644 index 0000000000..3892f1357b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.13.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.12.2.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.bb deleted file mode 100644 index 145a1de0a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.12.2.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.13.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb new file mode 100644 index 0000000000..145a1de0a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg