From 521a48045d2aaf4f0f174c1c00aa1bc7804f9599 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 30 Apr 2026 18:48:57 +0800 Subject: python3-identify: upgrade 2.6.18 -> 2.6.19 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-identify_2.6.18.bb | 13 ------------- .../recipes-devtools/python/python3-identify_2.6.19.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.18.bb create mode 100644 meta-python/recipes-devtools/python/python3-identify_2.6.19.bb (limited to 'meta-python') 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 deleted file mode 100644 index 7418b43150..0000000000 --- a/meta-python/recipes-devtools/python/python3-identify_2.6.18.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] = "873ac56a5e3fd63e7438a7ecbc4d91aca692eb3fefa4534db2b7913f3fc352fd" - -RDEPENDS:${PN} = " \ - python3-ukkonen \ -" diff --git a/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb b/meta-python/recipes-devtools/python/python3-identify_2.6.19.bb new file mode 100644 index 0000000000..9b8d49c61d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.19.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] = "6be5020c38fcb07da56c53733538a3081ea5aa70d36a156f83044bfbf9173842" + +RDEPENDS:${PN} = " \ + python3-ukkonen \ +" -- cgit v1.2.3-54-g00ecf