summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-20 20:19:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-12-23 08:52:23 -0800
commit5257e7a839584d227503c3839210a3157ed57d95 (patch)
treedaed59d36656c6321ef4b754e817c6be7738bc02 /meta-python
parente661eb0b3b4e8c77c4f25cfa4d6f67dfa11c142b (diff)
downloadmeta-openembedded-5257e7a839584d227503c3839210a3157ed57d95.tar.gz
python3-isort: upgrade 5.10.1 -> 5.11.3
Changelog: =========== Fixed #2007: settings for py3.11 (#2040) Fixed #2038: packaging pypoetry (#2042) Docs: renable portray (#2043) Ci: add minimum GitHub token permissions for workflows (#1969) Ci: general CI improvements (#2041) Ci: add release workflow (#2026) Hotfix #2034: isort --version is not accurate on 5.11.x releases (#2034) Hotfix #2031: only call colorama.init if colorama is available (#2032) Added official support for Python 3.11 (#1996, #2008, #2011) Dropped support for Python 3.6 (#2019) Fixed problematic tests (#2021, #2022) Fixed #1960: Rich compatibility (#1961) Fixed #1945, #1986: Python 4.0 upper bound dependency resolving issues Fixed Pyodide CDN URL (#1991) Docs: clarify description of use_parentheses (#1941) Fixed #1976: black compatibility for .pyi files Implemented #1683: magic trailing comma option (#1876) Add missing space in unrecoverable exception message (#1933) Fixed #1895: skip-gitignore: use allow list, not deny list Fixed #1917: infinite loop for unmatched parenthesis (#1919) Docs: shared profiles (#1896) Fixed build-backend values in the example plugins (#1892) Remove reference to jamescurtin/isort-action (#1885) Split long cython import lines (#1931) Update plone profile: copy of black, plus three settings. (#1926) Fixed #1815, #1862: Add a command-line flag to sort all re-exports (#1863) Fixed #1854: lines_before_imports appending lines after comments (#1861) Remove redundant multi_line_output = 3 from "Compatibility with black" (#1858) Add tox config example (#1856) Docs: add examples for frozenset and tuple settings (#1822) Docs: add multiple config documentation (#1850) Signed-off-by: Wang Mingyu <wangmy@fujitsu.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_5.11.3.bb (renamed from meta-python/recipes-devtools/python/python3-isort_5.10.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb b/meta-python/recipes-devtools/python/python3-isort_5.11.3.bb
index 27977821c..4b99c1755 100644
--- a/meta-python/recipes-devtools/python/python3-isort_5.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_5.11.3.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
4SECTION = "devel/python" 4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489" 5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
6 6
7SRC_URI[sha256sum] = "e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951" 7SRC_URI[sha256sum] = "a8ca25fbfad0f7d5d8447a4314837298d9f6b23aed8618584c894574f626b64b"
8 8
9inherit pypi python_poetry_core 9inherit pypi python_poetry_core
10 10