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