python3-prompt_toolkit: update to 3.0.51.

This commit is contained in:
Andrew J. Hesford 2025-04-19 10:52:02 -04:00
parent 30a0db0a47
commit 5fe0465c2c

View file

@ -1,8 +1,8 @@
# Template file for 'python3-prompt_toolkit'
pkgname=python3-prompt_toolkit
version=3.0.50
version=3.0.51
revision=1
build_style=python3-module
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-wcwidth"
checkdepends="${depends} python3-pytest"
@ -12,7 +12,7 @@ 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=544748f3860a2623ca5cd6d2795e7a14f3d0e1c3c9728359013f79877fc89bab
checksum=931a162e3b27fc90c86f1b48bb1fb2c528c2761475e57c9c06de13311c7b54ed
conflicts="python3-prompt_toolkit2<=2.0.9_4"
post_install() {