cloudsmith-cli: 1.8.3 -> 1.8.7, cloudsmith-api: 2.0.21 -> 2.0.22 (#456251)

This commit is contained in:
Gergő Gutyina
2025-12-10 12:14:29 +00:00
committed by GitHub
2 changed files with 8 additions and 4 deletions
+6 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "cloudsmith-cli";
version = "1.8.3";
version = "1.8.7";
pyproject = true;
src = fetchFromGitHub {
owner = "cloudsmith-io";
repo = "cloudsmith-cli";
tag = "v${version}";
hash = "sha256-PYqOj6nHjJrG7Ndc5vm//E8mjk4xZFVQopFqiWtH5ZQ=";
hash = "sha256-xUaa1B6f6W0Q/9q8sztFoCxEaxqXajImROC1sJb0Zdk=";
};
postPatch = ''
@@ -60,6 +60,10 @@ python3Packages.buildPythonApplication rec {
cd "$out"
'';
disabledTests = [
"TestMainCommand"
];
meta = {
homepage = "https://help.cloudsmith.io/docs/cli/";
description = "Cloudsmith Command Line Interface";
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "cloudsmith-api";
version = "2.0.21";
version = "2.0.22";
format = "wheel";
disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "cloudsmith_api";
inherit format version;
hash = "sha256-tReoNsSg90wReH/SVa2LAdy5q7DCnWJwnamisPkIuXs=";
hash = "sha256-FZcDjrK5+oHC3dVBSXf+txW6hofP6OkmkjO4NJF05YQ=";
};
propagatedBuildInputs = [