python3Packages.authlib: 1.6.3 -> 1.6.5
https://github.com/lepture/authlib/blob/v1.6.4/docs/changelog.rst https://github.com/lepture/authlib/blob/v1.6.5/docs/changelog.rst
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
mock,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
python-multipart,
|
||||
pythonOlder,
|
||||
requests,
|
||||
setuptools,
|
||||
@@ -20,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "authlib";
|
||||
version = "1.6.3";
|
||||
version = "1.6.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -29,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "lepture";
|
||||
repo = "authlib";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-AzIjfUH89tYZwVnOpdSwEzaGNpedfQ50k9diKUfH+Fg=";
|
||||
hash = "sha256-lz2cPqag6lZ9PXb3O/SV4buIPDDzhI71/teqWHLG+vE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||
mock
|
||||
pytest-asyncio
|
||||
pytestCheckHook
|
||||
python-multipart
|
||||
requests
|
||||
starlette
|
||||
werkzeug
|
||||
|
||||
Reference in New Issue
Block a user