mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-02 10:20:27 +00:00
python3-isort: Upgrade 5.4.2 -> 5.5.0
- Fixed: isort: off comment doesn't work, if it's the top comment in the file. - Fixed: reverse_relative setting doesn't have any effect when combined with force_sort_within_sections. - Fixed: --skip can error in the case of projects that contain recursive symlinks. - Fixed: ensure_newline_before_comments doesn't work if comment is at top of section and sections don't have lines between them. - Fixed: comments in imports with ";" can keep isort from recognizing import line. - Fixed: As imports removed when combine_star is set. - Fixed: --float-to-top has no effect if no import is already at the top. - Fixed: isort never settles on module docstring + add import. - Fixed: Error raised when repo contains circular symlinks. - Fixed: noqa comment is moved from star import to constant import. - Fixed: Incorrect placement of import additions. - Fixed: isort5 throws error when stdin used on Windows with deprecated args. - Added support for specifying config file when using git hook. - Added support for coloring diff output. - New multi-line grid mode without parentheses. - Extensive profile testing. - Proprety based testing applied to code snippets. - Create automated integration test that includes full code base of largest OpenSource isort users. 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>
This commit is contained in:
17
meta-python/recipes-devtools/python/python3-isort_5.5.0.bb
Normal file
17
meta-python/recipes-devtools/python/python3-isort_5.5.0.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "A Python utility / library to sort Python imports."
|
||||
HOMEPAGE = "https://pypi.python.org/pypi/isort"
|
||||
LICENSE = "MIT"
|
||||
SECTION = "devel/python"
|
||||
LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
|
||||
|
||||
SRC_URI[md5sum] = "9560df531409e67ac8796e98ffcb6124"
|
||||
SRC_URI[sha256sum] = "0906e0e7092e060c05de709ad172e1ec1b26aa27fdd4e8093f257890cd881d18"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-shell \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user