mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update py-jwt to 2.10.1
Some of the interfaces changed, and ports like py-flask-jwt-extended depend on the newer version of jwt. Also fix license marker. ok MAINTAINER
This commit is contained in:
+3
-4
@@ -1,15 +1,14 @@
|
||||
COMMENT = JSON Web Token implementation in Python
|
||||
|
||||
MODPY_DISTV = 2.8.0
|
||||
DISTNAME = PyJWT-${MODPY_DISTV}
|
||||
MODPY_DISTV = 2.10.1
|
||||
DISTNAME = pyjwt-${MODPY_DISTV}
|
||||
PKGNAME = py-jwt-${MODPY_DISTV}
|
||||
CATEGORIES = www
|
||||
MAINTAINER = Johan Huldtgren <jhuldtgren@gmail.com>
|
||||
REVISION = 3
|
||||
|
||||
HOMEPAGE = http://github.com/jpadilla/pyjwt
|
||||
|
||||
# BSD
|
||||
# MIT
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = lang/python
|
||||
|
||||
+2
-2
@@ -1,2 +1,2 @@
|
||||
SHA256 (PyJWT-2.8.0.tar.gz) = V+KNFW49XBAIjgxoq7kL+sPfgrQKcb0NqiDGXM1cI94=
|
||||
SIZE (PyJWT-2.8.0.tar.gz) = 78313
|
||||
SHA256 (pyjwt-2.10.1.tar.gz) = PMV3LrIACSM8rwbp2KBXeCRyO0TmZI7goq7bbPk4GVM=
|
||||
SIZE (pyjwt-2.10.1.tar.gz) = 87785
|
||||
|
||||
Reference in New Issue
Block a user