Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-exceptiongroup
Commits:
be0ff3fa by Caleb Maclennan at 2023-08-22T18:53:23+03:00
upgpkg: 1.1.3-1
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-exceptiongroup
_pyname=${pkgname#python-}
-pkgver=1.1.2
+pkgver=1.1.3
pkgrel=1
pkgdesc='Backport of PEP 654 (exception groups)'
arch=(any)
@@ -14,17 +14,8 @@ makedepends=(python-{build,installer,wheel}
python-flit-scm)
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
-source=("$url/archive/$pkgver/$_archive.tar.gz"
- "$url/commit/821d5eb.patch")
-sha256sums=('107e769418fac86697c510aa0e6849ae48d384b20186ec4db5c23e567829589f'
- 'a789e9153eb32fcf3c01ec11a220964f3a42be93841ab9fc26f69379794a5c3c')
-
-# Release 1.1.2 has a patch that is specific for Python 3.11.4+, as of now Arch
-# is on 3.11.3. This can/should be removed after Python updates.
-prepare() {
- cd "$_archive"
- sed -e '15,31d' ../821d5eb.patch | patch -Np1 -R
-}
+source=("$url/archive/$pkgver/$_archive.tar.gz")
+sha256sums=('b987c85bc11fdb18afae66d20f877a38436081cf954dca8a85fe403575e5fe89')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/be0ff3fa18c8b49a4572d2c07814395d09ef7221
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/be0ff3fa18c8b49a4572d2c07814395d09ef7221
You're receiving this email because of your account on gitlab.archlinux.org.