Received: by mail.netbsd.org (Postfix, from userid 605) id 2E80884EA6; Tue, 16 May 2023 10:43:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6065B84EA4 for ; Tue, 16 May 2023 10:43:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id oIoMqZQjX4IA for ; Tue, 16 May 2023 10:43:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D7CC484CCF for ; Tue, 16 May 2023 10:43:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D14DFFA87; Tue, 16 May 2023 10:43:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684233802132730" MIME-Version: 1.0 Date: Tue, 16 May 2023 10:43:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-s3transfer To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230516104322.D14DFFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684233802132730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 16 10:43:22 UTC 2023 Modified Files: pkgsrc/net/py-s3transfer: Makefile distinfo Log Message: py-s3transfer: updated to 0.6.1 0.6.1 bugfix:copy: Added support for ChecksumAlgorithm when uploading copy data in parts. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-s3transfer/Makefile \ pkgsrc/net/py-s3transfer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684233802132730 Content-Disposition: inline Content-Length: 1597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-s3transfer/Makefile diff -u pkgsrc/net/py-s3transfer/Makefile:1.14 pkgsrc/net/py-s3transfer/Makefile:1.15 --- pkgsrc/net/py-s3transfer/Makefile:1.14 Wed Oct 26 10:31:33 2022 +++ pkgsrc/net/py-s3transfer/Makefile Tue May 16 10:43:22 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2022/10/26 10:31:33 adam Exp $ +# $NetBSD: Makefile,v 1.15 2023/05/16 10:43:22 adam Exp $ -DISTNAME= s3transfer-0.6.0 +DISTNAME= s3transfer-0.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=s/s3transfer/} Index: pkgsrc/net/py-s3transfer/distinfo diff -u pkgsrc/net/py-s3transfer/distinfo:1.14 pkgsrc/net/py-s3transfer/distinfo:1.15 --- pkgsrc/net/py-s3transfer/distinfo:1.14 Wed Oct 26 10:31:33 2022 +++ pkgsrc/net/py-s3transfer/distinfo Tue May 16 10:43:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2022/10/26 10:31:33 adam Exp $ +$NetBSD: distinfo,v 1.15 2023/05/16 10:43:22 adam Exp $ -BLAKE2s (s3transfer-0.6.0.tar.gz) = 513ecbaa58209e5e856ab999a81688331a8b2d4688e7518ce08573f7c98a235a -SHA512 (s3transfer-0.6.0.tar.gz) = 0c1c3306015cab4a4436b1d2fec6708e17f4c5111f8a265fbfe134defebda33a43bd985e559be993b6175af9eee142e9f27da123f8d14f77cfc59e48ca1b905f -Size (s3transfer-0.6.0.tar.gz) = 134871 bytes +BLAKE2s (s3transfer-0.6.1.tar.gz) = e23c34055903e73b45e3f9cca0a9fdda4b6660e2f556a5f726eeae13119f8747 +SHA512 (s3transfer-0.6.1.tar.gz) = 7db29037719b6ddc529b0c8c38ffbd2dbf5c8e54ec581748addf859dac24d363d3d411963f9a801db83fd26341204d411d7ec513c363b4f1e3cc2e44814e698a +Size (s3transfer-0.6.1.tar.gz) = 132782 bytes --_----------=_1684233802132730--