diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:54:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:23 -0700 |
| commit | ce9a865989a03a2c0738755dcfd4e928ee8cf08b (patch) | |
| tree | 55d92156db96268407340ca15341e2df2cb98d10 /meta-python/recipes-devtools/python/python3-isort_6.0.1.bb | |
| parent | ecbe01a80a2c031984aabc0fe0ada0cd7be8868e (diff) | |
| download | meta-openembedded-ce9a865989a03a2c0738755dcfd4e928ee8cf08b.tar.gz | |
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-isort_6.0.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_6.0.1.bb | 24 |
1 files changed, 24 insertions, 0 deletions
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 @@ | |||
| 1 | SUMMARY = "A Python utility / library to sort Python imports." | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/isort" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" | ||
| 6 | |||
| 7 | SRC_URI[sha256sum] = "1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450" | ||
| 8 | |||
| 9 | inherit pypi python_hatchling | ||
| 10 | |||
| 11 | DEPENDS += "python3-hatch-vcs-native python3-hatchling-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += " \ | ||
| 14 | python3-compression \ | ||
| 15 | python3-datetime \ | ||
| 16 | python3-difflib \ | ||
| 17 | python3-email \ | ||
| 18 | python3-numbers \ | ||
| 19 | python3-pprint \ | ||
| 20 | python3-profile \ | ||
| 21 | python3-shell \ | ||
| 22 | " | ||
| 23 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
