package/python-cheroot: bump version to 11.1.2

https://github.com/cherrypy/cheroot/blob/v11.1.2/CHANGES.rst

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-11 20:55:07 +01:00
committed by Julien Olivain
parent e710ae0546
commit 4a24dd6227
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/cheroot/json
md5 5299bba86f892b2a8e7f1678e45b96ff cheroot-11.0.0.tar.gz
sha256 dd414eda6bdb15140e864bc1d1c9625030375d14cbe0b290092867368924a52f cheroot-11.0.0.tar.gz
md5 08ccbea749c4cd35b7371ced995d08b2 cheroot-11.1.2.tar.gz
sha256 bfb70c49663f63b0440f2b54dbc6b0d1650e56dfe4e2641f59b2c6f727b44aca cheroot-11.1.2.tar.gz
# Locally computed sha256 checksums
sha256 e20feeb491a7e98084f15719349e9857aad41c4503c5e479f8815b063dbf7564 LICENSE.md

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_CHEROOT_VERSION = 11.0.0
PYTHON_CHEROOT_VERSION = 11.1.2
PYTHON_CHEROOT_SOURCE = cheroot-$(PYTHON_CHEROOT_VERSION).tar.gz
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/f4/01/5ef06df932a974d016ab9d7f93e78740b572c4020016794fd4799cdc09c6
PYTHON_CHEROOT_SITE = https://files.pythonhosted.org/packages/68/e4/5c2020b60a55aca8d79ed55b62ad1cd7fc47ea44ad6b584e83f5f1bf58b0
PYTHON_CHEROOT_LICENSE = BSD-3-Clause
PYTHON_CHEROOT_LICENSE_FILES = LICENSE.md
PYTHON_CHEROOT_SETUP_TYPE = setuptools