From 746e7df641085dd676db45138ae2ac187437903d Mon Sep 17 00:00:00 2001 From: Trevor Gamblin Date: Wed, 25 Mar 2020 17:04:36 -0400 Subject: [PATCH] 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 ++-- .../{python3-werkzeug_0.16.0.bb => python3-werkzeug_1.0.0.bb} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-werkzeug_0.16.0.bb => python3-werkzeug_1.0.0.bb} (100%) diff --git a/meta-python/recipes-devtools/python/python-werkzeug.inc b/meta-python/recipes-devtools/python/python-werkzeug.inc index e292d93bbc..e4d3d38d76 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_1.0.0.bb similarity index 100% rename from meta-python/recipes-devtools/python/python3-werkzeug_0.16.0.bb rename to meta-python/recipes-devtools/python/python3-werkzeug_1.0.0.bb