python313Packages.oras: 0.2.27 -> 0.2.28 (#395105)

This commit is contained in:
Fabian Affolter
2025-04-01 14:47:23 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "oras";
version = "0.2.27";
version = "0.2.28";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "oras-project";
repo = "oras-py";
tag = version;
hash = "sha256-ysbjLiGRRYGqYUS+jlY0DDzzTXUZYu+/dajHv2O0V9o=";
hash = "sha256-JUKInJDBR9Qnqg04FDG2SlktSRRWCf30+96tDuhYc1Y=";
};
build-system = [ setuptools ];
@@ -37,12 +37,13 @@ buildPythonPackage rec {
disabledTests = [
# Test requires network access
"test_get_many_tags"
"test_ssl"
];
meta = with lib; {
description = "ORAS Python SDK";
homepage = "https://github.com/oras-project/oras-py";
changelog = "https://github.com/oras-project/oras-py/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/oras-project/oras-py/blob/${src.tag}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};