Received: by mail.netbsd.org (Postfix, from userid 605) id E3B2484D81; Tue, 24 Mar 2020 07:01:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6DB9384D6E for ; Tue, 24 Mar 2020 07:01:40 +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 HF-ksBmDG1Df for ; Tue, 24 Mar 2020 07:01:40 +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 EBBA684D37 for ; Tue, 24 Mar 2020 07:01:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9413FB27; Tue, 24 Mar 2020 07:01:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1585033299125030" MIME-Version: 1.0 Date: Tue, 24 Mar 2020 07:01:39 +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: <20200324070139.E9413FB27@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. --_----------=_1585033299125030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Mar 24 07:01:39 UTC 2020 Modified Files: pkgsrc/finance/py-stripe: Makefile distinfo Log Message: py-stripe: updated to 2.44.0 2.44.0: Allow overriding API key in OAuth methods To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/finance/py-stripe/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/finance/py-stripe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1585033299125030 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.20 pkgsrc/finance/py-stripe/Makefile:1.21 --- pkgsrc/finance/py-stripe/Makefile:1.20 Tue Mar 3 19:04:40 2020 +++ pkgsrc/finance/py-stripe/Makefile Tue Mar 24 07:01:39 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2020/03/03 19:04:40 adam Exp $ +# $NetBSD: Makefile,v 1.21 2020/03/24 07:01:39 adam Exp $ -DISTNAME= stripe-2.43.0 +DISTNAME= stripe-2.44.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.18 pkgsrc/finance/py-stripe/distinfo:1.19 --- pkgsrc/finance/py-stripe/distinfo:1.18 Tue Mar 3 19:04:40 2020 +++ pkgsrc/finance/py-stripe/distinfo Tue Mar 24 07:01:39 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2020/03/03 19:04:40 adam Exp $ +$NetBSD: distinfo,v 1.19 2020/03/24 07:01:39 adam Exp $ -SHA1 (stripe-2.43.0.tar.gz) = 69818dc1f45ba9bae53a86722d63419f7dbc255e -RMD160 (stripe-2.43.0.tar.gz) = 008f01ba7d60aa6e63f8c014977fe0daff8641a4 -SHA512 (stripe-2.43.0.tar.gz) = a91f4f268b5c533cdd378c3169cf6e29b11b3b79492cd8b01b21970459383d63fa726fb206aba111ef8e57c2b98eecd6ba3ef9fdb868efc2db69f0cba8f74554 -Size (stripe-2.43.0.tar.gz) = 211400 bytes +SHA1 (stripe-2.44.0.tar.gz) = eeea881337549c9d5e038d7f8062fcc7ec380430 +RMD160 (stripe-2.44.0.tar.gz) = 04838ffcf12b243cf08a672ec53a5a854f502411 +SHA512 (stripe-2.44.0.tar.gz) = 8e1fdf1b245297b941f32fba98d70e91f0b42199d1625d088fe8e635bfc76f197cc3aff2a0dc61fd6d1520d2b4bb6a3e31be76e4c97fdf5476d0925a4559f6bf +Size (stripe-2.44.0.tar.gz) = 217528 bytes --_----------=_1585033299125030--