From ce9a865989a03a2c0738755dcfd4e928ee8cf08b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:57 +0800 Subject: python3-isort: upgrade 6.0.0 -> 6.0.1 Changelog: =========== - fix multi_line_output_modes docs - Ruff rules PT for pytest - Ruff rules B017, B028, and E203 - Lint Python code with ruff - Fix test_find_imports_in_file_error failing on Windows - Move flake8 settings into pyproject.toml - Upgrade to uv>=0.6.0 and enable-cache - Apply some ruff rules - Add OSError handling in find_imports_in_file - Link GH as changelog Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-isort_6.0.1.bb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-isort_6.0.1.bb (limited to 'meta-python/recipes-devtools/python/python3-isort_6.0.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-isort_6.0.1.bb b/meta-python/recipes-devtools/python/python3-isort_6.0.1.bb new file mode 100644 index 0000000000..cf04452102 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_6.0.1.bb @@ -0,0 +1,24 @@ +SUMMARY = "A Python utility / library to sort Python imports." +HOMEPAGE = "https://pypi.python.org/pypi/isort" +LICENSE = "MIT" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" + +SRC_URI[sha256sum] = "1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450" + +inherit pypi python_hatchling + +DEPENDS += "python3-hatch-vcs-native python3-hatchling-native" + +RDEPENDS:${PN} += " \ + python3-compression \ + python3-datetime \ + python3-difflib \ + python3-email \ + python3-numbers \ + python3-pprint \ + python3-profile \ + python3-shell \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf