Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8BDD11A9239 for ; Thu, 30 Dec 2021 20:41:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 92E3284EAA; Thu, 30 Dec 2021 20:41:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CDD6884EA9 for ; Thu, 30 Dec 2021 20:41:18 +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 JUfz0ioCMRd7 for ; Thu, 30 Dec 2021 20:41:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5019484CD9 for ; Thu, 30 Dec 2021 20:41:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49C76FAEC; Thu, 30 Dec 2021 20:41:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1640896878165850" MIME-Version: 1.0 Date: Thu, 30 Dec 2021 20:41:18 +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: <20211230204118.49C76FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1640896878165850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Dec 30 20:41:18 UTC 2021 Modified Files: pkgsrc/finance/py-stripe: Makefile distinfo Log Message: py-stripe: updated to 2.64.0 2.64.0 Update class custom methods to save list object parameters. Introduce custom listing methods on objects. Clarify metadata deletion message. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/finance/py-stripe/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/finance/py-stripe/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1640896878165850 Content-Disposition: inline Content-Length: 1574 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.42 pkgsrc/finance/py-stripe/Makefile:1.43 --- pkgsrc/finance/py-stripe/Makefile:1.42 Wed Nov 17 13:51:55 2021 +++ pkgsrc/finance/py-stripe/Makefile Thu Dec 30 20:41:18 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2021/11/17 13:51:55 adam Exp $ +# $NetBSD: Makefile,v 1.43 2021/12/30 20:41:18 adam Exp $ -DISTNAME= stripe-2.63.0 +DISTNAME= stripe-2.64.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.41 pkgsrc/finance/py-stripe/distinfo:1.42 --- pkgsrc/finance/py-stripe/distinfo:1.41 Wed Nov 17 13:51:55 2021 +++ pkgsrc/finance/py-stripe/distinfo Thu Dec 30 20:41:18 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.41 2021/11/17 13:51:55 adam Exp $ +$NetBSD: distinfo,v 1.42 2021/12/30 20:41:18 adam Exp $ -BLAKE2s (stripe-2.63.0.tar.gz) = 610256cec3d7aa685aab43f446323832f80d966fcf759a94d79fadb6f0707326 -SHA512 (stripe-2.63.0.tar.gz) = fedef25d95e1fe3f9b4fdab37fb4ababc3c0243218da590076942491884b284b07e6bb15e9c85a6871dabffc34c260ec9d9fb80634ab0a368cf312c2324c2bdd -Size (stripe-2.63.0.tar.gz) = 233693 bytes +BLAKE2s (stripe-2.64.0.tar.gz) = 695b30f4f14a4519ce07070d44d9bcdddc668224ebe9a6a64245ae97e2ecb52c +SHA512 (stripe-2.64.0.tar.gz) = 5055b5a712c0891f3660d00fe7bb27452cce33aa4a9c70fbd7391dd989d31aeb8d8288c3cdd22747b6fd4c480be17f7ab9428c31ea7d2c674e175e77f4f6a0b7 +Size (stripe-2.64.0.tar.gz) = 234442 bytes --_----------=_1640896878165850--