pkgsrc/www/py-flask-login/Makefile
kleink 2555e7bab8 py-flask-login: Update to 0.6.2.
Version 0.6.2
-------------

Released on July 25th, 2022

- Fix compatibility with Werkzeug 2.2 and Flask 2.2.  691
- Revert change to `expand_login_view` that attempted to preserve a
  dynamic subdomain value. Such values should be handled using
  `app.url_value_preprocessor` and `app.url_defaults`.  691
- Ensure deprecation warnings are present for deprecated features that
  will be removed in the next feature release.
  - Use `request_loader` instead of `header_loader`.
  - Use `user_loaded_from_request` instead of `user_loaded_from_header`.
  - Use `app.config["LOGIN_DISABLED"]` instead of `_login_disabled`.
  - Use `init_app` instead of `setup_app`.
2022-09-26 11:11:02 +00:00

20 lines
517 B
Makefile

# $NetBSD: Makefile,v 1.22 2022/09/26 11:11:02 kleink Exp $
DISTNAME= Flask-Login-0.6.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/Flask-Login/}
MAINTAINER= kleink@NetBSD.org
HOMEPAGE= http://flask-login.readthedocs.org/
COMMENT= User session management for Flask
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-flask>=1.0.4:../../www/py-flask
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"