summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-isort_5.1.4.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-22 13:49:01 +0300
committerKhem Raj <raj.khem@gmail.com>2020-07-23 10:26:53 -0700
commita4e99bbb2202a5d616284a2ab573b96ad1ec1750 (patch)
tree0fd8dac902f98edb9f367c756fb6b2f5efa6f147 /meta-python/recipes-devtools/python/python3-isort_5.1.4.bb
parent16ba72d3050d84c3ff13bb9d5d594cf43a407f2a (diff)
downloadmeta-openembedded-a4e99bbb2202a5d616284a2ab573b96ad1ec1750.tar.gz
python3-isort: Upgrade 5.1.0 -> 5.1.4
Upgrade to release 5.1.4: - Fixed issue #1333: Use of wrap_length raises an exception about it not being lower or equal to line_length. - Fixed issue #1330: Ensure stdout can be stubbed dynamically for show_unified_diff function. 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.1.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-isort_5.1.4.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-isort_5.1.4.bb b/meta-python/recipes-devtools/python/python3-isort_5.1.4.bb
new file mode 100644
index 0000000000..59ff2ffe19
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-isort_5.1.4.bb
@@ -0,0 +1,17 @@
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[md5sum] = "64d552bbcef48219572cc39649c48fbd"
8SRC_URI[sha256sum] = "145072eedc4927cc9c1f9478f2d83b2fc1e6469df4129c02ef4e8c742207a46c"
9
10inherit pypi setuptools3
11
12RDEPENDS_${PN} += "\
13 ${PYTHON_PN}-datetime \
14 ${PYTHON_PN}-shell \
15"
16
17BBCLASSEXTEND = "native nativesdk"