Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-exceptiongroup


Commits:
fdfe3c6a by Caleb Maclennan at 2023-12-29T16:40:01+03:00
upgpkg: 1.2.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,17 @@
+pkgbase = python-exceptiongroup
+       pkgdesc = Backport of PEP 654 (exception groups)
+       pkgver = 1.2.0
+       pkgrel = 1
+       url = https://github.com/agronholm/exceptiongroup
+       arch = any
+       license = MIT
+       checkdepends = python-pytest
+       makedepends = python-build
+       makedepends = python-installer
+       makedepends = python-wheel
+       makedepends = python-flit-scm
+       depends = python
+       source = 
https://github.com/agronholm/exceptiongroup/archive/1.2.0/exceptiongroup-1.2.0.tar.gz
+       sha256sums = 
8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572
+
+pkgname = python-exceptiongroup


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=python-exceptiongroup
 _pyname=${pkgname#python-}
-pkgver=1.1.3
-pkgrel=2
+pkgver=1.2.0
+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=('b987c85bc11fdb18afae66d20f877a38436081cf954dca8a85fe403575e5fe89')
+sha256sums=('8eaefb1a57cc9efcc601f346507c6daec23c5aced4691d64b0679d8728e50572')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/fdfe3c6a61446b783d842b659f03c858671ddf69

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-exceptiongroup/-/commit/fdfe3c6a61446b783d842b659f03c858671ddf69
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to