From 97850bbc8ea2d2a21212f37055a934dc50ab9363 Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 2 Nov 2021 11:35:12 +0800 Subject: python3-docutils: upgrade 0.17.1 -> 0.18 The exceptions to the "Public Domain Dedication" changed. -License-Update: Copyright year updated to 2021. (From OE-Core rev: 4ca6eb8d4f7209af70bba6f50d4acd105134fa51) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-docutils_0.17.1.bb | 11 ----------- meta/recipes-devtools/python/python3-docutils_0.18.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-docutils_0.17.1.bb create mode 100644 meta/recipes-devtools/python/python3-docutils_0.18.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-docutils_0.17.1.bb b/meta/recipes-devtools/python/python3-docutils_0.17.1.bb deleted file mode 100644 index 54a809847f..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.17.1.bb +++ /dev/null @@ -1,11 +0,0 @@ -SUMMARY = "Docutils is a modular system for processing documentation into useful formats" -HOMEPAGE = "http://docutils.sourceforge.net" -SECTION = "devel/python" -LICENSE = "PSF & BSD-2-Clause & GPLv3" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4" - -SRC_URI[sha256sum] = "686577d2e4c32380bb50cbb22f575ed742d58168cee37e99117a854bcd88f125" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.bb b/meta/recipes-devtools/python/python3-docutils_0.18.bb new file mode 100644 index 0000000000..979eea27fb --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.18.bb @@ -0,0 +1,11 @@ +SUMMARY = "Docutils is a modular system for processing documentation into useful formats" +HOMEPAGE = "http://docutils.sourceforge.net" +SECTION = "devel/python" +LICENSE = "PSF & BSD-2-Clause & GPLv3" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=01aec8e28f975e3f369e06b5eb2af9b9" + +SRC_URI[sha256sum] = "c1d5dab2b11d16397406a282e53953fe495a46d69ae329f55aa98a5c4e3c5fbb" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf