summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-magic_0.4.25.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta: remove obsolete PIP_INSTALL_PACKAGERoss Burton2022-03-121-1/+0
| | | | | | | | | | PIP_INSTALL_PACKAGE isn't used anymore, so remove all instances of it from the recipes. (From OE-Core rev: 15baf24f750ab2c8b0a46d4a3bf2ae9bfa3d0aff) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-magic: set PIP_INSTALL_PACKAGETim Orling2022-02-251-0/+1
| | | | | | | | | | | | The wheel built by bdist_wheel has the name "python_magic-*.whl" so set PIP_INSTALL_PACKAGE accordingly. [YOCTO #14638] (From OE-Core rev: 44263ae8eb56966407cd8ca2c862daab342196f2) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-magic: upgrade 0.4.24 -> 0.4.25wangmy2022-02-101-0/+22
Changelog: ========= - Support os.PathLike values in Magic.from_file and magic.from_file - Handle some versions of libmagic that return mime string without charset - Fix tests for file 5.41 - Include typing stub in package (From OE-Core rev: ddf1cf89925ef8cb31a68041e97168959ca9b619) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>