pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/py-flask-jwt-extended



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Mar  7 17:28:32 UTC 2021

Modified Files:
        pkgsrc/www/py-flask-jwt-extended: Makefile PLIST distinfo

Log Message:
py-flask-jwt-extended: updated to 4.0.2

4.0.2:
Properly include requirements.txt in the manifest.

4.0.1:
No changes from 4.0.0, this release is purely to fix some github actions and documentation builds

4.0.0:
This release contains many months of work and lots of breaking changes. For full details, please see: https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/

3.25.1:
The only change it this release is that we are setting the metadata that marks this as the last release to support python versions earlier then 3.6 (including python 2).

3.25.0:
Add JWT_ENCODE_ISSUER option
Require PyJWT before version 2.0.0a to prevent breaking changes. (we will update to the 2.0.0 pyjwt release once it's out of the alpha/early release).


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/py-flask-jwt-extended/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/py-flask-jwt-extended/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-flask-jwt-extended/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-jwt-extended/Makefile
diff -u pkgsrc/www/py-flask-jwt-extended/Makefile:1.9 pkgsrc/www/py-flask-jwt-extended/Makefile:1.10
--- pkgsrc/www/py-flask-jwt-extended/Makefile:1.9       Sun May 17 20:18:35 2020
+++ pkgsrc/www/py-flask-jwt-extended/Makefile   Sun Mar  7 17:28:32 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2020/05/17 20:18:35 adam Exp $
+# $NetBSD: Makefile,v 1.10 2021/03/07 17:28:32 adam Exp $
 
-DISTNAME=      Flask-JWT-Extended-3.24.1
+DISTNAME=      Flask-JWT-Extended-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=F/Flask-JWT-Extended/}
@@ -10,10 +10,9 @@ HOMEPAGE=    https://github.com/vimalloc/fl
 COMMENT=       Extended JWT integration with Flask
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-JWT>=1.6.4:../../textproc/py-JWT
+DEPENDS+=      ${PYPKGPREFIX}-JWT>=2.0:../../textproc/py-JWT
 DEPENDS+=      ${PYPKGPREFIX}-flask>=1.0:../../www/py-flask
-DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
-DEPENDS+=      ${PYPKGPREFIX}-cryptography>=2.3:../../security/py-cryptography
+DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-werkzeug>=0.14:../../www/py-werkzeug
 
 PYTHON_VERSIONED_DEPENDENCIES= test:test

Index: pkgsrc/www/py-flask-jwt-extended/PLIST
diff -u pkgsrc/www/py-flask-jwt-extended/PLIST:1.1 pkgsrc/www/py-flask-jwt-extended/PLIST:1.2
--- pkgsrc/www/py-flask-jwt-extended/PLIST:1.1  Mon Jun 17 20:57:39 2019
+++ pkgsrc/www/py-flask-jwt-extended/PLIST      Sun Mar  7 17:28:32 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/06/17 20:57:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/03/07 17:28:32 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -17,6 +17,9 @@ ${PYSITELIB}/flask_jwt_extended/default_
 ${PYSITELIB}/flask_jwt_extended/exceptions.py
 ${PYSITELIB}/flask_jwt_extended/exceptions.pyc
 ${PYSITELIB}/flask_jwt_extended/exceptions.pyo
+${PYSITELIB}/flask_jwt_extended/internal_utils.py
+${PYSITELIB}/flask_jwt_extended/internal_utils.pyc
+${PYSITELIB}/flask_jwt_extended/internal_utils.pyo
 ${PYSITELIB}/flask_jwt_extended/jwt_manager.py
 ${PYSITELIB}/flask_jwt_extended/jwt_manager.pyc
 ${PYSITELIB}/flask_jwt_extended/jwt_manager.pyo

Index: pkgsrc/www/py-flask-jwt-extended/distinfo
diff -u pkgsrc/www/py-flask-jwt-extended/distinfo:1.8 pkgsrc/www/py-flask-jwt-extended/distinfo:1.9
--- pkgsrc/www/py-flask-jwt-extended/distinfo:1.8       Fri Oct 25 09:34:08 2019
+++ pkgsrc/www/py-flask-jwt-extended/distinfo   Sun Mar  7 17:28:32 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/10/25 09:34:08 adam Exp $
+$NetBSD: distinfo,v 1.9 2021/03/07 17:28:32 adam Exp $
 
-SHA1 (Flask-JWT-Extended-3.24.1.tar.gz) = 19bd783012037b739d4a51bcc71f93d04c1e0e52
-RMD160 (Flask-JWT-Extended-3.24.1.tar.gz) = 30a6eec30c85994bceb7c197b50175511d9844b5
-SHA512 (Flask-JWT-Extended-3.24.1.tar.gz) = b1ae8c913aa2f8d6c3fe73356f604f0dc44a527d10959e67aa47498fe09ee770a8877ffccf94a7c2cff9b45a7c64a53ce4607339330336571fbc2463604dd180
-Size (Flask-JWT-Extended-3.24.1.tar.gz) = 31251 bytes
+SHA1 (Flask-JWT-Extended-4.0.2.tar.gz) = 62a3f7a75e6ed673fe2d60381e677ea2a2155fd0
+RMD160 (Flask-JWT-Extended-4.0.2.tar.gz) = cca28ed4b048fe43f9dbd998c2caea8a1c35b53c
+SHA512 (Flask-JWT-Extended-4.0.2.tar.gz) = 4f55ac54b1e708bd78a89ce97ac1d24a021ce942f2331c4264d59ec950d0e3ea7eaffed375438043ddab59111f7a53fb2d63f836ed14b83289a8ef0e4f898b93
+Size (Flask-JWT-Extended-4.0.2.tar.gz) = 30513 bytes



Home | Main Index | Thread Index | Old Index