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:           Fri Aug 21 07:55:11 UTC 2020

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

Log Message:
py-stripe: updated to 2.50.0

2.50.0
* Add support for the `PromotionCode` resource and APIs


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.24 -r1.25 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.27 pkgsrc/finance/py-stripe/Makefile:1.28
--- pkgsrc/finance/py-stripe/Makefile:1.27      Tue Jul 21 21:20:35 2020
+++ pkgsrc/finance/py-stripe/Makefile   Fri Aug 21 07:55:10 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/07/21 21:20:35 adam Exp $
+# $NetBSD: Makefile,v 1.28 2020/08/21 07:55:10 adam Exp $
 
-DISTNAME=      stripe-2.49.0
+DISTNAME=      stripe-2.50.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.13 pkgsrc/finance/py-stripe/PLIST:1.14
--- pkgsrc/finance/py-stripe/PLIST:1.13 Tue May 12 06:51:27 2020
+++ pkgsrc/finance/py-stripe/PLIST      Fri Aug 21 07:55:10 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2020/05/12 06:51:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.14 2020/08/21 07:55:10 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -209,6 +209,9 @@ ${PYSITELIB}/stripe/api_resources/price.
 ${PYSITELIB}/stripe/api_resources/product.py
 ${PYSITELIB}/stripe/api_resources/product.pyc
 ${PYSITELIB}/stripe/api_resources/product.pyo
+${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/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.24 pkgsrc/finance/py-stripe/distinfo:1.25
--- pkgsrc/finance/py-stripe/distinfo:1.24      Tue Jul 21 21:20:35 2020
+++ pkgsrc/finance/py-stripe/distinfo   Fri Aug 21 07:55:10 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2020/07/21 21:20:35 adam Exp $
+$NetBSD: distinfo,v 1.25 2020/08/21 07:55:10 adam Exp $
 
-SHA1 (stripe-2.49.0.tar.gz) = 01ce7abd5416d18b86835c46c08a397780eb0929
-RMD160 (stripe-2.49.0.tar.gz) = b61e7a346477ec22a5d8476a4ab1eb1e79f3f25a
-SHA512 (stripe-2.49.0.tar.gz) = a3c3a8fc66744a3c062ef76038f5d32d64bbf6cbe6fe119c143f03078b48ca39e13c6dd59c2953ad2c6c94dc0e983c100dc5c4b44e77f19f55e0195c6cc1d515
-Size (stripe-2.49.0.tar.gz) = 219206 bytes
+SHA1 (stripe-2.50.0.tar.gz) = 99fba920885c2f2a229653e7670da8842b010378
+RMD160 (stripe-2.50.0.tar.gz) = 6bac7afff934ecf05ba6cd072893f8357253fa3d
+SHA512 (stripe-2.50.0.tar.gz) = d5d08db262e3d2df3d90e147d09f85c35791ded4d453eed2fe15567b705efc60d03a8ba5b6ebcc433554aab81e1449b1827cb930dd84e2da26636da34ad2ca14
+Size (stripe-2.50.0.tar.gz) = 219494 bytes



Home | Main Index | Thread Index | Old Index