From d58da103e19e671eb64f7ca660ed643bcf62336c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 12 Jan 2026 10:36:08 +0200 Subject: python3-identify: Upgrade 2.6.13 -> 2.6.15 Upgrade to release 2.6.15: - Add .piskel extension - Fix: make PKGBUILD files a superset of .bash - [pre-commit.ci] pre-commit autoupdate Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-identify_2.6.15.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.15.bb (limited to 'meta-python/recipes-devtools/python/python3-identify_2.6.15.bb') diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb new file mode 100644 index 0000000000..c5498cf294 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb @@ -0,0 +1,12 @@ +SUMMARY = "File identification library for Python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e" + +PYPI_PACKAGE = "identify" + +inherit pypi setuptools3 +SRC_URI[sha256sum] = "e4f4864b96c6557ef2a1e1c951771838f4edc9df3a72ec7118b338801b11c7bf" + +RDEPENDS:${PN} = " \ + python3-ukkonen \ +" -- cgit v1.2.3-54-g00ecf