python3Packages.flask-security-too: 5.3.3 -> 5.4.1
https://github.com/Flask-Middleware/flask-security/blob/5.4.1/CHANGES.rst
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
|
||||
# tests
|
||||
, argon2-cffi
|
||||
, freezegun
|
||||
, mongoengine
|
||||
, mongomock
|
||||
, peewee
|
||||
@@ -48,7 +49,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "flask-security-too";
|
||||
version = "5.3.3";
|
||||
version = "5.4.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -56,19 +57,9 @@ buildPythonPackage rec {
|
||||
src = fetchPypi {
|
||||
pname = "Flask-Security-Too";
|
||||
inherit version;
|
||||
hash = "sha256-we2TquU28qP/ir4eE67J0Nlft/8IL8w7Ny3ypSE5cNk=";
|
||||
hash = "sha256-Ay7+gk+zuUlXtw0LDdsnvSa22z+yE6VR1guu9QmiFvw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# https://github.com/Flask-Middleware/flask-security/pull/901
|
||||
(fetchpatch {
|
||||
name = "fixes-for-py_webauthn-2.0.patch";
|
||||
url = "https://github.com/Flask-Middleware/flask-security/commit/5725f7021343567ec0b25c890e859f4e84c93ba6.patch";
|
||||
hash = "sha256-4EgwT4zRj0mh4ZaoZFz7H5KeiZ9zs+BY4siYm8DwMfU=";
|
||||
excludes = [ "CHANGES.rst" ];
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
@@ -109,6 +100,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
argon2-cffi
|
||||
freezegun
|
||||
mongoengine
|
||||
mongomock
|
||||
peewee
|
||||
|
||||
Reference in New Issue
Block a user