diff mbox series

[meta-python,17/52] python3-isort: upgrade 7.0.0 -> 8.0.0

Message ID 20260227101327.1432-17-wangmy@fujitsu.com
State New
Headers show
Series [meta-networking,01/52] frr: upgrade 10.5.1 -> 10.5.2 | expand

Commit Message

Wang Mingyu Feb. 27, 2026, 10:12 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
- Update CHANGELOG for version 8.0.0
- Fix edge case of __future__ import.
- Fix the Plone profile to be compatible with black
- typo fix
- 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
- Fix #1964: lines_before_import sometimes ignored
- Remove reference to 3.9 in README

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../python/{python3-isort_7.0.0.bb => python3-isort_8.0.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-isort_7.0.0.bb => python3-isort_8.0.0.bb} (86%)
diff mbox series

Patch

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
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-isort_7.0.0.bb
rename to 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"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf"
 
-SRC_URI[sha256sum] = "5513527951aadb3ac4292a41a16cbc50dd1642432f5e8c20057d414bdafb4187"
+SRC_URI[sha256sum] = "fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c"
 
 inherit pypi python_hatchling