diff options
author | adam <adam@pkgsrc.org> | 2022-04-21 07:54:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-04-21 07:54:15 +0000 |
commit | 3a85e46d596bcc0299173366b699607026e52d9b (patch) | |
tree | a4ad4d56f99bbf33ba838fd2da4b9db42e9ac73b /finance | |
parent | 5623b05bc6c1155408cbdc2d682d73ab23e1058d (diff) | |
download | pkgsrc-3a85e46d596bcc0299173366b699607026e52d9b.tar.gz |
py-stripe: updated to 2.73.0
2.73.0 - 2022-04-18
* API Updates
* Add support for new resources `FundingInstructions` and `Terminal.Configuration`
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-stripe/Makefile | 4 | ||||
-rw-r--r-- | finance/py-stripe/PLIST | 8 | ||||
-rw-r--r-- | finance/py-stripe/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index 6df499a2263..6fcd683e69b 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.51 2022/04/18 10:59:58 adam Exp $ +# $NetBSD: Makefile,v 1.52 2022/04/21 07:54:15 adam Exp $ -DISTNAME= stripe-2.72.0 +DISTNAME= stripe-2.73.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= finance python MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/} diff --git a/finance/py-stripe/PLIST b/finance/py-stripe/PLIST index bf4159b34a8..08046d4fcbf 100644 --- a/finance/py-stripe/PLIST +++ b/finance/py-stripe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.23 2022/03/30 07:14:50 adam Exp $ +@comment $NetBSD: PLIST,v 1.24 2022/04/21 07:54:15 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -146,6 +146,9 @@ ${PYSITELIB}/stripe/api_resources/file.pyo ${PYSITELIB}/stripe/api_resources/file_link.py ${PYSITELIB}/stripe/api_resources/file_link.pyc ${PYSITELIB}/stripe/api_resources/file_link.pyo +${PYSITELIB}/stripe/api_resources/funding_instructions.py +${PYSITELIB}/stripe/api_resources/funding_instructions.pyc +${PYSITELIB}/stripe/api_resources/funding_instructions.pyo ${PYSITELIB}/stripe/api_resources/identity/__init__.py ${PYSITELIB}/stripe/api_resources/identity/__init__.pyc ${PYSITELIB}/stripe/api_resources/identity/__init__.pyo @@ -320,6 +323,9 @@ ${PYSITELIB}/stripe/api_resources/tax_rate.pyo ${PYSITELIB}/stripe/api_resources/terminal/__init__.py ${PYSITELIB}/stripe/api_resources/terminal/__init__.pyc ${PYSITELIB}/stripe/api_resources/terminal/__init__.pyo +${PYSITELIB}/stripe/api_resources/terminal/configuration.py +${PYSITELIB}/stripe/api_resources/terminal/configuration.pyc +${PYSITELIB}/stripe/api_resources/terminal/configuration.pyo ${PYSITELIB}/stripe/api_resources/terminal/connection_token.py ${PYSITELIB}/stripe/api_resources/terminal/connection_token.pyc ${PYSITELIB}/stripe/api_resources/terminal/connection_token.pyo diff --git a/finance/py-stripe/distinfo b/finance/py-stripe/distinfo index 6285e0b66dd..a2312e6e481 100644 --- a/finance/py-stripe/distinfo +++ b/finance/py-stripe/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.49 2022/04/18 10:59:58 adam Exp $ +$NetBSD: distinfo,v 1.50 2022/04/21 07:54:15 adam Exp $ -BLAKE2s (stripe-2.72.0.tar.gz) = b82348f809fe65a6cca366c0c0b1d1011342061f38cf5487af0cc368a0999f11 -SHA512 (stripe-2.72.0.tar.gz) = b9f98ce94002cbebdad5e2b7dc90b4f4d1b4c637db7509881a346c772f90d2154a49109aee15f650559ed8c253e82f466a5a4b6409efc8e00442c80195e1a3a8 -Size (stripe-2.72.0.tar.gz) = 239987 bytes +BLAKE2s (stripe-2.73.0.tar.gz) = 7dfcf32dabbfbea7eb42167f1d2636a864ecd4d9d5b9c1f1d61531172866fdb8 +SHA512 (stripe-2.73.0.tar.gz) = e2b41d28c9a63564a86e2acd1f36727b34f9133b43104ad6736ad9f706396ce534e59252728342ffea1ce766fcc15b9fc24a00a7797547e8e3fc05943a462a9c +Size (stripe-2.73.0.tar.gz) = 240478 bytes |