From e2a606e3253162599ada355aca8619e0a462266d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 13 Feb 2025 11:04:26 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../python/python3-isort_5.13.2.bb | 22 -------------------- .../recipes-devtools/python/python3-isort_6.0.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 22 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-isort_5.13.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-isort_6.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-isort_5.13.2.bb b/meta-python/recipes-devtools/python/python3-isort_5.13.2.bb deleted file mode 100644 index 60d44181c0..0000000000 --- a/meta-python/recipes-devtools/python/python3-isort_5.13.2.bb +++ /dev/null @@ -1,22 +0,0 @@ -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://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" - -SRC_URI[sha256sum] = "48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109" - -inherit pypi python_poetry_core - -RDEPENDS:${PN} += " \ - python3-compression \ - python3-datetime \ - python3-difflib \ - python3-email \ - python3-numbers \ - python3-pprint \ - python3-profile \ - python3-shell \ -" - -BBCLASSEXTEND = "native nativesdk" 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 @@ +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] = "75d9d8a1438a9432a7d7b54f2d3b45cad9a4a0fdba43617d9873379704a8bdf1" + +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