Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pecan
Commits:
d72786c4 by Jelle van der Waa at 2024-11-29T22:29:41+01:00
upgpkg: 1.5.1-3: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pecan
pkgdesc = A WSGI object-dispatching web framework, designed to be lean
and fast with few dependencies.
pkgver = 1.5.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pecan/pecan
arch = any
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@ pkgname="python-pecan"
_pkgname="${pkgname#python-}"
pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast
with few dependencies.'
pkgver=1.5.1
-pkgrel=2
+pkgrel=3
arch=('any')
url='https://github.com/pecan/pecan'
license=('BSD')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/commit/d72786c4e7900adcc4179275d1d15b62b142ee72
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/commit/d72786c4e7900adcc4179275d1d15b62b142ee72
You're receiving this email because of your account on gitlab.archlinux.org.