python3-prompt_toolkit: update to 3.0.45.

This commit is contained in:
Andrew J. Hesford 2024-05-29 09:51:47 -04:00
parent 9cfdd92a67
commit d5960e4c11

View File

@ -1,6 +1,6 @@
# Template file for 'python3-prompt_toolkit' # Template file for 'python3-prompt_toolkit'
pkgname=python3-prompt_toolkit pkgname=python3-prompt_toolkit
version=3.0.43 version=3.0.45
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://github.com/prompt-toolkit/python-prompt-toolkit" homepage="https://github.com/prompt-toolkit/python-prompt-toolkit"
changelog="https://raw.githubusercontent.com/prompt-toolkit/python-prompt-toolkit/master/CHANGELOG" changelog="https://raw.githubusercontent.com/prompt-toolkit/python-prompt-toolkit/master/CHANGELOG"
distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz" distfiles="${PYPI_SITE}/p/prompt_toolkit/prompt_toolkit-${version}.tar.gz"
checksum=3527b7af26106cbc65a040bcc84839a3566ec1b051bb0bfe953631e704b0ff7d checksum=07c60ee4ab7b7e90824b61afa840c8f5aad2d46b3e2e10acc33d8ecc94a49089
conflicts="python3-prompt_toolkit2<=2.0.9_4" conflicts="python3-prompt_toolkit2<=2.0.9_4"
post_install() { post_install() {