From 6ebadc0d9486e8855dac9e2513d2ce894ed449a9 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Mar 2026 15:06:27 +0100 Subject: [PATCH] package/python-whitenoise: bump version to 6.12.0 https://github.com/evansd/whitenoise/blob/6.12.0/docs/changelog.rst Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-whitenoise/python-whitenoise.hash | 4 ++-- package/python-whitenoise/python-whitenoise.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-whitenoise/python-whitenoise.hash b/package/python-whitenoise/python-whitenoise.hash index 1659961825..792e3c917d 100644 --- a/package/python-whitenoise/python-whitenoise.hash +++ b/package/python-whitenoise/python-whitenoise.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/whitenoise/json -md5 212cafd7f8d972a5d6740bfc88b3f17b whitenoise-6.11.0.tar.gz -sha256 0f5bfce6061ae6611cd9396a8231e088722e4fc67bc13a111be74c738d99375f whitenoise-6.11.0.tar.gz +md5 864b21f485449341ea6b7ab68fb16146 whitenoise-6.12.0.tar.gz +sha256 f723ebb76a112e98816ff80fcea0a6c9b8ecde835f8ddda25df7a30a3c2db6ad whitenoise-6.12.0.tar.gz # Locally computed sha256 checksums sha256 ebfd469b4fb6b5adada547747e1e8da725ecf20595d54aced043275d4f4a3600 LICENSE diff --git a/package/python-whitenoise/python-whitenoise.mk b/package/python-whitenoise/python-whitenoise.mk index 91f3b6d2d7..6a11c1db3e 100644 --- a/package/python-whitenoise/python-whitenoise.mk +++ b/package/python-whitenoise/python-whitenoise.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WHITENOISE_VERSION = 6.11.0 +PYTHON_WHITENOISE_VERSION = 6.12.0 PYTHON_WHITENOISE_SOURCE = whitenoise-$(PYTHON_WHITENOISE_VERSION).tar.gz -PYTHON_WHITENOISE_SITE = https://files.pythonhosted.org/packages/15/95/8c81ec6b6ebcbf8aca2de7603070ccf37dbb873b03f20708e0f7c1664bc6 +PYTHON_WHITENOISE_SITE = https://files.pythonhosted.org/packages/cb/2a/55b3f3a4ec326cd077c1c3defeee656b9298372a69229134d930151acd01 PYTHON_WHITENOISE_SETUP_TYPE = setuptools PYTHON_WHITENOISE_LICENSE = MIT PYTHON_WHITENOISE_LICENSE_FILES = LICENSE