From patchwork Wed Nov 9 18:57:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6119 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 4N6vQ528YLz3xjm for ; Wed, 9 Nov 2022 18:58:53 +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 4N6vPY1TyMz2nK; Wed, 9 Nov 2022 18:58:25 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPY1DHfz303K; Wed, 9 Nov 2022 18:58:25 +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 4N6vPW63T5z2yvw for ; Wed, 9 Nov 2022 18:58:23 +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 4N6vPV3BDMz2YH; Wed, 9 Nov 2022 18:58:22 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020302; 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=nlIkgMIHLUKWkiwDW/zgLzjFSA1Zv92I4r/k72jw/B8=; b=+d4dZCqy9GQ65h3ZdufV218ztMD8Lwq2mewhJi0uvgWSVCFSCGZpKxYEUHemNEJTLOKeLN IsVgc3eed8GfYXCw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020302; 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=nlIkgMIHLUKWkiwDW/zgLzjFSA1Zv92I4r/k72jw/B8=; b=ujCCnWdDSWKnJkamZff2qCcIBay+IpiVPexNK3RVrLno7DoLb19nhs128eF3GgLz8HLlYO tX9FSoxC7SBpMyJlJlm5nxK3+qJqWqm3I3TXmFMsok7oqjRm+KvWVCFmI2y6/mKkopwkdf cFaQYg26XlWXj2MNAJQ9hQ27J4okwrf12OteBYAj6hFONYg8v12F/5SoVl1JSl0eioWaCb gsCnxmtxB3IXUPY1OW5h8eynrrCHi7cw3YFNUl6gUbYPJJtxXBsnE0h8GG1K4f8MUqx1Cy LyVZth6vEJQKBvn9FjIxjqiHLKtCnUpt3OsK/+brc7uLzmzp9MF/yIFe6Ap+Eg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 39/48] python3-s3transfer:Update to version 0.6.0 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:25 +0100 Message-Id: <20221109185734.3920-39-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-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" - Updated from version 0.5.2 to 0.6.0 - Update of rootfile- No changelog found in source tarball or other location Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-s3transfer | 12 ++++++------ lfs/python3-s3transfer | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-s3transfer b/config/rootfiles/packages/python3-s3transfer index 6723f3498..a457bd83d 100644 --- a/config/rootfiles/packages/python3-s3transfer +++ b/config/rootfiles/packages/python3-s3transfer @@ -1,10 +1,10 @@ #usr/lib/python3.10/site-packages/s3transfer -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/s3transfer-0.5.2-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/s3transfer-0.6.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/s3transfer-0.6.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/s3transfer-0.6.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/s3transfer-0.6.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/s3transfer-0.6.0-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/s3transfer-0.6.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 diff --git a/lfs/python3-s3transfer b/lfs/python3-s3transfer index 3c18becc2..6f1ccd2d7 100644 --- a/lfs/python3-s3transfer +++ b/lfs/python3-s3transfer @@ -24,7 +24,7 @@ include Config -VER = 0.5.2 +VER = 0.6.0 SUMMARY = Python S3 transfer manager THISAPP = s3transfer-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-s3transfer -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 55adab89ca04a9ed1f0195237cab55f97769a8f865e645437df6d95effcf1a27a734f1577daa981261123b681044b540ebbb876e1a8a3b4cf1cf4e5018f2c213 +$(DL_FILE)_BLAKE2 = 7ab84f22dc20751dd461857f93d7f1aad1490432ed25e7506c5abe61f79d1f3cafd8ddb190a0942a2c5a9947c5068fcf397dce34f255a246381f4cf1f0d09e7a install : $(TARGET)