diff options
author | zhengruoqin <zhengrq.fnst@fujitsu.com> | 2022-11-04 14:58:56 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 14:32:42 +0000 |
commit | 6a723da2813bd08e474049db1b2ae869fa226ab4 (patch) | |
tree | 521416d89030e6c5cc0cd08ab0d153f7cee2faf8 /meta/recipes-devtools | |
parent | 9bd76cdc2057a1ab3bc017c07088b8188c35e35d (diff) | |
download | poky-6a723da2813bd08e474049db1b2ae869fa226ab4.tar.gz |
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 <zhengrq.fnst@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb (renamed from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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.1.0.bb index df34e11bb7..a4c882eab0 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.0.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb | |||
@@ -10,7 +10,7 @@ DEPENDS = "python3-sphinx" | |||
10 | 10 | ||
11 | PYPI_PACKAGE = "sphinx_rtd_theme" | 11 | PYPI_PACKAGE = "sphinx_rtd_theme" |
12 | 12 | ||
13 | SRC_URI[sha256sum] = "eec6d497e4c2195fa0e8b2016b337532b8a699a68bcb22a512870e16925c6a5c" | 13 | SRC_URI[sha256sum] = "6e20f00f62b2c05434a33c5116bc3348a41ca94af03d3d7d1714c63457073bb3" |
14 | UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/" | 14 | UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/" |
15 | 15 | ||
16 | inherit setuptools3 pypi | 16 | inherit setuptools3 pypi |