Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / python-prompt_toolkit
Commits: c6b4379d by Daniel M. Capella at 2024-09-25T20:07:50-04:00 upgpkg: 3.0.48-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-prompt_toolkit pkgdesc = Library for building powerful interactive command lines in Python - pkgver = 3.0.47 + pkgver = 3.0.48 pkgrel = 1 url = https://github.com/prompt-toolkit/python-prompt-toolkit arch = any @@ -14,7 +14,7 @@ pkgbase = python-prompt_toolkit depends = python depends = python-pygments depends = python-wcwidth - source = python-prompt_toolkit::git+https://github.com/prompt-toolkit/python-prompt-toolkit#tag=3.0.47 - b2sums = 0a918fa2dc53da7f21e7a2d5d300a085693f8a1139128360d109220133113f6f5de2dcfc520f40778d16c3e1eada05868cf8b823525b0afe55dbe0702d37a0cd + source = python-prompt_toolkit::git+https://github.com/prompt-toolkit/python-prompt-toolkit#tag=3.0.48 + b2sums = 6d3b0e017a41e58df53ef4a485aa003477b3df3f1b533c25c7a3f0e4b7e1d1c37b3d104fd913f66b0f0ee47c91ad7e3ae8f87fcbaff745e8c30a4808f9696dfd pkgname = python-prompt_toolkit ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ # Contributor: Andy Weidenbaum <archb...@gmail.com> pkgname=python-prompt_toolkit -pkgver=3.0.47 +pkgver=3.0.48 pkgrel=1 pkgdesc='Library for building powerful interactive command lines in Python' arch=('any') @@ -25,7 +25,7 @@ makedepends=( ) checkdepends=('python-pytest') source=("$pkgname::git+$url#tag=$pkgver") -b2sums=('0a918fa2dc53da7f21e7a2d5d300a085693f8a1139128360d109220133113f6f5de2dcfc520f40778d16c3e1eada05868cf8b823525b0afe55dbe0702d37a0cd') +b2sums=('6d3b0e017a41e58df53ef4a485aa003477b3df3f1b533c25c7a3f0e4b7e1d1c37b3d104fd913f66b0f0ee47c91ad7e3ae8f87fcbaff745e8c30a4808f9696dfd') build() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/c6b4379d4c215bec97fa0443c35b3a68c39e9195 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/c6b4379d4c215bec97fa0443c35b3a68c39e9195 You're receiving this email because of your account on gitlab.archlinux.org.