Loading pkgs/development/python-modules/fastapi-sso/default.nix +19 −22 Original line number Diff line number Diff line { lib , buildPythonPackage , email-validator , fastapi , fetchFromGitHub , httpx , oauthlib , poetry-core , pydantic , pylint , pytest-asyncio , pytest-xdist , pytestCheckHook , pythonOlder { lib, buildPythonPackage, email-validator, fastapi, fetchFromGitHub, httpx, oauthlib, poetry-core, pydantic, pylint, pytest-asyncio, pytest-xdist, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "fastapi-sso"; version = "0.13.1"; version = "0.14.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,16 +26,14 @@ buildPythonPackage rec { owner = "tomasvotava"; repo = "fastapi-sso"; rev = "refs/tags/${version}"; hash = "sha256-gblxjunXNerbC+7IYkGrO/PJak0MCoxdmWfo7iVeV7g="; hash = "sha256-JFIVmpKsTaL7SYwamW/8zMWaBampmCTweiNz7zcgbco="; }; postPatch = '' sed -i "/--cov/d" pyproject.toml ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ fastapi Loading @@ -51,9 +50,7 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "fastapi_sso" ]; pythonImportsCheck = [ "fastapi_sso" ]; meta = with lib; { description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account"; Loading Loading
pkgs/development/python-modules/fastapi-sso/default.nix +19 −22 Original line number Diff line number Diff line { lib , buildPythonPackage , email-validator , fastapi , fetchFromGitHub , httpx , oauthlib , poetry-core , pydantic , pylint , pytest-asyncio , pytest-xdist , pytestCheckHook , pythonOlder { lib, buildPythonPackage, email-validator, fastapi, fetchFromGitHub, httpx, oauthlib, poetry-core, pydantic, pylint, pytest-asyncio, pytest-xdist, pytestCheckHook, pythonOlder, }: buildPythonPackage rec { pname = "fastapi-sso"; version = "0.13.1"; version = "0.14.0"; pyproject = true; disabled = pythonOlder "3.8"; Loading @@ -25,16 +26,14 @@ buildPythonPackage rec { owner = "tomasvotava"; repo = "fastapi-sso"; rev = "refs/tags/${version}"; hash = "sha256-gblxjunXNerbC+7IYkGrO/PJak0MCoxdmWfo7iVeV7g="; hash = "sha256-JFIVmpKsTaL7SYwamW/8zMWaBampmCTweiNz7zcgbco="; }; postPatch = '' sed -i "/--cov/d" pyproject.toml ''; build-system = [ poetry-core ]; build-system = [ poetry-core ]; dependencies = [ fastapi Loading @@ -51,9 +50,7 @@ buildPythonPackage rec { pytestCheckHook ]; pythonImportsCheck = [ "fastapi_sso" ]; pythonImportsCheck = [ "fastapi_sso" ]; meta = with lib; { description = "FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account"; Loading