python3Packages.ibm-cloud-sdk-core: 3.22.1 -> 3.24.2 (#403972)
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user