git: e07b4643e687 - main - www/py-pylsqpack: Update to 0.3.23

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

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

commit e07b4643e6872dc8c711acfc2d261319d04837ad
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-18 23:55:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-18 23:55:37 +0000

    www/py-pylsqpack: Update to 0.3.23
    
    Changes:        https://github.com/aiortc/pylsqpack/commits/main
---
 www/py-pylsqpack/Makefile                   | 4 ++--
 www/py-pylsqpack/distinfo                   | 6 +++---
 www/py-pylsqpack/files/patch-pyproject.toml | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/www/py-pylsqpack/Makefile b/www/py-pylsqpack/Makefile
index 74fc3b4936f2..aa40988fd28c 100644
--- a/www/py-pylsqpack/Makefile
+++ b/www/py-pylsqpack/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	pylsqpack
-PORTVERSION=	0.3.22
+PORTVERSION=	0.3.23
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 
-USES=		compiler:c++11-lang python:3.9+
+USES=		compiler:c++11-lang python:3.10+
 USE_PYTHON=	autoplist concurrent pep517 unittest
 
 TEST_ENV=	PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
diff --git a/www/py-pylsqpack/distinfo b/www/py-pylsqpack/distinfo
index 58c14caa633b..edf9ece05176 100644
--- a/www/py-pylsqpack/distinfo
+++ b/www/py-pylsqpack/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747715478
-SHA256 (pylsqpack-0.3.22.tar.gz) = b67f711b3c8370d9f40f7f7f536aa6018d8900fa09fa49f72f0c3f13886cecda
-SIZE (pylsqpack-0.3.22.tar.gz) = 676356
+TIMESTAMP = 1759774757
+SHA256 (pylsqpack-0.3.23.tar.gz) = f55b126940d8b3157331f123d4428d703a698a6db65a6a7891f7ec1b90c86c56
+SIZE (pylsqpack-0.3.23.tar.gz) = 676891
diff --git a/www/py-pylsqpack/files/patch-pyproject.toml b/www/py-pylsqpack/files/patch-pyproject.toml
index ab6d85b23e11..2f9a9e391eac 100644
--- a/www/py-pylsqpack/files/patch-pyproject.toml
+++ b/www/py-pylsqpack/files/patch-pyproject.toml
@@ -1,9 +1,9 @@
---- pyproject.toml.orig	2025-04-06 15:36:46 UTC
+--- pyproject.toml.orig	2025-10-10 17:06:42 UTC
 +++ pyproject.toml
-@@ -7,7 +7,7 @@ requires-python = ">=3.9"
+@@ -7,7 +7,7 @@ requires-python = ">=3.10"
  description = "Python wrapper for the ls-qpack QPACK library"
  readme = "README.rst"
- requires-python = ">=3.9"
+ requires-python = ">=3.10"
 -license = "BSD-3-Clause"
 +license = { text = "BSD-3-Clause" }
  authors = [