From: Xu Huan Date: Thu, 7 Apr 2022 06:19:15 +0000 (+0800) Subject: python3-sphinx: upgrade 4.4.0 -> 4.5.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=135f625a4d34a92ba09494d651bad057c32f3352;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-sphinx: upgrade 4.4.0 -> 4.5.0 License-Update: - The following description added to "License for Sphinx": # +Unless otherwise indicated, all code in the Sphinx project is licenced under the # +two clause BSD licence below. Signed-off-by: Xu Huan Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb similarity index 84% rename from meta/recipes-devtools/python/python3-sphinx_4.4.0.bb rename to meta/recipes-devtools/python/python3-sphinx_4.5.0.bb index 97ec2619cb9..f4d27f32753 100644 --- a/meta/recipes-devtools/python/python3-sphinx_4.4.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx_4.5.0.bb @@ -2,11 +2,11 @@ DESCRIPTION = "Python documentation generator" HOMEPAGE = "http://sphinx-doc.org/" SECTION = "devel/python" LICENSE = "BSD-2-Clause & MIT & BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=de4349dda741c550eb8b20f6b92f38d7" +LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" PYPI_PACKAGE = "Sphinx" -SRC_URI[sha256sum] = "6caad9786055cb1fa22b4a365c1775816b876f91966481765d7d50e9f0dd35cc" +SRC_URI[sha256sum] = "7bf8ca9637a4ee15af412d1a1d9689fec70523a68ca9bb9127c2f3eeb344e2e6" inherit setuptools3 pypi