From 05308bb72d0e02e1cbf8899d4da3f073e66ebdc9 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 23 Feb 2026 17:19:38 +0200 Subject: python3-isort: Upgrade 7.0.0 -> 8.0.0 Upgrade to release 8.0.0: - Update CHANGELOG for version 8.0.0 - Fix edge case of __future__ import - Fix the Plone profile to be compatible with black - Remove the setuptools plugin - Turn some warnings into errors in test suite - chore: replace black with ruff in clean.sh - feat!: remove old finders flag and legacy finder logic - Fix whitespace insensitive check triggering on tabs - Fix line separator detection not considering form feed as white space Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-isort_7.0.0.bb | 24 ---------------------- .../recipes-devtools/python/python3-isort_8.0.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-isort_7.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-isort_8.0.0.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-isort_7.0.0.bb b/meta-python/recipes-devtools/python/python3-isort_7.0.0.bb deleted file mode 100644 index 86ad769b1d..0000000000 --- a/meta-python/recipes-devtools/python/python3-isort_7.0.0.bb +++ /dev/null @@ -1,24 +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://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" - -SRC_URI[sha256sum] = "5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187" - -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" diff --git a/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb b/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb new file mode 100644 index 0000000000..36cf91ba6e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-isort_8.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] = "fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c" + +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