From 9618b955db088e5cece0d6a9731adb6297ed0077 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 8 Jan 2021 09:51:57 -0500 Subject: [PATCH] python3-prompt_toolkit: update to 3.0.10. --- srcpkgs/python3-prompt_toolkit/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-prompt_toolkit/template b/srcpkgs/python3-prompt_toolkit/template index b76f908cca1..fcb29f44326 100644 --- a/srcpkgs/python3-prompt_toolkit/template +++ b/srcpkgs/python3-prompt_toolkit/template @@ -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 " 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() {