www/py-pylsqpack: Update to 0.3.20

Changes:	https://github.com/aiortc/pylsqpack/commits/main
This commit is contained in:
Po-Chuan Hsieh 2025-04-18 13:18:34 +08:00
parent 094669d151
commit 1d3f6327e9
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
3 changed files with 15 additions and 4 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= pylsqpack
PORTVERSION= 0.3.19
PORTVERSION= 0.3.20
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1738606513
SHA256 (pylsqpack-0.3.19.tar.gz) = 529fa3e3d6f1b0eec92b434503c0ec551cb714023cc1710911f665fab6a86ebd
SIZE (pylsqpack-0.3.19.tar.gz) = 660771
TIMESTAMP = 1744289080
SHA256 (pylsqpack-0.3.20.tar.gz) = e2d8128ef1f455c198ce8ead9d70f8aca92533a6ea513481f1e5eb546a2bb834
SIZE (pylsqpack-0.3.20.tar.gz) = 676273

View file

@ -0,0 +1,11 @@
--- pyproject.toml.orig 2025-04-06 15:36:46 UTC
+++ pyproject.toml
@@ -7,7 +7,7 @@ requires-python = ">=3.9"
description = "Python wrapper for the ls-qpack QPACK library"
readme = "README.rst"
requires-python = ">=3.9"
-license = "BSD-3-Clause"
+license = { text = "BSD-3-Clause" }
authors = [
{ name = "Jeremy Lainé", email = "jeremy.laine@m4x.org" },
]