Sun Feb 27 09:05:25 2022 UTC ()
py-stripe: updated to 2.66.0

2.66.0:
Add support for `verify_microdeposits` method on resources `PaymentIntent` and `SetupIntent`


(adam)
diff -r1.45 -r1.46 pkgsrc/finance/py-stripe/Makefile
diff -r1.43 -r1.44 pkgsrc/finance/py-stripe/distinfo

cvs diff -r1.45 -r1.46 pkgsrc/finance/py-stripe/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/Makefile 2022/01/23 19:14:56 1.45
+++ pkgsrc/finance/py-stripe/Makefile 2022/02/27 09:05:25 1.46
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.45 2022/01/23 19:14:56 adam Exp $ 1# $NetBSD: Makefile,v 1.46 2022/02/27 09:05:25 adam Exp $
2 2
3DISTNAME= stripe-2.65.0 3DISTNAME= stripe-2.66.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= finance python 5CATEGORIES= finance python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/stripe/stripe-python 9HOMEPAGE= https://github.com/stripe/stripe-python
10COMMENT= Stripe python bindings 10COMMENT= Stripe python bindings
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
14# tests require stripe-mock 14# tests require stripe-mock
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock

cvs diff -r1.43 -r1.44 pkgsrc/finance/py-stripe/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/distinfo 2022/01/23 19:14:56 1.43
+++ pkgsrc/finance/py-stripe/distinfo 2022/02/27 09:05:25 1.44
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.43 2022/01/23 19:14:56 adam Exp $ 1$NetBSD: distinfo,v 1.44 2022/02/27 09:05:25 adam Exp $
2 2
3BLAKE2s (stripe-2.65.0.tar.gz) = 48e100e91cda1c814ee2f1374fc9a20bc0a9b79e27e715de8c7d87214fda8708 3BLAKE2s (stripe-2.66.0.tar.gz) = 7fc3675f1d11f7e9af52fab28d16417aff75f01ed91e09c186ebd158437a5f6b
4SHA512 (stripe-2.65.0.tar.gz) = 309a3e2202e7e8983bf7d8a403a588c6793f35866bf44edf6fc2877624a98716033e633b1f38790b2731049cfef3f90c878b5bc9df65dce9f4606414944dc8f4 4SHA512 (stripe-2.66.0.tar.gz) = d716e82580757ec0b187a74de1f8ef7bbe2f32468f13c551886bcbadf631eef001df9f4d249f091856b009545ca8b6d60f16c07e79345fee33651e7d27fb31c0
5Size (stripe-2.65.0.tar.gz) = 234847 bytes 5Size (stripe-2.66.0.tar.gz) = 234929 bytes