diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-04 14:48:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 14:32:42 +0000 |
commit | 46d594e355ac46e42dc4e244e0c3291510ee465b (patch) | |
tree | 6a7f73648188a16bd24f76be8767b6b4db9e8623 /meta/recipes-devtools | |
parent | e9f25b761df58e4d73ec8d62a422e113ba055ffb (diff) | |
download | poky-46d594e355ac46e42dc4e244e0c3291510ee465b.tar.gz |
python3-hatch-fancy-pypi-readme: upgrade 22.7.0 -> 22.8.0
Added
=========
Added start-at in addition to start-after that preserves the string that is looked for.
This often removes the need for adding markers because you can define
the starting point using a heading that becomes part of the fragment.
(From OE-Core rev: ce2aa0bf0177533c4e168a942b7d0560e137f4c1)
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb (renamed from meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb index a0167e25e9..4c256d155b 100644 --- a/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.7.0.bb +++ b/meta/recipes-devtools/python/python3-hatch-fancy-pypi-readme_22.8.0.bb | |||
@@ -7,7 +7,7 @@ inherit pypi python_hatchling | |||
7 | 7 | ||
8 | PYPI_PACKAGE = "hatch_fancy_pypi_readme" | 8 | PYPI_PACKAGE = "hatch_fancy_pypi_readme" |
9 | 9 | ||
10 | SRC_URI[sha256sum] = "dedf2ba0b81a2975abb1deee9310b2eb85d22380fda0d52869e760b5435aa596" | 10 | SRC_URI[sha256sum] = "da91282ca09601c18aded8e378daf8b578c70214866f0971156ee9bb9ce6c26a" |
11 | 11 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |
13 | 13 | ||