aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_5.5.2.bb
AgeCommit message (Collapse)Author
2020-09-15python3-isort: Upgrade 5.5.0 -> 5.5.2Leon Anavi
Upgrade to release 5.5.2: - Fixed: --diff option is ignored when input is from stdin. - Fixed: Ensure indented import sections with import heading and a preceding comment don't cause import sorting loops. - Fixed: isort error when float to top on almost empty file. - Fixed: noqa comment moved to where flake8 cant see it. - Fixed: .svn missing from default ignore list. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>