summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2021-03-24 18:37:46 +0200
committerKhem Raj <raj.khem@gmail.com>2021-03-26 10:32:32 -0700
commitda97e1d0af62d1458913462073440bc7b4bf8176 (patch)
treea9d82da4090e567d9752dc48d832b69652e67c4d /meta-python/recipes-devtools/python
parent749f6c2432645e28e2a7c74b2cf3279b4132e455 (diff)
downloadmeta-openembedded-da97e1d0af62d1458913462073440bc7b4bf8176.tar.gz
python3-prompt-toolkit: Upgrade 3.0.17 -> 3.0.18
Upgrade to release 3.0.18: - Added `in_thread` parameter to `Application.run`. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb (renamed from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
index 699e6028b6..3662875839 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.18.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
5 5
6SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137" 6SRC_URI[sha256sum] = "e1b4f11b9336a28fa11810bc623c357420f69dfdb6d2dac41ca2c21a55c033bc"
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9