From 746e7df641085dd676db45138ae2ac187437903d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 25 Mar 2020 17:04:36 -0400 Subject: python3-werkzeug: upgrade 0.16.0 -> 1.0.0 Signed-off-by: Trevor Gamblin Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-werkzeug.inc | 4 ++-- meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb | 4 ---- meta-python/recipes-devtools/python/python3-werkzeug_1.0.0.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-werkzeug_1.0.0.bb diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index e292d93bb..e4d3d38d7 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-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" -SRC_URI[md5sum] = "5b23b4953efc4f52b1d0b33af6f7cd2d" -SRC_URI[sha256sum] = "7280924747b5733b246fe23972186c6b348f9ae29724135a6dfc1e53cea433e7" +SRC_URI[md5sum] = "305f75c4a88c96dcdc5654bf2d01bc05" +SRC_URI[sha256sum] = "169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096" PYPI_PACKAGE = "Werkzeug" 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 deleted file mode 100644 index 145a1de0a..000000000 --- a/meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.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_1.0.0.bb b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.0.bb new file mode 100644 index 000000000..145a1de0a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.0.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-werkzeug.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit v1.2.3-54-g00ecf