summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-01-13 16:26:17 +0200
committerKhem Raj <raj.khem@gmail.com>2021-01-14 11:58:17 -0800
commit5211e51d43350433f7e7cb4eee9ea2decf2d2f8c (patch)
treeff7bdcd6c649194f718c99b144fc6985e124b32d /meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
parent0039644c369cf29e886379455770112ef633384b (diff)
downloadmeta-openembedded-5211e51d43350433f7e7cb4eee9ea2decf2d2f8c.tar.gz
python3-isort: Upgrade 5.6.4 -> 5.7.0
Upgrade to release 5.7.0: - In rare circumstances an extra comma is added after import and before comment. - isort encounters bug in Python 3.6.0. - Provide ways for extension formatting and file paths to be specified when using streaming input from CLI. - Ability to output and diff within a single API call to isort.file. - Better more useful fatal error messages. - Support for automatically fixing mixed indentation of import sections. - Added a CLI option for skipping symlinks. - Support for disabling float_to_top from the command line. - Allow toggling section comments on and off for indented import sections. 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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-isort_5.7.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_5.7.0.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
new file mode 100644
index 0000000000..9f234ee461
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-isort_5.7.0.bb
@@ -0,0 +1,16 @@
1SUMMARY = "A Python utility / library to sort Python imports."
2HOMEPAGE = "https://pypi.python.org/pypi/isort"
3LICENSE = "MIT"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
6
7SRC_URI[sha256sum] = "c729845434366216d320e936b8ad6f9d681aab72dc7cbc2d51bedc3582f3ad1e"
8
9inherit pypi setuptools3
10
11RDEPENDS_${PN} += "\
12 ${PYTHON_PN}-datetime \
13 ${PYTHON_PN}-shell \
14"
15
16BBCLASSEXTEND = "native nativesdk"