python27Packages.authlib: 0.13 -> 0.14.1

This commit is contained in:
R. RyanTM 2020-03-02 23:31:15 +00:00 committed by Jon
parent e41580fbc3
commit c37b4466c0

View File

@ -8,14 +8,14 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.13"; version = "0.14.1";
pname = "authlib"; pname = "authlib";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "lepture"; owner = "lepture";
repo = "authlib"; repo = "authlib";
rev = "v${version}"; rev = "v${version}";
sha256 = "1nv0jbsaqr9qjn7nnl55s42iyx655k7fsj8hs69652lqnfn5y3d5"; sha256 = "0z56r5s8z8pfp0p8zrf1chgzan4q25zg0awgc7bgkvkwgxbhzx4m";
}; };
propagatedBuildInputs = [ cryptography requests ]; propagatedBuildInputs = [ cryptography requests ];
@ -27,7 +27,7 @@ buildPythonPackage rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://github.com/lepture/authlib; homepage = "https://github.com/lepture/authlib";
description = "The ultimate Python library in building OAuth and OpenID Connect servers. JWS,JWE,JWK,JWA,JWT included."; description = "The ultimate Python library in building OAuth and OpenID Connect servers. JWS,JWE,JWK,JWA,JWT included.";
maintainers = with maintainers; [ flokli ]; maintainers = with maintainers; [ flokli ];
license = licenses.bsd3; license = licenses.bsd3;