Received: by mail.netbsd.org (Postfix, from userid 605) id D56E584ECE; Tue, 12 Oct 2021 09:27:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1BEB184ECD for ; Tue, 12 Oct 2021 09:27:47 +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 S5qcfnPTveM3 for ; Tue, 12 Oct 2021 09:27:46 +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 8FBA484D1D for ; Tue, 12 Oct 2021 09:27:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 877D0FA97; Tue, 12 Oct 2021 09:27:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163403086634720" MIME-Version: 1.0 Date: Tue, 12 Oct 2021 09:27:46 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/finance/py-stripe To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20211012092746.877D0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163403086634720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Oct 12 09:27:46 UTC 2021 Modified Files: pkgsrc/finance/py-stripe: Makefile distinfo Log Message: py-stripe: updated to 2.61.0 2.61.0 * API Updates * Add support for `list_payment_methods` method on resource `Customer` * Stop sending raw exception message as part of Stripe user agent. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 pkgsrc/finance/py-stripe/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/finance/py-stripe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163403086634720 Content-Disposition: inline Content-Length: 1523 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/finance/py-stripe/Makefile diff -u pkgsrc/finance/py-stripe/Makefile:1.39 pkgsrc/finance/py-stripe/Makefile:1.40 --- pkgsrc/finance/py-stripe/Makefile:1.39 Fri Jul 16 06:40:15 2021 +++ pkgsrc/finance/py-stripe/Makefile Tue Oct 12 09:27:46 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2021/07/16 06:40:15 adam Exp $ +# $NetBSD: Makefile,v 1.40 2021/10/12 09:27:46 adam Exp $ -DISTNAME= stripe-2.60.0 +DISTNAME= stripe-2.61.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/} Index: pkgsrc/finance/py-stripe/distinfo diff -u pkgsrc/finance/py-stripe/distinfo:1.37 pkgsrc/finance/py-stripe/distinfo:1.38 --- pkgsrc/finance/py-stripe/distinfo:1.37 Thu Oct 7 13:53:55 2021 +++ pkgsrc/finance/py-stripe/distinfo Tue Oct 12 09:27:46 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.37 2021/10/07 13:53:55 nia Exp $ +$NetBSD: distinfo,v 1.38 2021/10/12 09:27:46 adam Exp $ -RMD160 (stripe-2.60.0.tar.gz) = 9797e1c29ca9e5242634755c17c82e0c7bfc9053 -SHA512 (stripe-2.60.0.tar.gz) = eaae2356ed83285713be6396c071b8f5761ad0ff651691b1560b06bca190a5c5df3659182e5a25e8d286257046162f32755854f0e382a280cb63180478114502 -Size (stripe-2.60.0.tar.gz) = 219649 bytes +RMD160 (stripe-2.61.0.tar.gz) = e3b71888964a4e7e723ad249838847b8fc9c2ee9 +SHA512 (stripe-2.61.0.tar.gz) = 5b331d862ea832a821a9dff9bb7569aa2b94726c2d36ec5f304a5a41b3fcdda1096f85f444500f0826fd3e349c47b5ef18ab91b8ec5cb67d966346a0cbd1a7ef +Size (stripe-2.61.0.tar.gz) = 231302 bytes --_----------=_163403086634720--