summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-15 16:32:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-20 15:30:52 +0000
commite078dd6396ce7c735eff6978e038b71bb25ba27c (patch)
treea6e227cf8d6ea2e180030c26c6a576829f762e55
parent66ce2e72aa0f592c97b4141801cb4f383fd363d8 (diff)
downloadpoky-e078dd6396ce7c735eff6978e038b71bb25ba27c.tar.gz
python3-hatch-vcs: upgrade 0.3.0 -> 0.4.0
Changelog: ========== Drop support for Python 3.7 Officially support Python 3.12 Prevent UserWarning when a template is not defined explicitly (From OE-Core rev: db10b470d39cb131cf7a482dac028ca8ad8ddeec) 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-hatch-vcs_0.4.0.bb (renamed from meta/recipes-devtools/python/python3-hatch-vcs_0.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.3.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
index b4db10e767..2e49aba469 100644
--- a/meta/recipes-devtools/python/python3-hatch-vcs_0.3.0.bb
+++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
@@ -7,7 +7,7 @@ inherit pypi python_hatchling
7 7
8PYPI_PACKAGE = "hatch_vcs" 8PYPI_PACKAGE = "hatch_vcs"
9 9
10SRC_URI[sha256sum] = "cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee" 10SRC_URI[sha256sum] = "093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7"
11 11
12BBCLASSEXTEND = "native nativesdk" 12BBCLASSEXTEND = "native nativesdk"
13 13