Loading pkgs/development/python-modules/flask-wtf/default.nix +9 −12 Original line number Diff line number Diff line Loading @@ -14,23 +14,23 @@ buildPythonPackage rec { pname = "flask-wtf"; version = "1.2.1"; format = "pyproject"; version = "1.2.2"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "flask_wtf"; inherit version; hash = "sha256-i7Jp65u0a4fnyCM9fn3r3x+LdL+QzBeJmIwps3qXtpU="; hash = "sha256-edLuHkNs9XC8y32RZTP6GHV6LxjCkKzP+rG5oLaEZms="; }; nativeBuildInputs = [ build-system = [ hatchling setuptools ]; propagatedBuildInputs = [ dependencies = [ flask itsdangerous wtforms Loading @@ -42,10 +42,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; pythonImportsCheck = [ "flask_wtf" ]; meta = with lib; { description = "Simple integration of Flask and WTForms"; Loading @@ -54,7 +51,7 @@ buildPythonPackage rec { mic92 anthonyroussel ]; homepage = "https://github.com/lepture/flask-wtf/"; changelog = "https://github.com/wtforms/flask-wtf/releases/tag/v${version}"; homepage = "https://github.com/pallets-eco/flask-wtf/"; changelog = "https://github.com/pallets-eco/flask-wtf/releases/tag/v${version}"; }; } Loading
pkgs/development/python-modules/flask-wtf/default.nix +9 −12 Original line number Diff line number Diff line Loading @@ -14,23 +14,23 @@ buildPythonPackage rec { pname = "flask-wtf"; version = "1.2.1"; format = "pyproject"; version = "1.2.2"; pyproject = true; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9"; src = fetchPypi { pname = "flask_wtf"; inherit version; hash = "sha256-i7Jp65u0a4fnyCM9fn3r3x+LdL+QzBeJmIwps3qXtpU="; hash = "sha256-edLuHkNs9XC8y32RZTP6GHV6LxjCkKzP+rG5oLaEZms="; }; nativeBuildInputs = [ build-system = [ hatchling setuptools ]; propagatedBuildInputs = [ dependencies = [ flask itsdangerous wtforms Loading @@ -42,10 +42,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "-W" "ignore::DeprecationWarning" ]; pythonImportsCheck = [ "flask_wtf" ]; meta = with lib; { description = "Simple integration of Flask and WTForms"; Loading @@ -54,7 +51,7 @@ buildPythonPackage rec { mic92 anthonyroussel ]; homepage = "https://github.com/lepture/flask-wtf/"; changelog = "https://github.com/wtforms/flask-wtf/releases/tag/v${version}"; homepage = "https://github.com/pallets-eco/flask-wtf/"; changelog = "https://github.com/pallets-eco/flask-wtf/releases/tag/v${version}"; }; }