Received: by mail.netbsd.org (Postfix, from userid 605) id B64EB84DB1; Tue, 21 Jul 2020 21:20:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E70D84D9D for ; Tue, 21 Jul 2020 21:20:36 +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 avlQT05Kz9FV for ; Tue, 21 Jul 2020 21:20:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BC73E84D9C for ; Tue, 21 Jul 2020 21:20:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BA16EFB28; Tue, 21 Jul 2020 21:20:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1595366435223790" MIME-Version: 1.0 Date: Tue, 21 Jul 2020 21:20:35 +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: <20200721212035.BA16EFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1595366435223790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 21 21:20:35 UTC 2020 Modified Files: pkgsrc/finance/py-stripe: Makefile distinfo Log Message: py-stripe: updated to 2.49.0 2.49.0: Support stripe.File.create(stripe_version='...') To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/py-stripe/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/finance/py-stripe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1595366435223790 Content-Disposition: inline Content-Length: 1668 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.26 pkgsrc/finance/py-stripe/Makefile:1.27 --- pkgsrc/finance/py-stripe/Makefile:1.26 Sat May 16 17:42:42 2020 +++ pkgsrc/finance/py-stripe/Makefile Tue Jul 21 21:20:35 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2020/05/16 17:42:42 adam Exp $ +# $NetBSD: Makefile,v 1.27 2020/07/21 21:20:35 adam Exp $ -DISTNAME= stripe-2.48.0 +DISTNAME= stripe-2.49.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.23 pkgsrc/finance/py-stripe/distinfo:1.24 --- pkgsrc/finance/py-stripe/distinfo:1.23 Tue May 12 06:51:27 2020 +++ pkgsrc/finance/py-stripe/distinfo Tue Jul 21 21:20:35 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2020/05/12 06:51:27 adam Exp $ +$NetBSD: distinfo,v 1.24 2020/07/21 21:20:35 adam Exp $ -SHA1 (stripe-2.48.0.tar.gz) = c0da6ea82dded2a072a50eb21bcc9cd014e543b6 -RMD160 (stripe-2.48.0.tar.gz) = 4e0c4f626f1af8bf1dbef3bb7c618db185d6df9d -SHA512 (stripe-2.48.0.tar.gz) = c72203f4598540e378e42372446c59cc8bcff06e02263f74d906b6b441453eb26ea4f8708b6477392b2504a4a15205c0b9f758738393f15a3a156915448a981c -Size (stripe-2.48.0.tar.gz) = 218699 bytes +SHA1 (stripe-2.49.0.tar.gz) = 01ce7abd5416d18b86835c46c08a397780eb0929 +RMD160 (stripe-2.49.0.tar.gz) = b61e7a346477ec22a5d8476a4ab1eb1e79f3f25a +SHA512 (stripe-2.49.0.tar.gz) = a3c3a8fc66744a3c062ef76038f5d32d64bbf6cbe6fe119c143f03078b48ca39e13c6dd59c2953ad2c6c94dc0e983c100dc5c4b44e77f19f55e0195c6cc1d515 +Size (stripe-2.49.0.tar.gz) = 219206 bytes --_----------=_1595366435223790--