diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:51:55 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:30 -0700 |
| commit | 86f1d18f3f85ce551c059b07d837221f65f624c6 (patch) | |
| tree | 79516d9423a6b9a3c6e30829cbc72f8c9a1a3de2 /meta-python/recipes-devtools/python | |
| parent | 9a70c6235c48a39031c7a7d874e26f95c3d2dafd (diff) | |
| download | meta-openembedded-86f1d18f3f85ce551c059b07d837221f65f624c6.tar.gz | |
python3-isort: upgrade 8.0.0 -> 8.0.1
Changelog:
============
- Fix #2461: Added compression to stdlibs for Python 3.14 in isort/stdlibs/py314.py
- Fix unindented comments being corrupted in indented blocks
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-isort_8.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-isort_8.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb b/meta-python/recipes-devtools/python/python3-isort_8.0.1.bb index 36cf91ba6e..b8e32a5563 100644 --- a/meta-python/recipes-devtools/python/python3-isort_8.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-isort_8.0.1.bb | |||
| @@ -4,7 +4,7 @@ LICENSE = "MIT" | |||
| 4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=197c46995787b46a2dbf0d519c1754cf" |
| 6 | 6 | ||
| 7 | SRC_URI[sha256sum] = "fddea59202f231e170e52e71e3510b99c373b6e571b55d9c7b31b679c0fed47c" | 7 | SRC_URI[sha256sum] = "171ac4ff559cdc060bcfff550bc8404a486fee0caab245679c2abe7cb253c78d" |
| 8 | 8 | ||
| 9 | inherit pypi python_hatchling | 9 | inherit pypi python_hatchling |
| 10 | 10 | ||
