pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/py-stripe py-stripe: updated to 4.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7dcc3f63133
branches:  trunk
changeset: 383678:d7dcc3f63133
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 22 06:50:21 2022 +0000

description:
py-stripe: updated to 4.1.0

4.1.0 - 2022-08-19
* API Updates
  * Add support for new resource `CustomerCashBalanceTransaction`
* Add a support section to the readme
* Fix test TestCharge.test_is_saveable().

diffstat:

 finance/py-stripe/Makefile |  5 +++--
 finance/py-stripe/PLIST    |  5 ++++-
 finance/py-stripe/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 7 deletions(-)

diffs (52 lines):

diff -r 1d73d951681e -r d7dcc3f63133 finance/py-stripe/Makefile
--- a/finance/py-stripe/Makefile        Sun Aug 21 20:52:52 2022 +0000
+++ b/finance/py-stripe/Makefile        Mon Aug 22 06:50:21 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2022/08/19 13:30:17 adam Exp $
+# $NetBSD: Makefile,v 1.56 2022/08/22 06:50:21 adam Exp $
 
-DISTNAME=      stripe-4.0.2
+DISTNAME=      stripe-4.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}
@@ -10,6 +10,7 @@
 COMMENT=       Stripe python bindings
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
 # tests require stripe-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
diff -r 1d73d951681e -r d7dcc3f63133 finance/py-stripe/PLIST
--- a/finance/py-stripe/PLIST   Sun Aug 21 20:52:52 2022 +0000
+++ b/finance/py-stripe/PLIST   Mon Aug 22 06:50:21 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.26 2022/08/19 13:30:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.27 2022/08/22 06:50:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -125,6 +125,9 @@
 ${PYSITELIB}/stripe/api_resources/customer_balance_transaction.py
 ${PYSITELIB}/stripe/api_resources/customer_balance_transaction.pyc
 ${PYSITELIB}/stripe/api_resources/customer_balance_transaction.pyo
+${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.py
+${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.pyc
+${PYSITELIB}/stripe/api_resources/customer_cash_balance_transaction.pyo
 ${PYSITELIB}/stripe/api_resources/dispute.py
 ${PYSITELIB}/stripe/api_resources/dispute.pyc
 ${PYSITELIB}/stripe/api_resources/dispute.pyo
diff -r 1d73d951681e -r d7dcc3f63133 finance/py-stripe/distinfo
--- a/finance/py-stripe/distinfo        Sun Aug 21 20:52:52 2022 +0000
+++ b/finance/py-stripe/distinfo        Mon Aug 22 06:50:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.53 2022/08/19 13:30:17 adam Exp $
+$NetBSD: distinfo,v 1.54 2022/08/22 06:50:21 adam Exp $
 
-BLAKE2s (stripe-4.0.2.tar.gz) = 9c9b329d161f3cdb143442c8db075e1332a7bfed9f064b91745bf94189813ee4
-SHA512 (stripe-4.0.2.tar.gz) = b13ace2419555e21a93f37a328bd59d9ac8af69787dc89ed4851ce5a5a616a34e63d5667b9981f43c486dafee18186a9dc32524c047c9db204dc8ba831198c91
-Size (stripe-4.0.2.tar.gz) = 252436 bytes
+BLAKE2s (stripe-4.1.0.tar.gz) = ef7e24175e391a153253a62cc1f7932c1c6ba7759e52ce463a5f9b0c30f88484
+SHA512 (stripe-4.1.0.tar.gz) = 6a243526d56bc83caced776850bc3d2582c19f28779684bbf7b0a81f477d8c02c21151052b05b31160f2f81a83f5d7260bd82c171681a059b12012e794c6e5cf
+Size (stripe-4.1.0.tar.gz) = 266799 bytes



Home | Main Index | Thread Index | Old Index