From: Joshua Watt Date: Thu, 21 May 2020 15:23:20 +0000 (-0500) Subject: python3-magic: upgrade 0.4.15 -> 0.4.18 X-Git-Tag: uninative-2.9~749 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e8446a7c9af325be952f8edaef5a299b556ac635;p=openembedded-core.git python3-magic: upgrade 0.4.15 -> 0.4.18 Signed-off-by: Joshua Watt Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-magic_0.4.15.bb b/meta/recipes-devtools/python/python3-magic_0.4.18.bb similarity index 78% rename from meta/recipes-devtools/python/python3-magic_0.4.15.bb rename to meta/recipes-devtools/python/python3-magic_0.4.18.bb index 698016ba4c..be423adacd 100644 --- a/meta/recipes-devtools/python/python3-magic_0.4.15.bb +++ b/meta/recipes-devtools/python/python3-magic_0.4.18.bb @@ -11,8 +11,8 @@ PYPI_PACKAGE = "python-magic" inherit pypi setuptools3 -SRC_URI[md5sum] = "e384c95a47218f66c6501cd6dd45ff59" -SRC_URI[sha256sum] = "f3765c0f582d2dfc72c15f3b5a82aecfae9498bd29ca840d72f37d7bd38bfcd5" +SRC_URI[md5sum] = "5edc6caa39cc62641850f6b1b6f284ba" +SRC_URI[sha256sum] = "b757db2a5289ea3f1ced9e60f072965243ea43a2221430048fd8cacab17be0ce" RDEPENDS_${PN} += "file"