From 6a723da2813bd08e474049db1b2ae869fa226ab4 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 4 Nov 2022 14:58:56 +0800 Subject: python3-sphinx-rtd-theme: upgrade 1.0.0 -> 1.1.0 Changelog: https://sphinx-rtd-theme.readthedocs.io/en/stable/changelog.html (From OE-Core rev: 414abb4abe53f809ae7711fbf8d95afa6ad2989f) Signed-off-by: Zheng Ruoqin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../python/python3-sphinx-rtd-theme_1.0.0.bb | 22 ---------------------- .../python/python3-sphinx-rtd-theme_1.1.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb create mode 100644 meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb (limited to 'meta/recipes-devtools') diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb deleted file mode 100644 index df34e11bb7..0000000000 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb +++ /dev/null @@ -1,22 +0,0 @@ -DESCRIPTION = "Sphinx Theme reader" -HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme" -SECTION = "devel/python" -LICENSE = "MIT & OFL-1.1" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a1db7d4ef426c2935227264e1d4ae8f9 \ - file://OFL-License.txt;md5=4534c22e0147eadb6828bd9fe86d4868 \ - file://Apache-License-2.0.txt;md5=8a75796f0ef19c3f601d69857f5a9a5b" - -DEPENDS = "python3-sphinx" - -PYPI_PACKAGE = "sphinx_rtd_theme" - -SRC_URI[sha256sum] = "eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c" -UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" - -inherit setuptools3 pypi - -#Fake out the setup scipt -export CI = "True" -export TOX_ENV_NAME = "True" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb new file mode 100644 index 0000000000..a4c882eab0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Sphinx Theme reader" +HOMEPAGE = "https://github.com/readthedocs/sphinx_rtd_theme" +SECTION = "devel/python" +LICENSE = "MIT & OFL-1.1" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a1db7d4ef426c2935227264e1d4ae8f9 \ + file://OFL-License.txt;md5=4534c22e0147eadb6828bd9fe86d4868 \ + file://Apache-License-2.0.txt;md5=8a75796f0ef19c3f601d69857f5a9a5b" + +DEPENDS = "python3-sphinx" + +PYPI_PACKAGE = "sphinx_rtd_theme" + +SRC_URI[sha256sum] = "6e20f00f62b2c05434a33c5116bc3348a41ca94af03d3d7d1714c63457073bb3" +UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P(\d+[\.\-_]*)+)/" + +inherit setuptools3 pypi + +#Fake out the setup scipt +export CI = "True" +export TOX_ENV_NAME = "True" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf