diff mbox series

python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1

Message ID 1668308718-15030-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 9d88f8da0764ed0e005c8f22a9a439b1ea88019d
Headers show
Series python3-sphinx-rtd-theme: upgrade 1.1.0 -> 1.1.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 13, 2022, 3:05 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Fixes wrapping bug on cross references (#1368)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...inx-rtd-theme_1.1.0.bb => python3-sphinx-rtd-theme_1.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-sphinx-rtd-theme_1.1.0.bb => python3-sphinx-rtd-theme_1.1.1.bb} (88%)
diff mbox series

Patch

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
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 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"
 
 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