Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / python-exceptiongroup
Commits: 04f6db21 by Chih-Hsuan Yen at 2025-01-01T07:46:00+08:00 upgpkg: 1.2.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-exceptiongroup pkgdesc = Backport of PEP 654 (exception groups) - pkgver = 1.2.1 - pkgrel = 2 + pkgver = 1.2.2 + pkgrel = 1 url = https://github.com/agronholm/exceptiongroup arch = any license = MIT @@ -11,7 +11,7 @@ pkgbase = python-exceptiongroup makedepends = python-wheel makedepends = python-flit-scm depends = python - source = https://github.com/agronholm/exceptiongroup/archive/1.2.1/exceptiongroup-1.2.1.tar.gz - sha256sums = b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b + source = https://github.com/agronholm/exceptiongroup/archive/1.2.2/exceptiongroup-1.2.2.tar.gz + sha256sums = f001cc7f3c1c89ccbff903f6ecd0880429d2d923c466f643d4bc2225d6af18b8 pkgname = python-exceptiongroup ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ pkgname=python-exceptiongroup _pyname=${pkgname#python-} -pkgver=1.2.1 -pkgrel=2 +pkgver=1.2.2 +pkgrel=1 pkgdesc='Backport of PEP 654 (exception groups)' arch=(any) url="https://github.com/agronholm/$_pyname" @@ -15,7 +15,7 @@ makedepends=(python-{build,installer,wheel} checkdepends=(python-pytest) _archive="$_pyname-$pkgver" source=("$url/archive/$pkgver/$_archive.tar.gz") -sha256sums=('b59b2c0cee4423a01ca6dba773efac4dd6390e3908e36ed222d683ce827c8f3b') +sha256sums=('f001cc7f3c1c89ccbff903f6ecd0880429d2d923c466f643d4bc2225d6af18b8') build() { cd "$_archive" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/04f6db2136c6ed1653e07056e4255eb07ea8c9a8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/04f6db2136c6ed1653e07056e4255eb07ea8c9a8 You're receiving this email because of your account on gitlab.archlinux.org.