python3-prompt-toolkit: Upgrade 3.0.22 -> 3.0.24

Upgrade to release 3.0.24 with the following fixes:

- Prevent window content overflowing when using scrollbars.
- Handle `PermissionError` when trying to attach /dev/null in
  vt100 input.

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>
This commit is contained in:
Leon Anavi 2021-12-17 17:51:44 +02:00 committed by Khem Raj
parent d716fbafd1
commit 47a4542bf7

View File

@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
SRC_URI[sha256sum] = "449f333dd120bd01f5d296a8ce1452114ba3a71fae7288d2f0ae2c918764fa72"
SRC_URI[sha256sum] = "1bb05628c7d87b645974a1bad3f17612be0c29fa39af9f7688030163f680bad6"
inherit pypi setuptools3