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:           Sat Jul 10 05:44:21 UTC 2021

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

Log Message:
py-stripe: updated to 2.59.0

2.59.0:
Add support for new `Quote` API.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.34 -r1.35 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.37 pkgsrc/finance/py-stripe/Makefile:1.38
--- pkgsrc/finance/py-stripe/Makefile:1.37      Sat Jun  5 07:09:27 2021
+++ pkgsrc/finance/py-stripe/Makefile   Sat Jul 10 05:44:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2021/06/05 07:09:27 adam Exp $
+# $NetBSD: Makefile,v 1.38 2021/07/10 05:44:21 adam Exp $
 
-DISTNAME=      stripe-2.58.0
+DISTNAME=      stripe-2.59.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    finance python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=s/stripe/}

Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.18 pkgsrc/finance/py-stripe/PLIST:1.19
--- pkgsrc/finance/py-stripe/PLIST:1.18 Sat Jun  5 07:09:27 2021
+++ pkgsrc/finance/py-stripe/PLIST      Sat Jul 10 05:44:21 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.18 2021/06/05 07:09:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.19 2021/07/10 05:44:21 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -224,6 +224,9 @@ ${PYSITELIB}/stripe/api_resources/produc
 ${PYSITELIB}/stripe/api_resources/promotion_code.py
 ${PYSITELIB}/stripe/api_resources/promotion_code.pyc
 ${PYSITELIB}/stripe/api_resources/promotion_code.pyo
+${PYSITELIB}/stripe/api_resources/quote.py
+${PYSITELIB}/stripe/api_resources/quote.pyc
+${PYSITELIB}/stripe/api_resources/quote.pyo
 ${PYSITELIB}/stripe/api_resources/radar/__init__.py
 ${PYSITELIB}/stripe/api_resources/radar/__init__.pyc
 ${PYSITELIB}/stripe/api_resources/radar/__init__.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.34 pkgsrc/finance/py-stripe/distinfo:1.35
--- pkgsrc/finance/py-stripe/distinfo:1.34      Sat Jun  5 07:09:27 2021
+++ pkgsrc/finance/py-stripe/distinfo   Sat Jul 10 05:44:21 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2021/06/05 07:09:27 adam Exp $
+$NetBSD: distinfo,v 1.35 2021/07/10 05:44:21 adam Exp $
 
-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
+SHA1 (stripe-2.59.0.tar.gz) = f9bc93893482f450b097b78b366c70dcb7d74c82
+RMD160 (stripe-2.59.0.tar.gz) = ef7d3473f74e5413b236768461c64fe7b86ef823
+SHA512 (stripe-2.59.0.tar.gz) = f27ed8457d1097aac43aaddaf39b8d1d9df25e837160407edea354b2fa8faf122ed86a9d36583ff56885e22663b230ee63af04baab0edad2711f3c691c8de51c
+Size (stripe-2.59.0.tar.gz) = 219952 bytes



Home | Main Index | Thread Index | Old Index