git: c50a6746b601 - main - www/py-flask-login: update to 0.6.3 after f8bb06643e33
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Nov 2023 16:19:07 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c50a6746b60172f55e404c0ca186ef68bf572904
commit c50a6746b60172f55e404c0ca186ef68bf572904
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-10-30 14:52:40 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-11-27 16:18:35 +0000
www/py-flask-login: update to 0.6.3 after f8bb06643e33
Required to fix the following:
>>> import flask_login
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python3.9/site-packages/flask_login/__init__.py", line 12, in <module>
from .login_manager import LoginManager
File "/usr/local/lib/python3.9/site-packages/flask_login/login_manager.py", line 33, in <module>
from .utils import _create_identifier
File "/usr/local/lib/python3.9/site-packages/flask_login/utils.py", line 14, in <module>
from werkzeug.urls import url_decode
ImportError: cannot import name 'url_decode' from 'werkzeug.urls' (/usr/local/lib/python3.9/site-packages/werkzeug/urls.py)
Changes: https://github.com/maxcountryman/flask-login/releases/tag/0.6.3
Approved by: portmgr blanket
---
www/py-flask-login/Makefile | 2 +-
www/py-flask-login/distinfo | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/www/py-flask-login/Makefile b/www/py-flask-login/Makefile
index f8d0944a5cbf..1f3d47fca4cc 100644
--- a/www/py-flask-login/Makefile
+++ b/www/py-flask-login/Makefile
@@ -1,5 +1,5 @@
PORTNAME= Flask-Login
-PORTVERSION= 0.6.2
+PORTVERSION= 0.6.3
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/www/py-flask-login/distinfo b/www/py-flask-login/distinfo
index df94e4fe737d..0afb8a753b8e 100644
--- a/www/py-flask-login/distinfo
+++ b/www/py-flask-login/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659462594475
-SHA256 (Flask-Login-0.6.2.tar.gz) = c0a7baa9fdc448cdd3dd6f0939df72eec5177b2f7abe6cb82fc934d29caac9c3
-SIZE (Flask-Login-0.6.2.tar.gz) = 48671
+TIMESTAMP = 1698677560
+SHA256 (Flask-Login-0.6.3.tar.gz) = 5e23d14a607ef12806c699590b89d0f0e0d67baeec599d75947bf9c147330333
+SIZE (Flask-Login-0.6.3.tar.gz) = 48834