From 9a1b74b7a988e9ab989d027a58a22be22b7e6e7f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 26 Mar 2026 19:56:06 +0800 Subject: python3-identify: upgrade 2.6.17 -> 2.6.18 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-identify_2.6.17.bb | 13 ------------- .../recipes-devtools/python/python3-identify_2.6.18.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.17.bb create mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.18.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.17.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.17.bb deleted file mode 100644 index 0ec329c954..0000000000 --- a/meta-python/recipes-devtools/python/python3-identify_2.6.17.bb +++ /dev/null @@ -1,13 +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] = "f816b0b596b204c9fdf076ded172322f2723cf958d02f9c3587504834c8ff04d" - -RDEPENDS:${PN} = " \ - python3-ukkonen \ -" diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb new file mode 100644 index 0000000000..7418b43150 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.18.bb @@ -0,0 +1,13 @@ +SUMMARY = "File identification library for Python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e" + +PYPI_PACKAGE = "identify" + +inherit pypi setuptools3 + +SRC_URI[sha256sum] = "873ac56a5e3fd63e7438a7ecbc4d91aca692eb3fefa4534db2b7913f3fc352fd" + +RDEPENDS:${PN} = " \ + python3-ukkonen \ +" -- cgit v1.2.3-54-g00ecf