summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
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 /meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb')
-rw-r--r--meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
new file mode 100644
index 0000000000..2e49aba469
--- /dev/null
+++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.4.0.bb
@@ -0,0 +1,14 @@
1SUMMARY = "Hatch plugin for versioning with your preferred VCS"
2HOMEPAGE = "https://pypi.org/project/hatch-vcs/"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d"
5
6inherit pypi python_hatchling
7
8PYPI_PACKAGE = "hatch_vcs"
9
10SRC_URI[sha256sum] = "093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7"
11
12BBCLASSEXTEND = "native nativesdk"
13
14UPSTREAM_CHECK_REGEX = "/hatch-vcs/(?P<pver>(\d+[\.\-_]*)+)/"