From cda4aa4653b1310b02c2b56e1c8703646242558b Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Tue, 12 Nov 2019 19:23:37 -0500 Subject: python3-werkzeug: upgrade from 0.14.1 to 0.16.0 Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-werkzeug.inc | 6 +++--- meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb | 7 ------- meta-python/recipes-devtools/python/python-werkzeug_0.16.0.bb | 7 +++++++ meta-python/recipes-devtools/python/python3-werkzeug_0.14.1.bb | 4 ---- meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb | 4 ++++ 5 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb create mode 100644 meta-python/recipes-devtools/python/python-werkzeug_0.16.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.14.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.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 e630fdd098..e292d93bbc 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-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ed9a0b7c0254616d72dadb98b293ef1b" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" -SRC_URI[md5sum] = "6d20b5be2d245be4ac7706cc390d130c" -SRC_URI[sha256sum] = "c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c" +SRC_URI[md5sum] = "5b23b4953efc4f52b1d0b33af6f7cd2d" +SRC_URI[sha256sum] = "7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7" PYPI_PACKAGE = "Werkzeug" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb deleted file mode 100644 index db41161b35..0000000000 --- a/meta-python/recipes-devtools/python/python-werkzeug_0.14.1.bb +++ /dev/null @@ -1,7 +0,0 @@ -inherit pypi setuptools -require python-werkzeug.inc - -RDEPENDS_${PN} += " \ - ${PYTHON_PN}-subprocess \ - ${PYTHON_PN}-zlib \ -" diff --git a/meta-python/recipes-devtools/python/python-werkzeug_0.16.0.bb b/meta-python/recipes-devtools/python/python-werkzeug_0.16.0.bb new file mode 100644 index 0000000000..db41161b35 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-werkzeug_0.16.0.bb @@ -0,0 +1,7 @@ +inherit pypi setuptools +require python-werkzeug.inc + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-subprocess \ + ${PYTHON_PN}-zlib \ +" diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_0.14.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.14.1.bb deleted file mode 100644 index 145a1de0a1..0000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.14.1.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.16.0.bb b/meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb new file mode 100644 index 0000000000..145a1de0a1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit v1.2.3-54-g00ecf