git: 0c2210ea4ce9 - main - www/py-aioquic: Update to 1.3.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sun, 19 Oct 2025 00:04:18 UTC
The branch main has been updated by sunpoet:

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

commit 0c2210ea4ce9bf77959b12186cdf218a7ad81bbc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:54:43 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:54:43 +0000

    www/py-aioquic: Update to 1.3.0
    
    Changes:        https://github.com/aiortc/aioquic/blob/main/docs/changelog.rst
                    https://aioquic.readthedocs.io/en/latest/changelog.html
---
 www/py-aioquic/Makefile                   |  4 ++--
 www/py-aioquic/distinfo                   |  6 +++---
 www/py-aioquic/files/patch-pyproject.toml | 11 +++++++++++
 3 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/www/py-aioquic/Makefile b/www/py-aioquic/Makefile
index 9c2ec8102416..eb0c44a272a3 100644
--- a/www/py-aioquic/Makefile
+++ b/www/py-aioquic/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aioquic
-PORTVERSION=	1.2.0
+PORTVERSION=	1.3.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -19,7 +19,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR}
 		${PYTHON_PKGNAMEPREFIX}openssl>=24,1:security/py-openssl@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}service-identity>=24.1.0:security/py-service-identity@${PY_FLAVOR}
 
-USES=		python ssl
+USES=		python:3.10+ ssl
 USE_PYTHON=	autoplist concurrent cryptography pep517
 
 post-install:
diff --git a/www/py-aioquic/distinfo b/www/py-aioquic/distinfo
index b419d2f8f5f3..df21df4bff94 100644
--- a/www/py-aioquic/distinfo
+++ b/www/py-aioquic/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1720447722
-SHA256 (aioquic-1.2.0.tar.gz) = f91263bb3f71948c5c8915b4d50ee370004f20a416f67fab3dcc90556c7e7199
-SIZE (aioquic-1.2.0.tar.gz) = 179891
+TIMESTAMP = 1759774729
+SHA256 (aioquic-1.3.0.tar.gz) = 28d070b2183e3e79afa9d4e7bd558960d0d53aeb98bc0cf0a358b279ba797c92
+SIZE (aioquic-1.3.0.tar.gz) = 181923
diff --git a/www/py-aioquic/files/patch-pyproject.toml b/www/py-aioquic/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cc61f77771a4
--- /dev/null
+++ b/www/py-aioquic/files/patch-pyproject.toml
@@ -0,0 +1,11 @@
+--- pyproject.toml.orig	2025-10-11 08:50:06 UTC
++++ pyproject.toml
+@@ -7,7 +7,7 @@ requires-python = ">=3.10"
+ description = "An implementation of QUIC and HTTP/3"
+ readme = "README.rst"
+ requires-python = ">=3.10"
+-license = "BSD-3-Clause"
++license = { text = "BSD-3-Clause" }
+ authors = [
+     { name = "Jeremy Lainé", email = "jeremy.laine@m4x.org" },
+ ]