From: Oleksandr Kravchuk Date: Mon, 22 Jul 2019 00:18:09 +0000 (+0200) Subject: python3-docutils: update to 0.15 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~13800 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74b5d8df4e26fcfa8f1bbb91c5184331185973fc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-docutils: update to 0.15 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-docutils_0.14.bb b/meta/recipes-devtools/python/python3-docutils_0.15.bb similarity index 74% rename from meta/recipes-devtools/python/python3-docutils_0.14.bb rename to meta/recipes-devtools/python/python3-docutils_0.15.bb index 81a449d6460..f5c3f5d707d 100644 --- a/meta/recipes-devtools/python/python3-docutils_0.14.bb +++ b/meta/recipes-devtools/python/python3-docutils_0.15.bb @@ -7,12 +7,11 @@ LIC_FILES_CHKSUM = "file://COPYING.txt;md5=35a23d42b615470583563132872c97d6" DEPENDS = "python3" SRC_URI = "${SOURCEFORGE_MIRROR}/docutils/docutils-${PV}.tar.gz" -SRC_URI[md5sum] = "c53768d63db3873b7d452833553469de" -SRC_URI[sha256sum] = "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274" +SRC_URI[md5sum] = "f51729f19e70a9dc4837433193a5e798" +SRC_URI[sha256sum] = "c35e87e985f70106f6f97e050f3bed990641e0e104566134b9cd23849a460e96" S = "${WORKDIR}/docutils-${PV}" inherit distutils3 BBCLASSEXTEND = "native" -