Sun Jan 23 19:14:56 2022 UTC ()
py-stripe: updated to 2.65.0

2.65.0
* API Updates
* Add support for new resource `PaymentLink`
* Start testing Python 3.10


(adam)
diff -r1.44 -r1.45 pkgsrc/finance/py-stripe/Makefile
diff -r1.20 -r1.21 pkgsrc/finance/py-stripe/PLIST
diff -r1.42 -r1.43 pkgsrc/finance/py-stripe/distinfo

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

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

cvs diff -r1.20 -r1.21 pkgsrc/finance/py-stripe/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/PLIST 2021/11/17 13:51:55 1.20
+++ pkgsrc/finance/py-stripe/PLIST 2022/01/23 19:14:56 1.21
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.20 2021/11/17 13:51:55 adam Exp $ 1@comment $NetBSD: PLIST,v 1.21 2022/01/23 19:14:56 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
8${PYSITELIB}/stripe/__init__.py 8${PYSITELIB}/stripe/__init__.py
9${PYSITELIB}/stripe/__init__.pyc 9${PYSITELIB}/stripe/__init__.pyc
10${PYSITELIB}/stripe/__init__.pyo 10${PYSITELIB}/stripe/__init__.pyo
11${PYSITELIB}/stripe/api_requestor.py 11${PYSITELIB}/stripe/api_requestor.py
12${PYSITELIB}/stripe/api_requestor.pyc 12${PYSITELIB}/stripe/api_requestor.pyc
13${PYSITELIB}/stripe/api_requestor.pyo 13${PYSITELIB}/stripe/api_requestor.pyo
14${PYSITELIB}/stripe/api_resources/__init__.py 14${PYSITELIB}/stripe/api_resources/__init__.py
@@ -193,26 +193,29 @@ ${PYSITELIB}/stripe/api_resources/login_ @@ -193,26 +193,29 @@ ${PYSITELIB}/stripe/api_resources/login_
193${PYSITELIB}/stripe/api_resources/login_link.pyo 193${PYSITELIB}/stripe/api_resources/login_link.pyo
194${PYSITELIB}/stripe/api_resources/mandate.py 194${PYSITELIB}/stripe/api_resources/mandate.py
195${PYSITELIB}/stripe/api_resources/mandate.pyc 195${PYSITELIB}/stripe/api_resources/mandate.pyc
196${PYSITELIB}/stripe/api_resources/mandate.pyo 196${PYSITELIB}/stripe/api_resources/mandate.pyo
197${PYSITELIB}/stripe/api_resources/order.py 197${PYSITELIB}/stripe/api_resources/order.py
198${PYSITELIB}/stripe/api_resources/order.pyc 198${PYSITELIB}/stripe/api_resources/order.pyc
199${PYSITELIB}/stripe/api_resources/order.pyo 199${PYSITELIB}/stripe/api_resources/order.pyo
200${PYSITELIB}/stripe/api_resources/order_return.py 200${PYSITELIB}/stripe/api_resources/order_return.py
201${PYSITELIB}/stripe/api_resources/order_return.pyc 201${PYSITELIB}/stripe/api_resources/order_return.pyc
202${PYSITELIB}/stripe/api_resources/order_return.pyo 202${PYSITELIB}/stripe/api_resources/order_return.pyo
203${PYSITELIB}/stripe/api_resources/payment_intent.py 203${PYSITELIB}/stripe/api_resources/payment_intent.py
204${PYSITELIB}/stripe/api_resources/payment_intent.pyc 204${PYSITELIB}/stripe/api_resources/payment_intent.pyc
205${PYSITELIB}/stripe/api_resources/payment_intent.pyo 205${PYSITELIB}/stripe/api_resources/payment_intent.pyo
 206${PYSITELIB}/stripe/api_resources/payment_link.py
 207${PYSITELIB}/stripe/api_resources/payment_link.pyc
 208${PYSITELIB}/stripe/api_resources/payment_link.pyo
206${PYSITELIB}/stripe/api_resources/payment_method.py 209${PYSITELIB}/stripe/api_resources/payment_method.py
207${PYSITELIB}/stripe/api_resources/payment_method.pyc 210${PYSITELIB}/stripe/api_resources/payment_method.pyc
208${PYSITELIB}/stripe/api_resources/payment_method.pyo 211${PYSITELIB}/stripe/api_resources/payment_method.pyo
209${PYSITELIB}/stripe/api_resources/payout.py 212${PYSITELIB}/stripe/api_resources/payout.py
210${PYSITELIB}/stripe/api_resources/payout.pyc 213${PYSITELIB}/stripe/api_resources/payout.pyc
211${PYSITELIB}/stripe/api_resources/payout.pyo 214${PYSITELIB}/stripe/api_resources/payout.pyo
212${PYSITELIB}/stripe/api_resources/person.py 215${PYSITELIB}/stripe/api_resources/person.py
213${PYSITELIB}/stripe/api_resources/person.pyc 216${PYSITELIB}/stripe/api_resources/person.pyc
214${PYSITELIB}/stripe/api_resources/person.pyo 217${PYSITELIB}/stripe/api_resources/person.pyo
215${PYSITELIB}/stripe/api_resources/plan.py 218${PYSITELIB}/stripe/api_resources/plan.py
216${PYSITELIB}/stripe/api_resources/plan.pyc 219${PYSITELIB}/stripe/api_resources/plan.pyc
217${PYSITELIB}/stripe/api_resources/plan.pyo 220${PYSITELIB}/stripe/api_resources/plan.pyo
218${PYSITELIB}/stripe/api_resources/price.py 221${PYSITELIB}/stripe/api_resources/price.py

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

--- pkgsrc/finance/py-stripe/distinfo 2021/12/30 20:41:18 1.42
+++ pkgsrc/finance/py-stripe/distinfo 2022/01/23 19:14:56 1.43
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.42 2021/12/30 20:41:18 adam Exp $ 1$NetBSD: distinfo,v 1.43 2022/01/23 19:14:56 adam Exp $
2 2
3BLAKE2s (stripe-2.64.0.tar.gz) = 695b30f4f14a4519ce07070d44d9bcdddc668224ebe9a6a64245ae97e2ecb52c 3BLAKE2s (stripe-2.65.0.tar.gz) = 48e100e91cda1c814ee2f1374fc9a20bc0a9b79e27e715de8c7d87214fda8708
4SHA512 (stripe-2.64.0.tar.gz) = 5055b5a712c0891f3660d00fe7bb27452cce33aa4a9c70fbd7391dd989d31aeb8d8288c3cdd22747b6fd4c480be17f7ab9428c31ea7d2c674e175e77f4f6a0b7 4SHA512 (stripe-2.65.0.tar.gz) = 309a3e2202e7e8983bf7d8a403a588c6793f35866bf44edf6fc2877624a98716033e633b1f38790b2731049cfef3f90c878b5bc9df65dce9f4606414944dc8f4
5Size (stripe-2.64.0.tar.gz) = 234442 bytes 5Size (stripe-2.65.0.tar.gz) = 234847 bytes