From 44b58e09221478992a3c1096c71b8042719fb5ae Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Wed, 3 Jun 2026 00:12:59 +0300 Subject: [PATCH] python-s3transfer: bump to 0.18.0 Refresh sha256 from PyPI sdist. Signed-off-by: Alexandru Ardelean --- lang/python/python-s3transfer/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-s3transfer/Makefile b/lang/python/python-s3transfer/Makefile index 19004ef627..ee73b4ac84 100644 --- a/lang/python/python-s3transfer/Makefile +++ b/lang/python/python-s3transfer/Makefile @@ -1,11 +1,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-s3transfer -PKG_VERSION:=0.16.0 +PKG_VERSION:=0.18.0 PKG_RELEASE:=1 PYPI_NAME:=s3transfer -PKG_HASH:=8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920 +PKG_HASH:=3760b8b7ec1315da54048b2d626276732bee4300d054d492d4e1d43e20d4ecbd PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=Apache-2.0