Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-cheroot
Commits:
b453d0b1 by Carl Smedstad at 2025-12-23T17:12:45+01:00
upgpkg: 11.1.2-2: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cheroot
pkgdesc = Highly-optimized, pure-python HTTP server
pkgver = 11.1.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cherrypy/cheroot
arch = any
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-cheroot
pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=11.1.2
-pkgrel=1
+pkgrel=2
arch=(any)
url="https://github.com/cherrypy/cheroot"
license=(BSD-3-Clause)
@@ -53,6 +53,7 @@ check() {
cd ${pkgname#python-}-$pkgver
pytest --override-ini="addopts=" -n auto \
--ignore=cheroot/test/test_server.py \
+ --deselect=cheroot/test/test_ssl.py::test_http_over_https_error \
-W=ignore::DeprecationWarning \
-W=ignore::pytest.PytestUnhandledThreadExceptionWarning
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cheroot/-/commit/b453d0b114b668740e31e1179af85ceb63d8962f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cheroot/-/commit/b453d0b114b668740e31e1179af85ceb63d8962f
You're receiving this email because of your account on gitlab.archlinux.org.