summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_5.11.3.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-isort: upgrade 5.11.3 -> 5.11.4Wang Mingyu2022-12-271-20/+0
| | | | | | | | | | | | Changelog: ========== Fixed #2038 (again): stop installing documentation files to top-level site-packages CI: only run release workflows for upstream (#2052) Tests: remove obsolete toml import from the test suite (#1978) CI: bump Poetry 1.3.1 (#2058) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-isort: upgrade 5.10.1 -> 5.11.3Wang Mingyu2022-12-231-0/+20
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>