From 7155a6894fa1259948a05162bef323fdb7790099 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 14 Jun 2023 11:29:02 +0200 Subject: python3-docutils: upgrade 0.19 -> 0.20.1 License-Update: formatting (From OE-Core rev: 2c5d29c0d78a531a5e5a0b6f88ad773edf7b8bb2) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-docutils_0.19.bb | 11 ----------- meta/recipes-devtools/python/python3-docutils_0.20.1.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-docutils_0.19.bb create mode 100644 meta/recipes-devtools/python/python3-docutils_0.20.1.bb diff --git a/meta/recipes-devtools/python/python3-docutils_0.19.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb deleted file mode 100644 index 7ae93ab557..0000000000 --- a/meta/recipes-devtools/python/python3-docutils_0.19.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-2.0 & BSD-2-Clause & GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee" - -SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-docutils_0.20.1.bb b/meta/recipes-devtools/python/python3-docutils_0.20.1.bb new file mode 100644 index 0000000000..65ca55e07b --- /dev/null +++ b/meta/recipes-devtools/python/python3-docutils_0.20.1.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-2.0 & BSD-2-Clause & GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=08f5f8aa6a1db2500c08a2bb558e45af" + +SRC_URI[sha256sum] = "f08a4e276c3a1583a86dce3e34aba3fe04d02bba2dd51ed16106244e8a923e3b" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf