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: Sun Jan 23 19:14:56 UTC 2022
Modified Files:
pkgsrc/finance/py-stripe: Makefile PLIST distinfo
Log Message:
py-stripe: updated to 2.65.0
2.65.0
* API Updates
* Add support for new resource `PaymentLink`
* Start testing Python 3.10
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.42 -r1.43 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.44 pkgsrc/finance/py-stripe/Makefile:1.45
--- pkgsrc/finance/py-stripe/Makefile:1.44 Tue Jan 4 20:53:54 2022
+++ pkgsrc/finance/py-stripe/Makefile Sun Jan 23 19:14:56 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2022/01/04 20:53:54 wiz Exp $
+# $NetBSD: Makefile,v 1.45 2022/01/23 19:14:56 adam Exp $
-DISTNAME= stripe-2.64.0
+DISTNAME= stripe-2.65.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
Index: pkgsrc/finance/py-stripe/PLIST
diff -u pkgsrc/finance/py-stripe/PLIST:1.20 pkgsrc/finance/py-stripe/PLIST:1.21
--- pkgsrc/finance/py-stripe/PLIST:1.20 Wed Nov 17 13:51:55 2021
+++ pkgsrc/finance/py-stripe/PLIST Sun Jan 23 19:14:56 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2021/11/17 13:51:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.21 2022/01/23 19:14:56 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -203,6 +203,9 @@ ${PYSITELIB}/stripe/api_resources/order_
${PYSITELIB}/stripe/api_resources/payment_intent.py
${PYSITELIB}/stripe/api_resources/payment_intent.pyc
${PYSITELIB}/stripe/api_resources/payment_intent.pyo
+${PYSITELIB}/stripe/api_resources/payment_link.py
+${PYSITELIB}/stripe/api_resources/payment_link.pyc
+${PYSITELIB}/stripe/api_resources/payment_link.pyo
${PYSITELIB}/stripe/api_resources/payment_method.py
${PYSITELIB}/stripe/api_resources/payment_method.pyc
${PYSITELIB}/stripe/api_resources/payment_method.pyo
Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.42 pkgsrc/finance/py-stripe/distinfo:1.43
--- pkgsrc/finance/py-stripe/distinfo:1.42 Thu Dec 30 20:41:18 2021
+++ pkgsrc/finance/py-stripe/distinfo Sun Jan 23 19:14:56 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.42 2021/12/30 20:41:18 adam Exp $
+$NetBSD: distinfo,v 1.43 2022/01/23 19:14:56 adam Exp $
-BLAKE2s (stripe-2.64.0.tar.gz) = 695b30f4f14a4519ce07070d44d9bcdddc668224ebe9a6a64245ae97e2ecb52c
-SHA512 (stripe-2.64.0.tar.gz) = 5055b5a712c0891f3660d00fe7bb27452cce33aa4a9c70fbd7391dd989d31aeb8d8288c3cdd22747b6fd4c480be17f7ab9428c31ea7d2c674e175e77f4f6a0b7
-Size (stripe-2.64.0.tar.gz) = 234442 bytes
+BLAKE2s (stripe-2.65.0.tar.gz) = 48e100e91cda1c814ee2f1374fc9a20bc0a9b79e27e715de8c7d87214fda8708
+SHA512 (stripe-2.65.0.tar.gz) = 309a3e2202e7e8983bf7d8a403a588c6793f35866bf44edf6fc2877624a98716033e633b1f38790b2731049cfef3f90c878b5bc9df65dce9f4606414944dc8f4
+Size (stripe-2.65.0.tar.gz) = 234847 bytes
Home |
Main Index |
Thread Index |
Old Index