diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2026-03-02 16:56:02 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-02 19:26:02 -0800 |
| commit | c3e16d369d6ec0b954a4d0c13eaeff54e61412b8 (patch) | |
| tree | 0d50604c35b8bcec007e987a26dc54a2b5cb65b7 /meta-python/recipes-devtools/python/python3-identify_2.6.17.bb | |
| parent | 74895a20316312b15f4c56da1a089b73ca2c3c0e (diff) | |
| download | meta-openembedded-c3e16d369d6ec0b954a4d0c13eaeff54e61412b8.tar.gz | |
python3-identify: Upgrade 2.6.16 -> 2.6.17
Upgrade to release 2.6.17:
- Add support for sconstruct and sconscript extensions
- Add support for 'slnx' file extension
- Add 'escript' file type for Erlang
- Add support for HLSL
- Add jbuilder extension as ruby text files
- Add support for *.diff
- Add support for *.cmd
- Add support for *.entitlements
- Add support for *.xaml
- Add support for uv.lock
- Add support for Fastfile
- Add support for Brewfile
- Add support for xcodebuild file formats
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-identify_2.6.17.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-identify_2.6.17.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 new file mode 100644 index 0000000000..0ec329c954 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-identify_2.6.17.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "File identification library for Python" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=bbdc006359f3157660173ec7f133a80e" | ||
| 4 | |||
| 5 | PYPI_PACKAGE = "identify" | ||
| 6 | |||
| 7 | inherit pypi setuptools3 | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "f816b0b596b204c9fdf076ded172322f2723cf958d02f9c3587504834c8ff04d" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = " \ | ||
| 12 | python3-ukkonen \ | ||
| 13 | " | ||
