Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-exceptiongroup
Commits:
a2cf0a42 by Caleb Maclennan at 2025-05-11T11:38:46+03:00
upgpkg: 1.3.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-exceptiongroup
pkgdesc = Backport of PEP 654 (exception groups)
- pkgver = 1.2.2
+ pkgver = 1.3.0
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.2.2/exceptiongroup-1.2.2.tar.gz
- sha256sums =
f001cc7f3c1c89ccbff903f6ecd0880429d2d923c466f643d4bc2225d6af18b8
+ source =
https://github.com/agronholm/exceptiongroup/archive/1.3.0/exceptiongroup-1.3.0.tar.gz
+ sha256sums =
7af03131ce1ad5177a6e449b7dc36aa9148bb9103654542a7217f5842a4df551
pkgname = python-exceptiongroup
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-exceptiongroup
_pyname=${pkgname#python-}
-pkgver=1.2.2
+pkgver=1.3.0
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=('f001cc7f3c1c89ccbff903f6ecd0880429d2d923c466f643d4bc2225d6af18b8')
+sha256sums=('7af03131ce1ad5177a6e449b7dc36aa9148bb9103654542a7217f5842a4df551')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/a2cf0a426d6af1d3d703342aef40de9663eb7661
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/a2cf0a426d6af1d3d703342aef40de9663eb7661
You're receiving this email because of your account on gitlab.archlinux.org.