Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-prompt_toolkit
Commits:
a8f09109 by Daniel M. Capella at 2024-06-04T15:06:33-04:00
upgpkg: 3.0.46-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.45
+ pkgver = 3.0.46
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.45
- b2sums =
348835d3d73829cbbb660f1e7de2b235174c8ece92d0508f8c4942a3a3d5d17e175fb1f73b3a151bd38db4a0bfd7f309caac0c0d5844b738afffe3a90dcceb15
+ source =
python-prompt_toolkit::git+https://github.com/prompt-toolkit/python-prompt-toolkit#tag=3.0.46
+ b2sums =
2afa4a80a0d1df7bee12e75c3dcef5684e32da44d4bc70975302abcd9d01c9742b9494cb0b62ba92b0808800c08cc9140cdb08305a14eeff4ac1216b936a5843
pkgname = python-prompt_toolkit
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Andy Weidenbaum <[email protected]>
pkgname=python-prompt_toolkit
-pkgver=3.0.45
+pkgver=3.0.46
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=('348835d3d73829cbbb660f1e7de2b235174c8ece92d0508f8c4942a3a3d5d17e175fb1f73b3a151bd38db4a0bfd7f309caac0c0d5844b738afffe3a90dcceb15')
+b2sums=('2afa4a80a0d1df7bee12e75c3dcef5684e32da44d4bc70975302abcd9d01c9742b9494cb0b62ba92b0808800c08cc9140cdb08305a14eeff4ac1216b936a5843')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/a8f0910905117980190da3c85957db91d4b2b028
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prompt_toolkit/-/commit/a8f0910905117980190da3c85957db91d4b2b028
You're receiving this email because of your account on gitlab.archlinux.org.