python3Packages.s3transfer: 0.13.1 -> 0.16.0

https://github.com/boto/s3transfer/blob/0.16.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:49 +01:00
parent 0517214454
commit 6f5f9eca6c
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "s3transfer";
version = "0.13.1";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "boto";
repo = "s3transfer";
tag = version;
hash = "sha256-NDm1Lc0PXW1hbNftwdM2b87wFXSCBPCxZmwcRFmIyY8=";
hash = "sha256-dpDlsZtLjd6r4kLkIDPG6ZPFFs6/4elYiHk2HDpa9+4=";
};
build-system = [
@@ -51,7 +51,7 @@ buildPythonPackage rec {
meta = {
description = "Library for managing Amazon S3 transfers";
homepage = "https://github.com/boto/s3transfer";
changelog = "https://github.com/boto/s3transfer/blob/${version}/CHANGELOG.rst";
changelog = "https://github.com/boto/s3transfer/blob/${src.tag}/CHANGELOG.rst";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nickcao ];
};