Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-exceptiongroup
Commits:
5178ea2e by Daniel M. Capella at 2023-08-28T20:05:29-04:00
upgpkg: 1.1.3-2: Remove version constraint
Python 3.11.5 now in the repos.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
pkgname=python-exceptiongroup
_pyname=${pkgname#python-}
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='Backport of PEP 654 (exception groups)'
arch=(any)
url="https://github.com/agronholm/$_pyname"
license=(MIT)
-depends=('python<=3.11.3')
+depends=('python')
makedepends=(python-{build,installer,wheel}
python-flit-scm)
checkdepends=(python-pytest)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/5178ea2ed840bf8240036679d463184629705812
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/5178ea2ed840bf8240036679d463184629705812
You're receiving this email because of your account on gitlab.archlinux.org.