python311Packages.oauthenticator: 16.2.1 -> 16.3.0

Changelog: https://github.com/jupyterhub/oauthenticator/blob/16.3.0/docs/source/reference/changelog.md
This commit is contained in:
natsukium 2024-03-21 22:06:04 +09:00
parent 59e5aea080
commit 86712c6045
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "oauthenticator";
version = "16.2.1";
version = "16.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-qJrreq2GhJxrX9keZOYVzjihs0RCymad+MGErW5ecPc=";
hash = "sha256-QMddGJUfafXoBxMCjlx1lH45a4Bab3AP4j8Px7JxYaQ=";
};
postPatch = ''
@ -36,12 +36,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [
jupyterhub
pyjwt
];
passthru.optional-dependencies = {
azuread = [
pyjwt
];
googlegroups = [
google-api-python-client
google-auth-oauthlib