diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-02-13 11:04:26 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-13 07:44:15 -0800 |
| commit | e2a606e3253162599ada355aca8619e0a462266d (patch) | |
| tree | 0f443349457fddaf3abad649bc6ff96c8609a708 /meta-python/recipes-devtools/python/python3-isort_6.0.0.bb | |
| parent | c400aca52a19d74bcc05873eaad8265ecd024d9b (diff) | |
| download | meta-openembedded-e2a606e3253162599ada355aca8619e0a462266d.tar.gz | |
python3-isort: Upgrade 5.13.2 -> 6.0.0
Upgrade to release 6.0.0:
- Python 3.13 support
- Updates round 3
- Speed up exists_case_sensitive calls
- nit: Fix deprecation message link
- Ensure that split_on_trailing_comma works with as imports
- Black profile: enable magic comma
- Fix google style test
- Update line_length and single_line_exclusions in google profile
- Updates round 2
- Dependency updates round 1
- Run pre-commit autoupdate
- Allow --diff to be used with --jobs
- wemake has 80 chars hard limit, not 79
- Fix errors on main
- Fixed syntax error
- fix: typo
- Fix sort_reexports code mangling
- fix: correct group by package tokenization
- Fix isort-action usage documentation
- Fix CDN for Ace
- Fix help text
- docs: fix spelling mistake
License-Update: Use file LICENSE
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-isort_6.0.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_6.0.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_6.0.0.bb b/meta-python/recipes-devtools/python/python3-isort_6.0.0.bb new file mode 100644 index 0000000000..436a7bade8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_6.0.0.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] = "75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1" | ||
| 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" | ||
