From 462fe87d058dbb1d77df8e551ec799762d1ff9cb Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 15 Jan 2023 13:22:53 +0800 Subject: python3-alabaster: upgrade 0.7.12 -> 0.7.13 Changelog: https://github.com/bitprophet/alabaster/blob/main/docs/changelog.rst License-Update: Copyright year updated to 2020. (From OE-Core rev: 4f03db8b70f429436143d6f36b746bdf99fb3d55) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-alabaster_0.7.12.bb | 11 ----------- meta/recipes-devtools/python/python3-alabaster_0.7.13.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-alabaster_0.7.12.bb create mode 100644 meta/recipes-devtools/python/python3-alabaster_0.7.13.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python3-alabaster_0.7.12.bb b/meta/recipes-devtools/python/python3-alabaster_0.7.12.bb deleted file mode 100644 index 3381ce9568..0000000000 --- a/meta/recipes-devtools/python/python3-alabaster_0.7.12.bb +++ /dev/null @@ -1,11 +0,0 @@ -DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible." -HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" -SECTION = "devel/python" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=da053683d66d543813a727e8a30c96ca" - -SRC_URI[sha256sum] = "a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02" - -inherit setuptools3 pypi - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb b/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb new file mode 100644 index 0000000000..9571137fb6 --- /dev/null +++ b/meta/recipes-devtools/python/python3-alabaster_0.7.13.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It is Python 2+3 compatible." +HOMEPAGE = "https://alabaster.readthedocs.io/en/latest/" +SECTION = "devel/python" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=21860fdb805bf4e0bfaf94b566b747fa" + +SRC_URI[sha256sum] = "a27a4a084d5e690e16e01e03ad2b2e552c61a65469419b907243193de1a84ae2" + +inherit setuptools3 pypi + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf