From da80db34b6319704279a14561bfca9d38019d6b4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 21 Jan 2026 19:29:00 +0800 Subject: python3-identify: upgrade 2.6.15 -> 2.6.16 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-identify_2.6.15.bb | 12 ------------ .../recipes-devtools/python/python3-identify_2.6.16.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.15.bb create mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.16.bb (limited to 'meta-python') 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 deleted file mode 100644 index c5498cf294..0000000000 --- a/meta-python/recipes-devtools/python/python3-identify_2.6.15.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 \ -" diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.16.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.16.bb new file mode 100644 index 0000000000..ef33b3d6cd --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.16.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] = "846857203b5511bbe94d5a352a48ef2359532bc8f6727b5544077a0dcfb24980" + +RDEPENDS:${PN} = " \ + python3-ukkonen \ +" -- cgit v1.2.3-54-g00ecf