summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2026-02-23 17:19:38 +0200
committerKhem Raj <raj.khem@gmail.com>2026-02-24 22:30:26 -0800
commit05308bb72d0e02e1cbf8899d4da3f073e66ebdc9 (patch)
tree31130759955d07ae9b4b4b587c1c0027c54037ec /meta-python
parent53636bd5f26351133324f8084a22de9e2186758a (diff)
downloadmeta-openembedded-05308bb72d0e02e1cbf8899d4da3f073e66ebdc9.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_8.0.0.bb (renamed from meta-python/recipes-devtools/python/python3-isort_7.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_7.0.0.bb b/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb
index 86ad769b1d..36cf91ba6e 100644
--- a/meta-python/recipes-devtools/python/python3-isort_7.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf"
6 6
7SRC_URI[sha256sum] = "5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187" 7SRC_URI[sha256sum] = "fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"
8 8
9inherit pypi python_hatchling 9inherit pypi python_hatchling
10 10