]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-docutils: upgrade 0.17.1 -> 0.18
authorwangmy <wangmy@fujitsu.com>
Tue, 2 Nov 2021 03:35:12 +0000 (11:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Nov 2021 11:11:07 +0000 (11:11 +0000)
The exceptions to the "Public Domain Dedication" changed.

-License-Update: Copyright year updated to 2021.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-docutils_0.18.bb [moved from meta/recipes-devtools/python/python3-docutils_0.17.1.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-devtools/python/python3-docutils_0.17.1.bb
rename to meta/recipes-devtools/python/python3-docutils_0.18.bb
index 54a809847fe4883322ef2f23a9284ead21da6ec4..979eea27fb90b9fa1373965460067b1188294e9c 100644 (file)
@@ -2,9 +2,9 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF & BSD-2-Clause & GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9"
 
-SRC_URI[sha256sum] = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125"
+SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb"
 
 inherit pypi setuptools3