Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-cheroot
Commits:
80ed01d3 by Jelle van der Waa at 2024-11-30T16:37:08+01:00
upgpkg: 10.0.1-4: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cheroot
pkgdesc = Highly-optimized, pure-python HTTP server
pkgver = 10.0.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cherrypy/cheroot
arch = any
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ _name=cheroot
pkgname=python-cheroot
pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=10.0.1
-pkgrel=3
+pkgrel=4
arch=(any)
url="https://github.com/cherrypy/cheroot"
license=(BSD-3-Clause)
@@ -65,6 +65,7 @@ check() {
--deselect
cheroot/test/test_conn.py::test_remains_alive_post_unhandled_exception
--deselect
cheroot/test/test_conn.py::test_unhandled_exception_in_request_handler
--deselect cheroot/test/test_ssl.py::test_https_over_http_error
+ -p no:unraisableexception
)
pytest "${pytest_options[@]}"
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cheroot/-/commit/80ed01d37d9066873dddbb5d12fff5080a156d38
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cheroot/-/commit/80ed01d37d9066873dddbb5d12fff5080a156d38
You're receiving this email because of your account on gitlab.archlinux.org.