python3-prompt_toolkit: update to 3.0.10.

This commit is contained in:
Andrew J. Hesford 2021-01-08 09:51:57 -05:00
parent 630c9d9c6a
commit 9618b955db

View file

@ -1,6 +1,6 @@
# Template file for 'python3-prompt_toolkit'
pkgname=python3-prompt_toolkit
version=3.0.9
version=3.0.10
revision=1
wrksrc="prompt_toolkit-${version}"
build_style=python3-module
@ -11,8 +11,9 @@ short_desc="Python3 library for building powerful interactive command lines"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause"
homepage="https://github.com/prompt-toolkit/python-prompt-toolkit"
changelog="https://raw.githubusercontent.com/prompt-toolkit/python-prompt-toolkit/master/CHANGELOG"
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
checksum=c5eeab58dd31b541442825d7870777f2a2f764eb5fda03334d5219cd84b9722f
checksum=b8b3d0bde65da350290c46a8f54f336b3cbf5464a4ac11239668d986852e79d5
conflicts="python3-prompt_toolkit2<=2.0.9_4"
post_install() {