Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 636C884F98 for ; Thu, 2 Nov 2023 10:30:45 +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 up4ZZAZQ1z-a for ; Thu, 2 Nov 2023 10:30:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DB0B984D4C for ; Thu, 2 Nov 2023 10:30:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CEF54FA2A; Thu, 2 Nov 2023 10:30:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169892104450590" MIME-Version: 1.0 Date: Thu, 2 Nov 2023 10:30:44 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-s3transfer To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231102103044.CEF54FA2A@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169892104450590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Nov 2 10:30:44 UTC 2023 Modified Files: pkgsrc/net/py-s3transfer: Makefile distinfo Log Message: py-s3transfer: updated to 0.7.0 0.7.0 feature:SSE-C: Pass SSECustomer* arguments to CompleteMultipartUpload for upload operations To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 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. --_----------=_169892104450590 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.16 pkgsrc/net/py-s3transfer/Makefile:1.17 --- pkgsrc/net/py-s3transfer/Makefile:1.16 Thu Sep 14 09:08:38 2023 +++ pkgsrc/net/py-s3transfer/Makefile Thu Nov 2 10:30:44 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2023/09/14 09:08:38 adam Exp $ +# $NetBSD: Makefile,v 1.17 2023/11/02 10:30:44 adam Exp $ -DISTNAME= s3transfer-0.6.2 +DISTNAME= s3transfer-0.7.0 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.16 pkgsrc/net/py-s3transfer/distinfo:1.17 --- pkgsrc/net/py-s3transfer/distinfo:1.16 Thu Sep 14 09:08:38 2023 +++ pkgsrc/net/py-s3transfer/distinfo Thu Nov 2 10:30:44 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.16 2023/09/14 09:08:38 adam Exp $ +$NetBSD: distinfo,v 1.17 2023/11/02 10:30:44 adam Exp $ -BLAKE2s (s3transfer-0.6.2.tar.gz) = b80ed1c427297e5b08df881793828a6b1749dc51e5a44141b3767fe9762a4da8 -SHA512 (s3transfer-0.6.2.tar.gz) = 2f52621fac81a9209f5d4bcfad0a861906e714d0159cb3776f5fbc1e9a4946072d4c4e969dfea2837c600ce1d0ba55c53c6c892b59950f0b910b29bdf9ab0cca -Size (s3transfer-0.6.2.tar.gz) = 132821 bytes +BLAKE2s (s3transfer-0.7.0.tar.gz) = ceee79a69871effa3185cd563281afe51eeb9b0f1cde62931ad1e7750f9ba9c1 +SHA512 (s3transfer-0.7.0.tar.gz) = 93a0ee7fe607796b7d78319897465e09bc1b0a8dd430b7f13997cbecb54922edb9db7eadbd663a9b65c66d10ef19bc6bd876c51f73349cf377ef02febccffdb0 +Size (s3transfer-0.7.0.tar.gz) = 132904 bytes --_----------=_169892104450590--