package/python-daphne: bump version to 4.2.1

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-10-12 20:20:12 +02:00
committed by Julien Olivain
parent fd46a9af3a
commit a9d699def2
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/daphne/json
md5 6a00ce30210105fcd0f756d4dc5505f9 daphne-4.1.2.tar.gz
sha256 fcbcace38eb86624ae247c7ffdc8ac12f155d7d19eafac4247381896d6f33761 daphne-4.1.2.tar.gz
md5 10ce77cd61e3b048bac7fe4539800f37 daphne-4.2.1.tar.gz
sha256 5f898e700a1fda7addf1541d7c328606415e96a7bd768405f0463c312fcb31b3 daphne-4.2.1.tar.gz
# Locally computed sha256 checksums
sha256 b846415d1b514e9c1dff14a22deb906d794bc546ca6129f950a18cd091e2a669 LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_DAPHNE_VERSION = 4.1.2
PYTHON_DAPHNE_VERSION = 4.2.1
PYTHON_DAPHNE_SOURCE = daphne-$(PYTHON_DAPHNE_VERSION).tar.gz
PYTHON_DAPHNE_SITE = https://files.pythonhosted.org/packages/1a/c1/aedf180beb12395835cba791ce7239b8880009d9d37564d72b7590cde605
PYTHON_DAPHNE_SITE = https://files.pythonhosted.org/packages/cd/9d/322b605fdc03b963cf2d33943321c8f4405e8d82e698bf49d1eed1ca40c4
PYTHON_DAPHNE_SETUP_TYPE = setuptools
# https://github.com/django/daphne/blob/master/LICENSE
PYTHON_DAPHNE_LICENSE = BSD-3-Clause