aws-adfs 2.2.1 -> 2.8.2 https://repology.org/project/aws-adfs/versions attrpath: aws-adfs Checking auto update branch... No auto update branch exists Old version 2.2.1" not present in master derivation file with contents: { lib , boto3 , botocore , buildPythonPackage , click , configparser , fetchFromGitHub , fido2 , lxml , poetry-core , pyopenssl , pytestCheckHook , pythonOlder , requests , requests-kerberos , toml }: buildPythonPackage rec { pname = "aws-adfs"; version = "2.8.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "venth"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-hMM7Z0s9t5vetgskiy7nb1W/kKCKHe0Q3kT2ngUVADA="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ boto3 botocore click configparser fido2 lxml pyopenssl requests requests-kerberos ]; nativeCheckInputs = [ pytestCheckHook toml ]; preCheck = '' export HOME=$(mktemp -d); ''; pythonImportsCheck = [ "aws_adfs" ]; meta = with lib; { description = "Command line tool to ease AWS CLI authentication against ADFS"; homepage = "https://github.com/venth/aws-adfs"; changelog = "https://github.com/venth/aws-adfs/releases/tag/v${version}"; license = licenses.psfl; maintainers = with maintainers; [ bhipple ]; }; }