* update python-cheroot to 10.0.1-5

This commit is contained in:
Alexander Baldeck 2025-01-07 17:23:21 +01:00
parent ad17e8ad77
commit d643a99f0c
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-cheroot pkgbase = python-cheroot
pkgdesc = Highly-optimized, pure-python HTTP server pkgdesc = Highly-optimized, pure-python HTTP server
pkgver = 10.0.1 pkgver = 10.0.1
pkgrel = 4 pkgrel = 5
url = https://github.com/cherrypy/cheroot url = https://github.com/cherrypy/cheroot
arch = any arch = any
license = BSD-3-Clause license = BSD-3-Clause

View File

@ -7,7 +7,7 @@ _name=cheroot
pkgname=python-cheroot pkgname=python-cheroot
pkgdesc="Highly-optimized, pure-python HTTP server" pkgdesc="Highly-optimized, pure-python HTTP server"
pkgver=10.0.1 pkgver=10.0.1
pkgrel=4 pkgrel=5
arch=(any) arch=(any)
url="https://github.com/cherrypy/cheroot" url="https://github.com/cherrypy/cheroot"
license=(BSD-3-Clause) license=(BSD-3-Clause)
@ -58,6 +58,7 @@ check() {
local pytest_options=( local pytest_options=(
-vv -vv
--override-ini="addopts=" --override-ini="addopts="
-W=ignore::DeprecationWarning
# Requires python-pypytools # Requires python-pypytools
--ignore cheroot/test/test_server.py --ignore cheroot/test/test_server.py
# Issues with python-pyopenssl (being too new?!) # Issues with python-pyopenssl (being too new?!)