diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-13 11:05:18 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-14 16:19:43 +0000 |
| commit | 4e7a076d2cee634e9863149cd473a731c431b23e (patch) | |
| tree | 6b33395e4caecde72a58c5fea0ccfee61ead284d | |
| parent | 40e1f20df4e67a3a51c78baa5c16ccd037d281f4 (diff) | |
| download | poky-4e7a076d2cee634e9863149cd473a731c431b23e.tar.gz | |
python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1
Changelog:
Fixes wrapping bug on cross references (#1368)
(From OE-Core rev: 9d88f8da0764ed0e005c8f22a9a439b1ea88019d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.1.bb (renamed from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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.1.bb index a4c882eab0..a8b2653ccd 100644 --- a/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb +++ b/meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.1.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] = "6e20f00f62b2c05434a33c5116bc3348a41ca94af03d3d7d1714c63457073bb3" | 13 | SRC_URI[sha256sum] = "6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103" |
| 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 |
