diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-08-08 08:42:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 08:25:28 +0100 |
commit | 2f04fe29788e6cd433a9c125b98fb737a6556243 (patch) | |
tree | 88807674250eb4a58d4bf33672ad6d8ad40999f4 /meta | |
parent | c610953499d1addfe6a473676edd326cf4e35f85 (diff) | |
download | poky-2f04fe29788e6cd433a9c125b98fb737a6556243.tar.gz |
python3-sphinx: upgrade 5.0.2 -> 5.1.1
(From OE-Core rev: a6ad111a54deeb3d75fde9ba5881c8e803d8859a)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-sphinx_5.1.1.bb (renamed from meta/recipes-devtools/python/python3-sphinx_5.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb b/meta/recipes-devtools/python/python3-sphinx_5.1.1.bb index 46cc26e67e..1bef20c2e2 100644 --- a/meta/recipes-devtools/python/python3-sphinx_5.0.2.bb +++ b/meta/recipes-devtools/python/python3-sphinx_5.1.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=72c536e78c21c567311b193fe00cd253" | |||
6 | 6 | ||
7 | PYPI_PACKAGE = "Sphinx" | 7 | PYPI_PACKAGE = "Sphinx" |
8 | 8 | ||
9 | SRC_URI[sha256sum] = "b18e978ea7565720f26019c702cd85c84376e948370f1cd43d60265010e1c7b0" | 9 | SRC_URI[sha256sum] = "ba3224a4e206e1fbdecf98a4fae4992ef9b24b85ebf7b584bb340156eaf08d89" |
10 | 10 | ||
11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
12 | 12 | ||