Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A47E084D6A for ; Thu, 14 Sep 2023 09:08:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id YX8aLavwrYwO for ; Thu, 14 Sep 2023 09:08:39 +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 263C884D2A for ; Thu, 14 Sep 2023 09:08:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 23324FBDB; Thu, 14 Sep 2023 09:08:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169468251985170" MIME-Version: 1.0 Date: Thu, 14 Sep 2023 09:08:39 +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: <20230914090839.23324FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169468251985170 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Sep 14 09:08:39 UTC 2023 Modified Files: pkgsrc/net/py-s3transfer: Makefile distinfo Log Message: py-s3transfer: updated to 0.6.2 0.6.2 enhancement:Python: Added provisional Python 3.12 support to s3transfer To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 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. --_----------=_169468251985170 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.15 pkgsrc/net/py-s3transfer/Makefile:1.16 --- pkgsrc/net/py-s3transfer/Makefile:1.15 Tue May 16 10:43:22 2023 +++ pkgsrc/net/py-s3transfer/Makefile Thu Sep 14 09:08:38 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2023/05/16 10:43:22 adam Exp $ +# $NetBSD: Makefile,v 1.16 2023/09/14 09:08:38 adam Exp $ -DISTNAME= s3transfer-0.6.1 +DISTNAME= s3transfer-0.6.2 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.15 pkgsrc/net/py-s3transfer/distinfo:1.16 --- pkgsrc/net/py-s3transfer/distinfo:1.15 Tue May 16 10:43:22 2023 +++ pkgsrc/net/py-s3transfer/distinfo Thu Sep 14 09:08:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/05/16 10:43:22 adam Exp $ +$NetBSD: distinfo,v 1.16 2023/09/14 09:08:38 adam Exp $ -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 +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 --_----------=_169468251985170--