From bf51fd5931fb0256999c5f2f7820bd052d081de6 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 3 Jan 2018 11:48:50 -0500 Subject: python-werkzeug: update to version 0.14 Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++-- meta-python/recipes-devtools/python/python-werkzeug_0.13.bb | 4 ---- meta-python/recipes-devtools/python/python-werkzeug_0.14.bb | 4 ++++ meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb | 4 ---- meta-python/recipes-devtools/python/python3-werkzeug_0.14.bb | 4 ++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.13.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.14.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.14.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index 0b99802b36..e1b3400779 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=ed9a0b7c0254616d72dadb98b293ef1b" -SRC_URI[md5sum] = "abdb978e30101809a0ad255f010b1d3d" -SRC_URI[sha256sum] = "6246e5fc98a505824113fb6aca993d45ea284a2bcffdc2c65d0c538e53e4abd3" +SRC_URI[md5sum] = "533da0a836a7923704f35918da3bdc1e" +SRC_URI[sha256sum] = "4aea27a9513b056346e9c8b49107f4ee7927f7bcf0be63024ecee39d5b87e9ef" PYPI_PACKAGE = "Werkzeug" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.13.bb deleted file mode 100644 index 3892f1357b..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.13.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.14.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.14.bb new file mode 100644 index 0000000000..3892f1357b --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.14.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.13.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.13.bb deleted file mode 100644 index 145a1de0a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.13.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.14.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.14.bb new file mode 100644 index 0000000000..145a1de0a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.14.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg