python3Packages.pytenable: 1.8.4 -> 1.9.0 (#463246)

This commit is contained in:
Fabian Affolter
2025-11-20 13:28:09 +00:00
committed by GitHub
@@ -15,7 +15,6 @@
pytestCheckHook,
python-box,
python-dateutil,
pythonOlder,
requests-pkcs12,
requests-toolbelt,
requests,
@@ -28,16 +27,14 @@
buildPythonPackage rec {
pname = "pytenable";
version = "1.8.4";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "tenable";
repo = "pyTenable";
tag = version;
hash = "sha256-Dt6jN+0Ktv3CO88RmbgKCU8v3Oa10MnKjyJaePxXsaI=";
hash = "sha256-ml5364D3qvd6VNhF2JyGoCzxbdO0DBkaBMoD38O5x8o=";
};
pythonRelaxDeps = [
@@ -102,7 +99,7 @@ buildPythonPackage rec {
description = "Python library for the Tenable.io and TenableSC API";
homepage = "https://github.com/tenable/pyTenable";
changelog = "https://github.com/tenable/pyTenable/releases/tag/${src.tag}";
license = with licenses; [ mit ];
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}