George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / python-prompt_toolkit
Commits: ecff28e6 by George Rawlinson at 2023-12-02T21:04:12+13:00 upgpkg: 3.0.41-1 * New upstream release. * <3 dmc. - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,20 @@ +pkgbase = python-prompt_toolkit + pkgdesc = Library for building powerful interactive command lines in Python + pkgver = 3.0.41 + pkgrel = 1 + url = https://github.com/jonathanslenders/python-prompt-toolkit + arch = any + license = BSD + checkdepends = python-pytest + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools + depends = python + depends = python-pygments + depends = python-wcwidth + source = python-prompt_toolkit::git+https://github.com/jonathanslenders/python-prompt-toolkit#commit=b1cb8fad68844495a219afc8747a1efc89eb17dc + b2sums = SKIP + +pkgname = python-prompt_toolkit ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ # Contributor: Andy Weidenbaum <[email protected]> pkgname=python-prompt_toolkit -pkgver=3.0.39 +pkgver=3.0.41 pkgrel=1 pkgdesc='Library for building powerful interactive command lines in Python' arch=('any') @@ -23,7 +23,7 @@ makedepends=( 'python-setuptools' ) checkdepends=('python-pytest') -_commit='490cf900188df357611cdc9358256be0e5ce2e16' +_commit='b1cb8fad68844495a219afc8747a1efc89eb17dc' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/ecff28e6615a0cc5a87bc14cd6cd3c77dd2500c6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/ecff28e6615a0cc5a87bc14cd6cd3c77dd2500c6 You're receiving this email because of your account on gitlab.archlinux.org.
