python3Packages.ibm-cloud-sdk-core: 3.22.1 -> 3.24.2 (#403972)

This commit is contained in:
Weijia Wang
2025-06-29 23:17:21 +02:00
committed by GitHub
2 changed files with 9 additions and 3 deletions
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "ibm-cloud-sdk-core";
version = "3.22.1";
version = "3.24.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "IBM";
repo = "python-sdk-core";
tag = "v${version}";
hash = "sha256-wXffw+/esHvWxrNdlnYLTPflgOaRyIdf0hxI4M12Xdc=";
hash = "sha256-xw7jEDr/5Qmd4+riAqFzTTFfmX/gQdlbzNZ8pua0hIs=";
};
pythonRelaxDeps = [ "requests" ];
@@ -66,7 +66,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client library for the IBM Cloud services";
homepage = "https://github.com/IBM/python-sdk-core";
changelog = "https://github.com/IBM/python-sdk-core/blob/v${version}/CHANGELOG.md";
changelog = "https://github.com/IBM/python-sdk-core/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ globin ];
};
@@ -44,6 +44,12 @@ buildPythonPackage rec {
responses
];
# FileNotFoundError: [Errno 2] No such file or directory: './auth.json'
disabledTestPaths = [
"test/integration/test_assistant_v2.py"
"test/integration/test_natural_language_understanding_v1.py"
];
pythonImportsCheck = [ "ibm_watson" ];
meta = with lib; {