python3Packages.s3-credentials: 0.16.1 -> 0.17 (#472836)

This commit is contained in:
Fabian Affolter
2025-12-21 21:12:23 +00:00
committed by GitHub
@@ -9,22 +9,19 @@
moto,
pytest-mock,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
pname = "s3-credentials";
version = "0.16.1";
version = "0.17";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "simonw";
repo = "s3-credentials";
tag = version;
hash = "sha256-TuGrKSfnn0CSMpRxdCM6C446z+y9d2ZLB7+wSCxSqP4=";
hash = "sha256-zDolFoil/oTmvFDGVF+cLTgCpfigvvEW2UuVdIN2pYM=";
};
build-system = [ setuptools ];
@@ -52,7 +49,7 @@ buildPythonPackage rec {
meta = {
description = "Python CLI utility for creating credentials for accessing S3 buckets";
homepage = "https://github.com/simonw/s3-credentials";
changelog = "https://github.com/simonw/s3-credentials/releases/tag/${version}";
changelog = "https://github.com/simonw/s3-credentials/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ techknowlogick ];
mainProgram = "s3-credentials";