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: Thu Aug 20 09:19:19 UTC 2026
Modified Files:
pkgsrc/finance/py-stripe: Makefile PLIST distinfo
Log Message:
py-stripe: updated to 15.5.1
15.5.1 - 2026-08-18
better document StripeObject's to_dict behavior
15.5.0 - 2026-08-10
Add async iteration to v2 list auto-pagination
Adds async for support to v2 ListObject.auto_paging_iter().
Surface object property on EventNotification
Emit Claude Code plugin hint at module load time
Emits new Claude Code plugin hint when CLAUDECODE or CLAUDE_CODE_CHILD_SESSION environment variables are detected.
add/adjust event parsing helpers
Added methods that return their respective Event/EventNotification class instances without verifying authenticity. Use them when you've previously verified an event (e.g. you verified, put the event
in a queue, and are now processing). Supports events from AWS EventBridge and Azure Event Grid natively.
Webhook.construct_event_without_verification(payload)
StripeClient.construct_event_without_verification(payload)
StripeClient.parse_event_notification_without_verification(payload)
Added WebhookSignature.generate_signature_header(payload, secret, timestamp=None), which computes a full Stripe-Signature header for the given payload. Useful for unit tests!
Add stripe.major_api_version constant
To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/finance/py-stripe/Makefile
cvs rdiff -u -r1.40 -r1.41 pkgsrc/finance/py-stripe/PLIST
cvs rdiff -u -r1.77 -r1.78 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.82 pkgsrc/finance/py-stripe/Makefile:1.83
--- pkgsrc/finance/py-stripe/Makefile:1.82 Sat Jun 13 06:20:23 2026
+++ pkgsrc/finance/py-stripe/Makefile Thu Aug 20 09:19:19 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2026/06/13 06:20:23 adam Exp $
+# $NetBSD: Makefile,v 1.83 2026/08/20 09:19:19 adam Exp $
-DISTNAME= stripe-15.2.1
+DISTNAME= stripe-15.5.1
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.40 pkgsrc/finance/py-stripe/PLIST:1.41
--- pkgsrc/finance/py-stripe/PLIST:1.40 Thu May 28 04:06:10 2026
+++ pkgsrc/finance/py-stripe/PLIST Thu Aug 20 09:19:19 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2026/05/28 04:06:10 adam Exp $
+@comment $NetBSD: PLIST,v 1.41 2026/08/20 09:19:19 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -588,6 +588,9 @@ ${PYSITELIB}/stripe/_tax_rate_service.py
${PYSITELIB}/stripe/_tax_service.py
${PYSITELIB}/stripe/_tax_service.pyc
${PYSITELIB}/stripe/_tax_service.pyo
+${PYSITELIB}/stripe/_telemetry_id.py
+${PYSITELIB}/stripe/_telemetry_id.pyc
+${PYSITELIB}/stripe/_telemetry_id.pyo
${PYSITELIB}/stripe/_terminal_service.py
${PYSITELIB}/stripe/_terminal_service.pyc
${PYSITELIB}/stripe/_terminal_service.pyo
@@ -874,6 +877,9 @@ ${PYSITELIB}/stripe/financial_connection
${PYSITELIB}/stripe/financial_connections/_account_service.py
${PYSITELIB}/stripe/financial_connections/_account_service.pyc
${PYSITELIB}/stripe/financial_connections/_account_service.pyo
+${PYSITELIB}/stripe/financial_connections/_authorization.py
+${PYSITELIB}/stripe/financial_connections/_authorization.pyc
+${PYSITELIB}/stripe/financial_connections/_authorization.pyo
${PYSITELIB}/stripe/financial_connections/_session.py
${PYSITELIB}/stripe/financial_connections/_session.pyc
${PYSITELIB}/stripe/financial_connections/_session.pyo
@@ -1078,6 +1084,9 @@ ${PYSITELIB}/stripe/params/_account_retr
${PYSITELIB}/stripe/params/_account_session_create_params.py
${PYSITELIB}/stripe/params/_account_session_create_params.pyc
${PYSITELIB}/stripe/params/_account_session_create_params.pyo
+${PYSITELIB}/stripe/params/_account_unreject_params.py
+${PYSITELIB}/stripe/params/_account_unreject_params.pyc
+${PYSITELIB}/stripe/params/_account_unreject_params.pyo
${PYSITELIB}/stripe/params/_account_update_params.py
${PYSITELIB}/stripe/params/_account_update_params.pyc
${PYSITELIB}/stripe/params/_account_update_params.pyo
@@ -1672,6 +1681,9 @@ ${PYSITELIB}/stripe/params/_payment_meth
${PYSITELIB}/stripe/params/_payment_method_update_params.py
${PYSITELIB}/stripe/params/_payment_method_update_params.pyc
${PYSITELIB}/stripe/params/_payment_method_update_params.pyo
+${PYSITELIB}/stripe/params/_payment_record_list_params.py
+${PYSITELIB}/stripe/params/_payment_record_list_params.pyc
+${PYSITELIB}/stripe/params/_payment_record_list_params.pyo
${PYSITELIB}/stripe/params/_payment_record_report_payment_attempt_canceled_params.py
${PYSITELIB}/stripe/params/_payment_record_report_payment_attempt_canceled_params.pyc
${PYSITELIB}/stripe/params/_payment_record_report_payment_attempt_canceled_params.pyo
Index: pkgsrc/finance/py-stripe/distinfo
diff -u pkgsrc/finance/py-stripe/distinfo:1.77 pkgsrc/finance/py-stripe/distinfo:1.78
--- pkgsrc/finance/py-stripe/distinfo:1.77 Sat Jun 13 06:20:23 2026
+++ pkgsrc/finance/py-stripe/distinfo Thu Aug 20 09:19:19 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.77 2026/06/13 06:20:23 adam Exp $
+$NetBSD: distinfo,v 1.78 2026/08/20 09:19:19 adam Exp $
-BLAKE2s (stripe-15.2.1.tar.gz) = 484f313be6b0ce3ae4f73cafe4c01172f2963b5c43134ee864cd4b38b04a52aa
-SHA512 (stripe-15.2.1.tar.gz) = 0712b879ebf9d12ecda58264d787986c2552a7158c2ffe2755962095a2df27d1b07629af417370356c7af3453a433e54b4a36c92e7a9a716af9fd6f3684bd4f9
-Size (stripe-15.2.1.tar.gz) = 1520402 bytes
+BLAKE2s (stripe-15.5.1.tar.gz) = ac93f6cb40a1abf422d5a78c812347cdb5b4918c975cba0c303aa73782b06d5e
+SHA512 (stripe-15.5.1.tar.gz) = 3c31ff744972622323faa84598b75718bcda8a5dac4e2e510ff1c5265af2306f2ef7fbd005aa6ad48659102c5b60d8c84dd4666ba1631096260b7f68c291a63c
+Size (stripe-15.5.1.tar.gz) = 1544797 bytes
Home |
Main Index |
Thread Index |
Old Index