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:           Wed Mar 30 07:14:50 UTC 2022

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

Log Message:
py-stripe: updated to 2.69.0

2.69.0 - 2022-03-29
* API Updates
  * Add support for Search API
    * Add support for `search` method on resources `Charge`, `Customer`, `Invoice`, `PaymentIntent`, `Price`, `Product`, and `Subscription`
* Pin click dependency to 8.0.4 to avoid breakage in black
* Add infrastructure for test-helper methods
* Revert Orders to use qualified name for upload_api_base

2.68.0 - 2022-03-23
* API Updates
  * Add support for `cancel` method on resource `Refund`
* Add support for SearchResult.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.45 -r1.46 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.47 pkgsrc/finance/py-stripe/Makefile:1.48
--- pkgsrc/finance/py-stripe/Makefile:1.47      Tue Mar 15 06:01:19 2022
+++ pkgsrc/finance/py-stripe/Makefile   Wed Mar 30 07:14:50 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2022/03/15 06:01:19 adam Exp $
+# $NetBSD: Makefile,v 1.48 2022/03/30 07:14:50 adam Exp $
 
-DISTNAME=      stripe-2.67.0
+DISTNAME=      stripe-2.69.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.22 pkgsrc/finance/py-stripe/PLIST:1.23
--- pkgsrc/finance/py-stripe/PLIST:1.22 Tue Mar 15 06:01:19 2022
+++ pkgsrc/finance/py-stripe/PLIST      Wed Mar 30 07:14:50 2022
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.22 2022/03/15 06:01:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.23 2022/03/30 07:14:50 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -35,9 +35,15 @@ ${PYSITELIB}/stripe/api_resources/abstra
 ${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.py
 ${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.pyc
 ${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.pyo
+${PYSITELIB}/stripe/api_resources/abstract/searchable_api_resource.py
+${PYSITELIB}/stripe/api_resources/abstract/searchable_api_resource.pyc
+${PYSITELIB}/stripe/api_resources/abstract/searchable_api_resource.pyo
 ${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.py
 ${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.pyc
 ${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.pyo
+${PYSITELIB}/stripe/api_resources/abstract/test_helpers.py
+${PYSITELIB}/stripe/api_resources/abstract/test_helpers.pyc
+${PYSITELIB}/stripe/api_resources/abstract/test_helpers.pyo
 ${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.py
 ${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.pyc
 ${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.pyo
@@ -266,6 +272,9 @@ ${PYSITELIB}/stripe/api_resources/revers
 ${PYSITELIB}/stripe/api_resources/review.py
 ${PYSITELIB}/stripe/api_resources/review.pyc
 ${PYSITELIB}/stripe/api_resources/review.pyo
+${PYSITELIB}/stripe/api_resources/search_result_object.py
+${PYSITELIB}/stripe/api_resources/search_result_object.pyc
+${PYSITELIB}/stripe/api_resources/search_result_object.pyo
 ${PYSITELIB}/stripe/api_resources/setup_attempt.py
 ${PYSITELIB}/stripe/api_resources/setup_attempt.pyc
 ${PYSITELIB}/stripe/api_resources/setup_attempt.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.45 pkgsrc/finance/py-stripe/distinfo:1.46
--- pkgsrc/finance/py-stripe/distinfo:1.45      Tue Mar 15 06:01:19 2022
+++ pkgsrc/finance/py-stripe/distinfo   Wed Mar 30 07:14:50 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2022/03/15 06:01:19 adam Exp $
+$NetBSD: distinfo,v 1.46 2022/03/30 07:14:50 adam Exp $
 
-BLAKE2s (stripe-2.67.0.tar.gz) = f3952bd7d18383d4d35ee6ded1d1aaa88c12bf218ee2b1560a23885144818288
-SHA512 (stripe-2.67.0.tar.gz) = 099208259c6ca8d69fd6f39f72b9f12f41eace2f0a2a08b017f6141ad06882df742749941326fb8d9898db7c59e32ed74a464ad372d6f7f0a929c9ae4e4d2475
-Size (stripe-2.67.0.tar.gz) = 235426 bytes
+BLAKE2s (stripe-2.69.0.tar.gz) = cc000eb7ad4195b7e172d8d8b8d1fa94eee54ffbe7f8eb3b5c429c15b5e83ef8
+SHA512 (stripe-2.69.0.tar.gz) = 4b7d9e92de34c7495c9160b60241a0716c3a416ccd8a54ab0d3c6707d52815603ee6724e918819e47658795a682dfbbe11a81dea539a4ab209fed5d7a7f954a1
+Size (stripe-2.69.0.tar.gz) = 239405 bytes



Home | Main Index | Thread Index | Old Index