diff mbox series

python3-hatch-vcs: upgrade 0.3.0 -> 0.4.0

Message ID 1700037163-1518-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-hatch-vcs: upgrade 0.3.0 -> 0.4.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 15, 2023, 8:32 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
Drop support for Python 3.7
Officially support Python 3.12
Prevent UserWarning when a template is not defined explicitly

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-hatch-vcs_0.3.0.bb => python3-hatch-vcs_0.4.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-hatch-vcs_0.3.0.bb => python3-hatch-vcs_0.4.0.bb} (80%)
diff mbox series

Patch

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
similarity index 80%
rename from meta/recipes-devtools/python/python3-hatch-vcs_0.3.0.bb
rename to 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
 
 PYPI_PACKAGE = "hatch_vcs"
 
-SRC_URI[sha256sum] = "cec5107cfce482c67f8bc96f18bbc320c9aa0d068180e14ad317bbee5a153fee"
+SRC_URI[sha256sum] = "093810748fe01db0d451fabcf2c1ac2688caefd232d4ede967090b1c1b07d9f7"
 
 BBCLASSEXTEND = "native nativesdk"