]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1
authorWang Mingyu <wangmy@fujitsu.com>
Sun, 13 Nov 2022 03:05:18 +0000 (11:05 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Nov 2022 16:19:40 +0000 (16:19 +0000)
Changelog:
Fixes wrapping bug on cross references (#1368)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.1.bb [moved from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb with 88% similarity]

similarity index 88%
rename from meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.0.bb
rename to meta/recipes-devtools/python/python3-sphinx-rtd-theme_1.1.1.bb
index a4c882eab0d7b4506f5532b108f80904a5e5deb3..a8b2653ccd383ffa1f2e85a11ec74fe7e60a4138 100644 (file)
@@ -10,7 +10,7 @@ DEPENDS = "python3-sphinx"
 
 PYPI_PACKAGE = "sphinx_rtd_theme"
 
-SRC_URI[sha256sum] = "6e20f00f62b2c05434a33c5116bc3348a41ca94af03d3d7d1714c63457073bb3"
+SRC_URI[sha256sum] = "6146c845f1e1947b3c3dd4432c28998a1693ccc742b4f9ad7c63129f0757c103"
 UPSTREAM_CHECK_REGEX ?= "/sphinx-rtd-theme/(?P<pver>(\d+[\.\-_]*)+)/"
 
 inherit setuptools3 pypi