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 Feb 23 12:20:19 UTC 2024

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

Log Message:
py-stripe: updated to 8.4.0

8.4.0 - 2024-02-22
* Update generated code
  - Add `InvoiceLineItem.modify` method.
* Add TaxIds API
  * Add support for `create`, `retrieve`, `delete`, and `list` methods on resource `TaxId`
  * The `instance_url` function on resource `TaxId` now returns the top-level `/v1/tax_ids/{id}` path instead of the `/v1/customers/{customer}/tax_ids/{id}` path.
* Remove http client base
* Testing: unify http client mock


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.59 -r1.60 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.62 pkgsrc/finance/py-stripe/Makefile:1.63
--- pkgsrc/finance/py-stripe/Makefile:1.62      Wed Feb 21 13:11:19 2024
+++ pkgsrc/finance/py-stripe/Makefile   Fri Feb 23 12:20:19 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2024/02/21 13:11:19 adam Exp $
+# $NetBSD: Makefile,v 1.63 2024/02/23 12:20:19 adam Exp $
 
-DISTNAME=      stripe-8.3.0
+DISTNAME=      stripe-8.4.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.30 pkgsrc/finance/py-stripe/PLIST:1.31
--- pkgsrc/finance/py-stripe/PLIST:1.30 Wed Feb 21 13:11:19 2024
+++ pkgsrc/finance/py-stripe/PLIST      Fri Feb 23 12:20:19 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2024/02/21 13:11:19 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2024/02/23 12:20:19 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -526,6 +526,9 @@ ${PYSITELIB}/stripe/_tax_deducted_at_sou
 ${PYSITELIB}/stripe/_tax_id.py
 ${PYSITELIB}/stripe/_tax_id.pyc
 ${PYSITELIB}/stripe/_tax_id.pyo
+${PYSITELIB}/stripe/_tax_id_service.py
+${PYSITELIB}/stripe/_tax_id_service.pyc
+${PYSITELIB}/stripe/_tax_id_service.pyo
 ${PYSITELIB}/stripe/_tax_rate.py
 ${PYSITELIB}/stripe/_tax_rate.pyc
 ${PYSITELIB}/stripe/_tax_rate.pyo

Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.59 pkgsrc/finance/py-stripe/distinfo:1.60
--- pkgsrc/finance/py-stripe/distinfo:1.59      Wed Feb 21 13:11:19 2024
+++ pkgsrc/finance/py-stripe/distinfo   Fri Feb 23 12:20:19 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.59 2024/02/21 13:11:19 adam Exp $
+$NetBSD: distinfo,v 1.60 2024/02/23 12:20:19 adam Exp $
 
-BLAKE2s (stripe-8.3.0.tar.gz) = 2358556ee19d3441d93aa9593192cecd33d33692c6fdd31502a595191fdbd7ae
-SHA512 (stripe-8.3.0.tar.gz) = 963bc17da4acb8664482459dd0c09bba6859f17e0aa0ef55da8a9aa588174e1f34072084e9f94829cf81d0e4f9bb78df2836fdc58710f49acb4b17a271b7742c
-Size (stripe-8.3.0.tar.gz) = 1067989 bytes
+BLAKE2s (stripe-8.4.0.tar.gz) = c40f5be181394e8200d0ef8f50f93955fe787cb68b9c5afdd1e57a74aad39b18
+SHA512 (stripe-8.4.0.tar.gz) = b7ddb5a11c379492f5a7eafcc44197e026e3020420a83c294db6bbe2d73b39c4af38746817d0684e84f09232b12b45280d919090a331a9a0d03af4d02e59ef99
+Size (stripe-8.4.0.tar.gz) = 1071302 bytes



Home | Main Index | Thread Index | Old Index