Skip to content

Commit

Permalink
www/py-pyjwt: Update to 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Aug 16, 2023
1 parent f660638 commit 2aac998
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions www/py-pyjwt/Makefile
@@ -1,19 +1,19 @@
PORTNAME= pyjwt
PORTVERSION= 2.7.0
PORTREVISION= 1
PORTVERSION= 2.8.0
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= PyJWT-${PORTVERSION}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= JSON Web Token implementation in Python
WWW= https://github.com/jpadilla/pyjwt
WWW= https://pyjwt.readthedocs.io/en/stable/ \
https://github.com/jpadilla/pyjwt

LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PY_SETUPTOOLS} \
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}

USES= cpe python
Expand Down
6 changes: 3 additions & 3 deletions www/py-pyjwt/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1684104584
SHA256 (PyJWT-2.7.0.tar.gz) = bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9cc3e074
SIZE (PyJWT-2.7.0.tar.gz) = 77902
TIMESTAMP = 1691070186
SHA256 (PyJWT-2.8.0.tar.gz) = 57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de
SIZE (PyJWT-2.8.0.tar.gz) = 78313

0 comments on commit 2aac998

Please sign in to comment.