diff mbox series

[meta-python,42/64] python3-pre-commit: upgrade 4.5.1 -> 4.6.0

Message ID 20260430104924.1106-42-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe,01/64] 7zip: upgrade 26.00 -> 26.01 | expand

Commit Message

Wang Mingyu April 30, 2026, 10:49 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
- feature: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.
- fix: --hook-type is required

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb
rename to meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb
index df4769c13e..2dbe9e557b 100644
--- a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb
@@ -5,7 +5,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8"
 PYPI_PACKAGE = "pre_commit"
 
 inherit pypi setuptools3
-SRC_URI[sha256sum] = "eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"
+SRC_URI[sha256sum] = "718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9"
 
 RDEPENDS:${PN} = " \
 	python3-cfgv \