diff options
author | adam <adam@pkgsrc.org> | 2021-06-05 07:09:27 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2021-06-05 07:09:27 +0000 |
commit | 3eec0b1740fdededcae61af40a99e608a2d406b9 (patch) | |
tree | 52fb6a37f66f4bf76d9b4e7a5a31e6aca2f7f70b /finance/py-stripe | |
parent | 0c396e3709978e0f565428014ecdd5a611abaff0 (diff) | |
download | pkgsrc-3eec0b1740fdededcae61af40a99e608a2d406b9.tar.gz |
py-stripe: updated to 2.58.0
2.58.0:
* Add support for new `TaxCode` API.
Diffstat (limited to 'finance/py-stripe')
-rw-r--r-- | finance/py-stripe/Makefile | 4 | ||||
-rw-r--r-- | finance/py-stripe/PLIST | 5 | ||||
-rw-r--r-- | finance/py-stripe/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index 5f536d4b612..e742694c51e 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2021/05/20 12:56:01 adam Exp $ +# $NetBSD: Makefile,v 1.37 2021/06/05 07:09:27 adam Exp $ -DISTNAME= stripe-2.57.0 +DISTNAME= stripe-2.58.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 198e326a2fc..decea95afa8 100644 --- a/finance/py-stripe/PLIST +++ b/finance/py-stripe/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2021/05/20 12:56:01 adam Exp $ +@comment $NetBSD: PLIST,v 1.18 2021/06/05 07:09:27 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -290,6 +290,9 @@ ${PYSITELIB}/stripe/api_resources/subscription_item.pyo ${PYSITELIB}/stripe/api_resources/subscription_schedule.py ${PYSITELIB}/stripe/api_resources/subscription_schedule.pyc ${PYSITELIB}/stripe/api_resources/subscription_schedule.pyo +${PYSITELIB}/stripe/api_resources/tax_code.py +${PYSITELIB}/stripe/api_resources/tax_code.pyc +${PYSITELIB}/stripe/api_resources/tax_code.pyo ${PYSITELIB}/stripe/api_resources/tax_id.py ${PYSITELIB}/stripe/api_resources/tax_id.pyc ${PYSITELIB}/stripe/api_resources/tax_id.pyo diff --git a/finance/py-stripe/distinfo b/finance/py-stripe/distinfo index 28523ce4157..7ff4885258a 100644 --- a/finance/py-stripe/distinfo +++ b/finance/py-stripe/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.33 2021/05/20 12:56:01 adam Exp $ +$NetBSD: distinfo,v 1.34 2021/06/05 07:09:27 adam Exp $ -SHA1 (stripe-2.57.0.tar.gz) = 6148593601b954c455ff653d76b8c8bb96ccf41c -RMD160 (stripe-2.57.0.tar.gz) = 358d5b98dcd699666673870875788ed8368a0779 -SHA512 (stripe-2.57.0.tar.gz) = c63efabc8febe79a01167ad4c166d9498f8623a3b1d36c292a3554cbacfc6aada1bf5ec720723b5a9de6e5c4fb770b8f44d1c95289aff4394a70a0301df61e93 -Size (stripe-2.57.0.tar.gz) = 216286 bytes +SHA1 (stripe-2.58.0.tar.gz) = 325a9d4893475b64b266f89276e2c24b7b10cb84 +RMD160 (stripe-2.58.0.tar.gz) = f85ef0a714e47e24708b1ceb3f41cf9106d3c27a +SHA512 (stripe-2.58.0.tar.gz) = eee6154384fae69632e5e9ae7f972d97915b07da85c9f1af3849f5b9fea1e6f291c3d3e5b0e319c0d6dc0c035fec167f7711f650032016d3eb4709b333f3d5b7 +Size (stripe-2.58.0.tar.gz) = 216926 bytes |