git: 6b23c08fce88 - main - www/py-pyjwt: Update to 2.11.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Feb 2026 05:19:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6b23c08fce88d8a2c7b310a6b2cb316f537bfbe1
commit 6b23c08fce88d8a2c7b310a6b2cb316f537bfbe1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-03 04:45:25 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-03 05:10:02 +0000
www/py-pyjwt: Update to 2.11.0
Changes: https://github.com/jpadilla/pyjwt/releases
https://pyjwt.readthedocs.io/en/stable/changelog.html
---
www/py-pyjwt/Makefile | 4 ++--
www/py-pyjwt/distinfo | 6 +++---
www/py-pyjwt/files/patch-pyproject.toml | 17 ++++++++++++++---
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile
index bd28d9987f7c..ae70e5fac41f 100644
--- a/www/py-pyjwt/Makefile
+++ b/www/py-pyjwt/Makefile
@@ -1,5 +1,5 @@
PORTNAME= pyjwt
-PORTVERSION= 2.10.1
+PORTVERSION= 2.11.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ WWW= https://pyjwt.readthedocs.io/en/stable/ \
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
USES= cpe python
diff --git a/www/py-pyjwt/distinfo b/www/py-pyjwt/distinfo
index 16f33578c280..fb39e5cd6ffb 100644
--- a/www/py-pyjwt/distinfo
+++ b/www/py-pyjwt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1747546598
-SHA256 (pyjwt-2.10.1.tar.gz) = 3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953
-SIZE (pyjwt-2.10.1.tar.gz) = 87785
+TIMESTAMP = 1769874454
+SHA256 (pyjwt-2.11.0.tar.gz) = 35f95c1f0fbe5d5ba6e43f00271c275f7a1a4db1dab27bf708073b75318ea623
+SIZE (pyjwt-2.11.0.tar.gz) = 98019
diff --git a/www/py-pyjwt/files/patch-pyproject.toml b/www/py-pyjwt/files/patch-pyproject.toml
index 9eae71010c8f..614c11d0af89 100644
--- a/www/py-pyjwt/files/patch-pyproject.toml
+++ b/www/py-pyjwt/files/patch-pyproject.toml
@@ -1,11 +1,22 @@
---- pyproject.toml.orig 2024-11-28 03:40:50 UTC
+--- pyproject.toml.orig 2026-01-30 19:59:19 UTC
+++ pyproject.toml
-@@ -35,7 +35,7 @@ keywords = [
+@@ -1,7 +1,7 @@ requires = [
+ [build-system]
+ build-backend = "setuptools.build_meta"
+ requires = [
+- "setuptools>=77.0.3",
++ "setuptools>=61",
+ ]
+
+ [project]
+@@ -35,8 +35,8 @@ keywords = [
"token",
"web",
]
+-license = "MIT"
-name = "PyJWT"
++license = { text = "MIT" }
+name = "pyjwt"
requires-python = ">=3.9"
- [project.license]
+ [project.optional-dependencies]