pythonPackages.flask_migrate: 2.3.1 -> 2.5.2

This commit is contained in:
Tobias Happ 2019-06-12 00:51:04 +02:00
parent da6a07817e
commit a017a1139d

View File

@ -4,15 +4,15 @@ with stdenv.lib;
buildPythonPackage rec { buildPythonPackage rec {
pname = "Flask-Migrate"; pname = "Flask-Migrate";
version = "2.3.1"; version = "2.5.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1awlb4q1l9iv794qjjxxyhcv4i69j77kh7nsg17a6kb909mglml3"; sha256 = "00nm76w4xymsiih6hq8y46wp026v7zkzq15cx39hp929ba3z2vx9";
}; };
checkInputs = optional isPy3k glibcLocales; checkInputs = [ flask_script ] ++ optional isPy3k glibcLocales;
propagatedBuildInputs = [ flask flask_sqlalchemy flask_script alembic ]; propagatedBuildInputs = [ flask flask_sqlalchemy alembic ];
# tests invoke the flask cli which uses click and therefore has py3k encoding troubles # tests invoke the flask cli which uses click and therefore has py3k encoding troubles
preCheck = optionalString isPy3k '' preCheck = optionalString isPy3k ''