From patchwork Mon Jan 24 16:16:39 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4998 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JjFkG3ptKz3wcx for ; Mon, 24 Jan 2022 16:27:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JjFkG0tKrz3js; Mon, 24 Jan 2022 16:27:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFkG0T5Sz30H5; Mon, 24 Jan 2022 16:27:02 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JjFkF1YqZz2xdR for ; Mon, 24 Jan 2022 16:27:01 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4JjFkD4Ql0z3js; Mon, 24 Jan 2022 16:27:00 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041620; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lC3LIwiOupYubE+sEAu9BskUWt9uyEOF+08KC08/uWo=; b=dtFutbzYVVmULGiaIHMWiumzjTCA0jHplyLpxptf4nVO1LYaWrH7oZQIkdCTa57EwKWRSH 2Z/u56ri4qEf2iAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041620; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lC3LIwiOupYubE+sEAu9BskUWt9uyEOF+08KC08/uWo=; b=pj4njEhRNvCI1fYhoZGjTo+mD8TahgTRv8wxfXNfxfEhwZ91qgtXgWyDzOggd2w04Fgzvp 3MqdAZroNA7NWy0TdG7VTmvkjG5rsH6wcOSdxEZWywDaU2fV/4Pe/59uZf/p9DQ6aHJ1F0 2MfmsEYBvh6bMHu0qJaDoA2QYpcAejsbMeUXWF025bkcYzcBqm2/lUF3pxwcoVjx/BSzTz P46Wz0sM/JHvLJnzLhFLDfiUqGWZuO6O6HIvmyMJqi9sivPi/cOlESJwXmglbyKg3iZ/PZ hnD11FhmL+SuO3/ztHkgpk3JO10yAmR/lUNy3x0c28de/HiJ/OvOh9/h5LgkgA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 19/35] python3-s3transfer: Update to version 0.5.0 and python-3.10 Date: Mon, 24 Jan 2022 17:16:39 +0100 Message-Id: <20220124161656.71960-19-adolf.belka@ipfire.org> In-Reply-To: <20220124161656.71960-1-adolf.belka@ipfire.org> References: <20220124161656.71960-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 0.3.3 to 0.5.0 - Update of rootfile - Changelog 0.5.0 feature:Python: Dropped support for Python 2.7 0.4.2 enhancement:s3: Add support for ExpectedBucketOwner. Fixes #181. 0.4.1 enhancement:crt: Add set_exception to CRTTransferFuture to allow setting exceptions in subscribers. 0.4.0 feature:crt: Add optional AWS Common Runtime (CRT) support. The AWS CRT provides a C-based S3 transfer client that can improve transfer throughput. 0.3.7 bugfix:ReadFileChunk: Fix seek behavior in ReadFileChunk class 0.3.6 bugfix:packaging: Fix setup.py metadata for futures on Python 2.7 0.3.5 enhancement:s3: Block TransferManager methods for S3 Object Lambda resources 0.3.4 enhancement:s3: Add server side encryption context into allowed list Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-s3transfer | 45 ++++++++++---------- lfs/python3-s3transfer | 6 +-- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/config/rootfiles/packages/python3-s3transfer b/config/rootfiles/packages/python3-s3transfer index 5d172a62a..07e2def39 100644 --- a/config/rootfiles/packages/python3-s3transfer +++ b/config/rootfiles/packages/python3-s3transfer @@ -1,22 +1,23 @@ -#usr/lib/python3.8/site-packages/s3transfer -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info/requires.txt -#usr/lib/python3.8/site-packages/s3transfer-0.3.3-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/s3transfer/__init__.py -usr/lib/python3.8/site-packages/s3transfer/bandwidth.py -usr/lib/python3.8/site-packages/s3transfer/compat.py -usr/lib/python3.8/site-packages/s3transfer/constants.py -usr/lib/python3.8/site-packages/s3transfer/copies.py -usr/lib/python3.8/site-packages/s3transfer/delete.py -usr/lib/python3.8/site-packages/s3transfer/download.py -usr/lib/python3.8/site-packages/s3transfer/exceptions.py -usr/lib/python3.8/site-packages/s3transfer/futures.py -usr/lib/python3.8/site-packages/s3transfer/manager.py -usr/lib/python3.8/site-packages/s3transfer/processpool.py -usr/lib/python3.8/site-packages/s3transfer/subscribers.py -usr/lib/python3.8/site-packages/s3transfer/tasks.py -usr/lib/python3.8/site-packages/s3transfer/upload.py -usr/lib/python3.8/site-packages/s3transfer/utils.py +#usr/lib/python3.10/site-packages/s3transfer +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/s3transfer-0.5.0-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/s3transfer/__init__.py +usr/lib/python3.10/site-packages/s3transfer/bandwidth.py +usr/lib/python3.10/site-packages/s3transfer/compat.py +usr/lib/python3.10/site-packages/s3transfer/constants.py +usr/lib/python3.10/site-packages/s3transfer/copies.py +usr/lib/python3.10/site-packages/s3transfer/crt.py +usr/lib/python3.10/site-packages/s3transfer/delete.py +usr/lib/python3.10/site-packages/s3transfer/download.py +usr/lib/python3.10/site-packages/s3transfer/exceptions.py +usr/lib/python3.10/site-packages/s3transfer/futures.py +usr/lib/python3.10/site-packages/s3transfer/manager.py +usr/lib/python3.10/site-packages/s3transfer/processpool.py +usr/lib/python3.10/site-packages/s3transfer/subscribers.py +usr/lib/python3.10/site-packages/s3transfer/tasks.py +usr/lib/python3.10/site-packages/s3transfer/upload.py +usr/lib/python3.10/site-packages/s3transfer/utils.py diff --git a/lfs/python3-s3transfer b/lfs/python3-s3transfer index 365200448..1353d9a61 100644 --- a/lfs/python3-s3transfer +++ b/lfs/python3-s3transfer @@ -24,7 +24,7 @@ include Config -VER = 0.3.3 +VER = 0.5.0 THISAPP = s3transfer-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-s3transfer -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 9f90989a42a0f02f388d15928aa96c5f +$(DL_FILE)_MD5 = 9416d1c7d33506501a8627bb1f7baf66 install : $(TARGET)