pkgsrc-Changes archive

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

CVS commit: pkgsrc/finance/py-stripe



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 22 06:50:21 UTC 2022

Modified Files:
        pkgsrc/finance/py-stripe: Makefile PLIST distinfo

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.26 -r1.27 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.53 -r1.54 pkgsrc/finance/py-stripe/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/finance/py-stripe/Makefile
diff -u pkgsrc/finance/py-stripe/Makefile:1.55 pkgsrc/finance/py-stripe/Makefile:1.56
--- pkgsrc/finance/py-stripe/Makefile:1.55      Fri Aug 19 13:30:17 2022
+++ pkgsrc/finance/py-stripe/Makefile   Mon Aug 22 06:50:21 2022
@@ -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 @@ HOMEPAGE=     https://github.com/stripe/stri
 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

Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.26 pkgsrc/finance/py-stripe/PLIST:1.27
--- pkgsrc/finance/py-stripe/PLIST:1.26 Fri Aug 19 13:30:17 2022
+++ pkgsrc/finance/py-stripe/PLIST      Mon Aug 22 06:50:21 2022
@@ -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/custom
 ${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

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.53 pkgsrc/finance/py-stripe/distinfo:1.54
--- pkgsrc/finance/py-stripe/distinfo:1.53      Fri Aug 19 13:30:17 2022
+++ pkgsrc/finance/py-stripe/distinfo   Mon Aug 22 06:50:21 2022
@@ -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