From b76b720d7bd85ab0b536f990ceffcf9dd5f0fe3e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:49:01 +0800 Subject: python3-pre-commit: upgrade 4.5.1 -> 4.6.0 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pre-commit_4.5.1.bb | 16 ---------------- .../recipes-devtools/python/python3-pre-commit_4.6.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb (limited to 'meta-python/recipes-devtools/python') 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.5.1.bb deleted file mode 100644 index df4769c13e..0000000000 --- a/meta-python/recipes-devtools/python/python3-pre-commit_4.5.1.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "A framework for managing and maintaining multi-language pre-commit hooks." -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8" - -PYPI_PACKAGE = "pre_commit" - -inherit pypi setuptools3 -SRC_URI[sha256sum] = "eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61" - -RDEPENDS:${PN} = " \ - python3-cfgv \ - python3-identify \ - python3-nodeenv \ - python3-pyyaml \ - python3-virtualenv \ -" diff --git a/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb new file mode 100644 index 0000000000..2dbe9e557b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pre-commit_4.6.0.bb @@ -0,0 +1,16 @@ +SUMMARY = "A framework for managing and maintaining multi-language pre-commit hooks." +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b53a93744e3ff841e5fc9a934da8e1c8" + +PYPI_PACKAGE = "pre_commit" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "718d2208cef53fdc38206e40524a6d4d9576d103eb16f0fec11c875e7716e9d9" + +RDEPENDS:${PN} = " \ + python3-cfgv \ + python3-identify \ + python3-nodeenv \ + python3-pyyaml \ + python3-virtualenv \ +" -- cgit v1.2.3-54-g00ecf