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 Feb  1 20:21:25 UTC 2020

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

Log Message:
py-stripe: updated to 2.42.0

2.42.0:
* Add support for `CreditNoteLineItem`
* Pin black version
* Start testing Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.16 -r1.17 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.18 pkgsrc/finance/py-stripe/Makefile:1.19
--- pkgsrc/finance/py-stripe/Makefile:1.18      Wed Jan  8 11:19:03 2020
+++ pkgsrc/finance/py-stripe/Makefile   Sat Feb  1 20:21:25 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2020/01/08 11:19:03 adam Exp $
+# $NetBSD: Makefile,v 1.19 2020/02/01 20:21:25 adam Exp $
 
-DISTNAME=      stripe-2.41.1
+DISTNAME=      stripe-2.42.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.9 pkgsrc/finance/py-stripe/PLIST:1.10
--- pkgsrc/finance/py-stripe/PLIST:1.9  Wed Jan  8 11:19:03 2020
+++ pkgsrc/finance/py-stripe/PLIST      Sat Feb  1 20:21:25 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2020/01/08 11:19:03 adam Exp $
+@comment $NetBSD: PLIST,v 1.10 2020/02/01 20:21:25 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -101,6 +101,9 @@ ${PYSITELIB}/stripe/api_resources/coupon
 ${PYSITELIB}/stripe/api_resources/credit_note.py
 ${PYSITELIB}/stripe/api_resources/credit_note.pyc
 ${PYSITELIB}/stripe/api_resources/credit_note.pyo
+${PYSITELIB}/stripe/api_resources/credit_note_line_item.py
+${PYSITELIB}/stripe/api_resources/credit_note_line_item.pyc
+${PYSITELIB}/stripe/api_resources/credit_note_line_item.pyo
 ${PYSITELIB}/stripe/api_resources/customer.py
 ${PYSITELIB}/stripe/api_resources/customer.pyc
 ${PYSITELIB}/stripe/api_resources/customer.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.16 pkgsrc/finance/py-stripe/distinfo:1.17
--- pkgsrc/finance/py-stripe/distinfo:1.16      Wed Jan  8 11:19:03 2020
+++ pkgsrc/finance/py-stripe/distinfo   Sat Feb  1 20:21:25 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2020/01/08 11:19:03 adam Exp $
+$NetBSD: distinfo,v 1.17 2020/02/01 20:21:25 adam Exp $
 
-SHA1 (stripe-2.41.1.tar.gz) = dfca3a790460f73aa24d945a5d04b74bd5d038e4
-RMD160 (stripe-2.41.1.tar.gz) = edf7c1ecbdd74703df1d5553d7085e0984ce2b64
-SHA512 (stripe-2.41.1.tar.gz) = 34939964c99f42a31efe83a458a85f139e36b8869e78e63020259eff1737c11628ce6e24825e8ade57700d24a9ac78cfa32478406be11a0901fca688cbf1e841
-Size (stripe-2.41.1.tar.gz) = 217323 bytes
+SHA1 (stripe-2.42.0.tar.gz) = a384d47456a2068635934dd1e2a53eb37716cf8b
+RMD160 (stripe-2.42.0.tar.gz) = 93b4a26f1a56193321d5209da8cfad79966358af
+SHA512 (stripe-2.42.0.tar.gz) = acffae91f19c943efe5f4a19f34ff35f8ef0b538e6cf83be6c4820020ad062f7e19365a8edfc048bc24306690dc50b66856526202f5c8830a85a86405f31db50
+Size (stripe-2.42.0.tar.gz) = 217456 bytes



Home | Main Index | Thread Index | Old Index