python312Packages.tencentcloud-sdk-python: 3.0.1219 -> 3.0.1221 (#337911)

Changed files
+3 -8
pkgs
development
python-modules
tencentcloud-sdk-python
+3 -8
pkgs/development/python-modules/tencentcloud-sdk-python/default.nix
···
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
-
version = "3.0.1219";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
-
hash = "sha256-EgWa4YmMLcA0z7M88vWMaNDLi5pZ+qNYvALi/MSS45s=";
};
build-system = [ setuptools ];
···
pythonImportsCheck = [ "tencentcloud" ];
-
pytestFlagsArray = [
-
# Other tests require credentials
-
"tests/unit/test_deserialize_warning.py"
-
"tests/unit/test_import.py"
-
"tests/unit/test_serialization.py"
-
];
meta = with lib; {
description = "Tencent Cloud API 3.0 SDK for Python";
···
buildPythonPackage rec {
pname = "tencentcloud-sdk-python";
+
version = "3.0.1221";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "TencentCloud";
repo = "tencentcloud-sdk-python";
rev = "refs/tags/${version}";
+
hash = "sha256-wrz0Q/sNy6FBEcIu/eD7yV2HGOgV9sdzw+Q2Pxkh9eI=";
};
build-system = [ setuptools ];
···
pythonImportsCheck = [ "tencentcloud" ];
+
pytestFlagsArray = [ "tests/unit/" ];
meta = with lib; {
description = "Tencent Cloud API 3.0 SDK for Python";