git: dc877de05904 - main - www/py-daphne: Update to 4.2.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 25 May 2025 10:01:17 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dc877de0590417d16aeba0669b99151579f6f841

commit dc877de0590417d16aeba0669b99151579f6f841
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-05-25 09:33:42 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-05-25 09:52:47 +0000

    www/py-daphne: Update to 4.2.0
    
    Changes:        https://github.com/django/daphne/blob/main/CHANGELOG.txt
---
 www/py-daphne/Makefile              |  3 +--
 www/py-daphne/distinfo              |  6 +++---
 www/py-daphne/files/patch-setup.cfg | 10 ----------
 3 files changed, 4 insertions(+), 15 deletions(-)

diff --git a/www/py-daphne/Makefile b/www/py-daphne/Makefile
index 9941d1eee79b..5a59d391ee3a 100644
--- a/www/py-daphne/Makefile
+++ b/www/py-daphne/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	daphne
-PORTVERSION=	4.1.2
-PORTREVISION=	1
+PORTVERSION=	4.2.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-daphne/distinfo b/www/py-daphne/distinfo
index 4a9a354f7d9c..aeea5de7be04 100644
--- a/www/py-daphne/distinfo
+++ b/www/py-daphne/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1713001152
-SHA256 (daphne-4.1.2.tar.gz) = fcbcace38eb86624ae247c7ffdc8ac12f155d7d19eafac4247381896d6f33761
-SIZE (daphne-4.1.2.tar.gz) = 37882
+TIMESTAMP = 1747715472
+SHA256 (daphne-4.2.0.tar.gz) = c055de9e685cab7aa369e25e16731baa9b310b9db1a76886dbdde0b4456fb056
+SIZE (daphne-4.2.0.tar.gz) = 45302
diff --git a/www/py-daphne/files/patch-setup.cfg b/www/py-daphne/files/patch-setup.cfg
deleted file mode 100644
index 3e934742f30a..000000000000
--- a/www/py-daphne/files/patch-setup.cfg
+++ /dev/null
@@ -1,10 +0,0 @@
---- setup.cfg.orig	2024-02-10 14:45:57 UTC
-+++ setup.cfg
-@@ -34,7 +34,6 @@ setup_requires = 
- 	twisted[tls]>=22.4
- python_requires = >=3.8
- setup_requires = 
--	pytest-runner
- zip_safe = False
- 
- [options.entry_points]