* 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
pkgdesc = Highly-optimized, pure-python HTTP server
pkgver = 10.0.1
pkgrel = 4
pkgrel = 5
url = https://github.com/cherrypy/cheroot
arch = any
license = BSD-3-Clause

View File

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