python313Packages.tencentcloud-sdk-python: 3.0.1446 -> 3.0.1447 (#435949)

This commit is contained in:
Fabian Affolter
2025-08-26 22:41:28 +02:00
committed by GitHub
@@ -3,23 +3,20 @@
buildPythonPackage,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
}:
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
version = "3.0.1446";
version = "3.0.1447";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
tag = version;
hash = "sha256-+lYLCcuM1BX80qEKYoYe/Zuqlk/QbebGICgoLqNbhts=";
hash = "sha256-JNuw+Zv5w674Q+cOd78e/5Sj1G+dHJ4cwJoLtjnX2NU=";
};
build-system = [ setuptools ];
@@ -32,6 +29,12 @@ buildPythonPackage rec {
enabledTestPaths = [ "tests/unit/" ];
disabledTests = [
# KeyError
"test_sts_credential_with_default_endpoint"
"test_sts_credential_with_set_endpoint"
];
meta = with lib; {
description = "Tencent Cloud API 3.0 SDK for Python";
homepage = "https://github.com/TencentCloud/tencentcloud-sdk-python";