Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-paste
Commits:
ba7f98a0 by Antonio Rojas at 2025-12-21T13:09:48+01:00
upgpkg: 3.10.1-5: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-paste
pkgdesc = Tools for using a Web Server Gateway Interface stack
pkgver = 3.10.1
- pkgrel = 4
+ pkgrel = 5
url = https://pythonpaste.readthedocs.io/
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-paste
pkgver=3.10.1
-pkgrel=4
+pkgrel=5
pkgdesc="Tools for using a Web Server Gateway Interface stack"
arch=('any')
url="https://pythonpaste.readthedocs.io/"
@@ -23,7 +23,7 @@ build() {
check() {
cd paste-$pkgver
- PYTHONWARNINGS="ignore::DeprecationWarning" pytest
+ pytest -W ignore::DeprecationWarning --deselect
tests/test_cgiapp.py::test_form
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-paste/-/commit/ba7f98a06f0cc2decb89043a20b34af127fcbfd7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-paste/-/commit/ba7f98a06f0cc2decb89043a20b34af127fcbfd7
You're receiving this email because of your account on gitlab.archlinux.org.