Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FYpiVVqg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Vlz4HiZh Received: by mail.netbsd.org (Postfix, from userid 605) id DAE7384E7B; Fri, 12 Apr 2024 11:11:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712920313; bh=Hwczul1t5KPanYCLGlW1e8nK21SxaiAX8T5kZAJyPrs=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=FYpiVVqgu08fp6C1ESp2vjKsEnwPfvIW7k6VOY/TWIs9IbHHiqdvfnfAaoTJtJWsO b1jZMbqlCl0ZJfr3bquEY3oX2R4yV5kp5KhfvfVwr9cvMzajofEmkf+5Hkyqe12234 kuk0BPtdzqw1zboINlA/XAWxOk5jtRR0ydWtJRE8= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CBF0084E54 for ; Fri, 12 Apr 2024 11:11:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 uJdrIJixi2jm for ; Fri, 12 Apr 2024 11:11:51 +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 4AC8884D1B for ; Fri, 12 Apr 2024 11:11:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712920311; bh=Hwczul1t5KPanYCLGlW1e8nK21SxaiAX8T5kZAJyPrs=; h=Date:From:Subject:To:Reply-To; b=Vlz4HiZhvb4/LNqMbRQ2HOXkRUQ15bEh9Ojh4KBagZqYCEBv5r3tD7xjzV8gTQiFJ B667e3vblXA/sCEfIEwWv3mSJJi6aYhV0X7m1BcAT3tRip3LKA2Tumk6ydW43KpBL7 mCujXQMJP4Ck3iN9fEGYhmjUqFDp3XyQJ2MiNWns= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 43D3FFA2C; Fri, 12 Apr 2024 11:11:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712920311257650" MIME-Version: 1.0 Date: Fri, 12 Apr 2024 11:11:51 +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: <20240412111151.43D3FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712920311257650 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Apr 12 11:11:51 UTC 2024 Modified Files: pkgsrc/net/py-s3transfer: Makefile distinfo Log Message: py-s3transfer: updated to 0.10.1 0.10.1 bugfix:urllib3: Fixed retry handling for IncompleteRead exception raised by urllib3 2.x during data transfer To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 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. --_----------=_1712920311257650 Content-Disposition: inline Content-Length: 1605 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.18 pkgsrc/net/py-s3transfer/Makefile:1.19 --- pkgsrc/net/py-s3transfer/Makefile:1.18 Thu Jan 11 09:00:05 2024 +++ pkgsrc/net/py-s3transfer/Makefile Fri Apr 12 11:11:51 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2024/01/11 09:00:05 adam Exp $ +# $NetBSD: Makefile,v 1.19 2024/04/12 11:11:51 adam Exp $ -DISTNAME= s3transfer-0.10.0 +DISTNAME= s3transfer-0.10.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.18 pkgsrc/net/py-s3transfer/distinfo:1.19 --- pkgsrc/net/py-s3transfer/distinfo:1.18 Thu Jan 11 09:00:05 2024 +++ pkgsrc/net/py-s3transfer/distinfo Fri Apr 12 11:11:51 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2024/01/11 09:00:05 adam Exp $ +$NetBSD: distinfo,v 1.19 2024/04/12 11:11:51 adam Exp $ -BLAKE2s (s3transfer-0.10.0.tar.gz) = 7c29d1a1344cebabc078a7f8547b771fb2fd49f31d92e4b6c70e29c76879b8e0 -SHA512 (s3transfer-0.10.0.tar.gz) = 83c5f794770e4f3cfd2e54297a4fe228bed76d321b694380e918f39cbb7ebe5881b29499d7230a2af13e4c1c9bf2d67285116fc16cb9b6fa5f526ff1d25b607c -Size (s3transfer-0.10.0.tar.gz) = 143407 bytes +BLAKE2s (s3transfer-0.10.1.tar.gz) = 0bd474eec3eb8e5562f64cfa7b9d05c54af800ac6d66154c0a081b5c3e1bc213 +SHA512 (s3transfer-0.10.1.tar.gz) = f18a5f655b354cba1c745bba699b8abdeae406669b0dded249925e4189c1d849bc0966ddc415ca25562a7214fbf7979553a67b4d993d054bc5237e301414f0a1 +Size (s3transfer-0.10.1.tar.gz) = 143308 bytes --_----------=_1712920311257650--