python3Packages.duo-client: 5.0.1 -> 5.2.0

https://github.com/duosecurity/duo_client_python/releases/tag/5.2.0
This commit is contained in:
Martin Weinelt
2023-12-20 20:44:17 +01:00
parent 5413ceb5a1
commit f94d964f95
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "duo-client";
version = "5.0.1";
version = "5.2.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "duosecurity";
repo = "duo_client_python";
rev = "refs/tags/${version}";
hash = "sha256-G0XLZZaQTPD64WXN34wq2z+YtzECgtC2nJXzDxAlgyg=";
hash = "sha256-MnSAFxKgExq+e8TOwgsPAoO4GEfsc3sjPNGLxzch5f0=";
};
postPatch = ''
@@ -53,6 +53,11 @@ buildPythonPackage rec {
# Tests require network access
"test_server_hostname"
"test_server_hostname_with_port"
"test_get_billing_edition"
"test_get_telephony_credits"
"test_set_business_billing_edition"
"test_set_enterprise_billing_edition"
"test_set_telephony_credits"
];
meta = with lib; {