mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
www/py-pylsqpack: Update to 0.3.20
Changes: https://github.com/aiortc/pylsqpack/commits/main
This commit is contained in:
parent
094669d151
commit
1d3f6327e9
3 changed files with 15 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= pylsqpack
|
||||
PORTVERSION= 0.3.19
|
||||
PORTVERSION= 0.3.20
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= PYPI
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
@ -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
|
||||
|
|
11
www/py-pylsqpack/files/patch-pyproject.toml
Normal file
11
www/py-pylsqpack/files/patch-pyproject.toml
Normal 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" },
|
||||
]
|
Loading…
Add table
Reference in a new issue