diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2025-08-25 11:51:08 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-08-28 10:47:08 +0100 |
| commit | 228346b043c8739dfcbafc8cb5e5672e33b2b530 (patch) | |
| tree | e263331730670bc2a787ac9de1b299b5196e4262 /meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb | |
| parent | 27d9b0412c7a58c8d6d4770acb304b465d8deb64 (diff) | |
| download | poky-228346b043c8739dfcbafc8cb5e5672e33b2b530.tar.gz | |
python3-hatch-vcs: upgrade 0.4.0 -> 0.5.0
Changelog:
==========
- Drop support for Python 3.8
- Officially support Python 3.13
- Avoid a deprecation warning emitted by a dependency when using the tag-pattern option
(From OE-Core rev: bbc00f129553e3c9ccaca0a62afdbc22eb573590)
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb b/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb new file mode 100644 index 0000000000..011e28eb81 --- /dev/null +++ b/meta/recipes-devtools/python/python3-hatch-vcs_0.5.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Hatch plugin for versioning with your preferred VCS" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/hatch-vcs/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26501cfd0bbddf830ee820e95551fa3d" | ||
| 5 | |||
| 6 | inherit pypi python_hatchling | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "hatch_vcs" | ||
| 9 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
| 10 | |||
| 11 | SRC_URI[sha256sum] = "0395fa126940340215090c344a2bf4e2a77bcbe7daab16f41b37b98c95809ff9" | ||
| 12 | |||
| 13 | BBCLASSEXTEND = "native nativesdk" | ||
