git: 0a25b115dbd8 - main - www/py-pyjwt: Update to 2.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 May 2025 20:04:45 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0a25b115dbd804a4101fc1fbe5ae19cc799825e5 commit 0a25b115dbd804a4101fc1fbe5ae19cc799825e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-19 19:11:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-19 19:58:23 +0000 www/py-pyjwt: Update to 2.10.1 Changes: https://github.com/jpadilla/pyjwt/releases https://pyjwt.readthedocs.io/en/stable/changelog.html Security: CVE-2024-53861 --- www/py-pyjwt/Makefile | 3 +-- www/py-pyjwt/distinfo | 6 +++--- www/py-pyjwt/files/patch-pyproject.toml | 11 +++++++++++ www/py-pyjwt/files/patch-setup.cfg | 9 --------- 4 files changed, 15 insertions(+), 14 deletions(-) diff --git a/www/py-pyjwt/Makefile b/www/py-pyjwt/Makefile index cc9e18586479..bd28d9987f7c 100644 --- a/www/py-pyjwt/Makefile +++ b/www/py-pyjwt/Makefile @@ -1,9 +1,8 @@ PORTNAME= pyjwt -PORTVERSION= 2.8.0 +PORTVERSION= 2.10.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= PyJWT-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= JSON Web Token implementation in Python diff --git a/www/py-pyjwt/distinfo b/www/py-pyjwt/distinfo index 9236614d6d07..16f33578c280 100644 --- a/www/py-pyjwt/distinfo +++ b/www/py-pyjwt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1691070186 -SHA256 (PyJWT-2.8.0.tar.gz) = 57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de -SIZE (PyJWT-2.8.0.tar.gz) = 78313 +TIMESTAMP = 1747546598 +SHA256 (pyjwt-2.10.1.tar.gz) = 3cc5772eb20009233caf06e9d8a0577824723b44e6648ee0a2aedb6cf9381953 +SIZE (pyjwt-2.10.1.tar.gz) = 87785 diff --git a/www/py-pyjwt/files/patch-pyproject.toml b/www/py-pyjwt/files/patch-pyproject.toml new file mode 100644 index 000000000000..9eae71010c8f --- /dev/null +++ b/www/py-pyjwt/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2024-11-28 03:40:50 UTC ++++ pyproject.toml +@@ -35,7 +35,7 @@ keywords = [ + "token", + "web", + ] +-name = "PyJWT" ++name = "pyjwt" + requires-python = ">=3.9" + + [project.license] diff --git a/www/py-pyjwt/files/patch-setup.cfg b/www/py-pyjwt/files/patch-setup.cfg deleted file mode 100644 index 90cf0f471e12..000000000000 --- a/www/py-pyjwt/files/patch-setup.cfg +++ /dev/null @@ -1,9 +0,0 @@ ---- setup.cfg.orig 2023-05-09 20:04:10 UTC -+++ setup.cfg -@@ -1,5 +1,5 @@ - [metadata] --name = PyJWT -+name = pyjwt - version = attr: jwt.__version__ - author = Jose Padilla - author_email = hello@jpadilla.com