Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-click
Commits:
4f760637 by Antonio Rojas at 2026-03-04T23:57:34+01:00
upgpkg: 8.3.1-3: Fix wrong commit hash
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-click
pkgdesc = Simple wrapper around optparse for powerful command line
utilities
pkgver = 8.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://click.palletsprojects.com/
arch = any
license = BSD-3-Clause
@@ -11,8 +11,8 @@ pkgbase = python-click
makedepends = python-installer
depends = python
source =
https://github.com/pallets/click/archive/8.3.1/python-click-8.3.1.tar.gz
- source =
https://github.com/pallets/click/commit/c9c9d619206358b25b474d4ed62946d2f8b107c6.patch
+ source =
https://github.com/pallets/click/commit/91de59c6c8abc8251e7af551cd4546cc964288af.patch
b2sums =
39b5d80ccc78fcadc9a9833302e088ddb9829e304881e8d1de2cb88c387c0b51fa887951ddb253824b258ae3f243942baefd8ad7f3b9e3392260951c71abc77f
- b2sums =
56d5922e648601e7db3e1c41fa7cd2cca98c2d719f1978037f7522f0d0e13fe27e3854c2fa268b24ca42d6b9f78c6b0fb8a80f75c206e8e162c3cd0e0bf23d49
+ b2sums =
c446d2106c4a29c8acae977ee55b13d338565db07f8d962c744b56d17d6a28b57c2f50f02f120755a7f66d58aac962aebefb5f3c6f46d1e763053b8258da941c
pkgname = python-click
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-click
pkgver=8.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Simple wrapper around optparse for powerful command line utilities"
arch=('any')
url='https://click.palletsprojects.com/'
@@ -18,14 +18,14 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("https://github.com/pallets/click/archive/$pkgver/$pkgname-$pkgver.tar.gz"
-
https://github.com/pallets/click/commit/c9c9d619206358b25b474d4ed62946d2f8b107c6.patch)
+
https://github.com/pallets/click/commit/91de59c6c8abc8251e7af551cd4546cc964288af.patch)
b2sums=('39b5d80ccc78fcadc9a9833302e088ddb9829e304881e8d1de2cb88c387c0b51fa887951ddb253824b258ae3f243942baefd8ad7f3b9e3392260951c71abc77f'
-
'56d5922e648601e7db3e1c41fa7cd2cca98c2d719f1978037f7522f0d0e13fe27e3854c2fa268b24ca42d6b9f78c6b0fb8a80f75c206e8e162c3cd0e0bf23d49')
+
'c446d2106c4a29c8acae977ee55b13d338565db07f8d962c744b56d17d6a28b57c2f50f02f120755a7f66d58aac962aebefb5f3c6f46d1e763053b8258da941c')
prepare() {
cd ${pkgname#python-}-$pkgver
# Backport fix for optional values
- patch -p1 -i ../c9c9d619206358b25b474d4ed62946d2f8b107c6.patch
+ patch -p1 -i ../91de59c6c8abc8251e7af551cd4546cc964288af.patch
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-click/-/commit/4f760637d40960cd5681c2c959a9dad8d28666af
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-click/-/commit/4f760637d40960cd5681c2c959a9dad8d28666af
You're receiving this email because of your account on gitlab.archlinux.org.