python310Packages.webauthn: add changelog to meta
This commit is contained in:
@@ -12,13 +12,15 @@
|
||||
buildPythonPackage rec {
|
||||
pname = "webauthn";
|
||||
version = "1.6.0";
|
||||
disabled = pythonOlder "3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "duo-labs";
|
||||
repo = "py_webauthn";
|
||||
rev = "refs/tags/v${version}";
|
||||
sha256 = "sha256-Ts0zKnQg1EaBNB9xQmzOpEVwDSFwHNjIhEP1jTwEOFI=";
|
||||
hash = "sha256-Ts0zKnQg1EaBNB9xQmzOpEVwDSFwHNjIhEP1jTwEOFI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -32,11 +34,14 @@ buildPythonPackage rec {
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "webauthn" ];
|
||||
pythonImportsCheck = [
|
||||
"webauthn"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/duo-labs/py_webauthn";
|
||||
description = "Implementation of the WebAuthn API";
|
||||
homepage = "https://github.com/duo-labs/py_webauthn";
|
||||
changelog = "https://github.com/duo-labs/py_webauthn/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user