python312Packages.flask-security: rename from flask-security-too

see https://github.com/pallets-eco/flask-security/blob/main/README.rst#notes-on-this-repo
This commit is contained in:
Robert Schütz
2024-08-26 15:49:41 -07:00
parent 9daa847339
commit a5fa51015c
4 changed files with 7 additions and 6 deletions
@@ -47,7 +47,7 @@
}:
buildPythonPackage rec {
pname = "flask-security-too";
pname = "flask-security";
version = "5.5.0";
pyproject = true;
@@ -123,9 +123,9 @@ buildPythonPackage rec {
pythonImportsCheck = [ "flask_security" ];
meta = with lib; {
changelog = "https://github.com/Flask-Middleware/flask-security/blob/${version}/CHANGES.rst";
homepage = "https://github.com/Flask-Middleware/flask-security";
description = "Simple security for Flask apps (fork)";
changelog = "https://github.com/pallets-eco/flask-security/blob/${version}/CHANGES.rst";
homepage = "https://github.com/pallets-eco/flask-security";
description = "Quickly add security features to your Flask application";
license = licenses.mit;
maintainers = with maintainers; [ gador ];
};
+1 -1
View File
@@ -173,7 +173,7 @@ pythonPackages.buildPythonApplication rec {
python-dateutil
sqlalchemy
itsdangerous
flask-security-too
flask-security
bcrypt
cryptography
sshtunnel
+1
View File
@@ -195,6 +195,7 @@ mapAliases ({
flask_principal = flask-principal; # added 2023-08-23
flask-restplus = throw "flask-restplus is no longer maintained, use flask-restx instead"; # added 2023-02-21
flask_script = flask-script; # added 2023-08-23
flask-security-too = flask-security; # added 2024-08-26
flask_sqlalchemy = flask-sqlalchemy; # added 2022-07-20
flask_testing = flask-testing; # added 2022-04-25
flask_wtf = flask-wtf; # added 2022-05-24
+1 -1
View File
@@ -4512,7 +4512,7 @@ self: super: with self; {
flask-session-captcha = callPackage ../development/python-modules/flask-session-captcha { };
flask-security-too = callPackage ../development/python-modules/flask-security-too { };
flask-security = callPackage ../development/python-modules/flask-security { };
flask-silk = callPackage ../development/python-modules/flask-silk { };