Tue Jan 15 19:14:07 2019 UTC ()
py-stripe: updated to 2.18.0

2.18.0:
* Add configurable telemetry to gather information on client-side request latency

2.17.0:
* Add support for Checkout sessions

2.16.0:
* Add support for account links

2.15.0:
* Add support for providing custom CA certificate bundle

2.14.0:
* Add support for Review for Radar

2.13.0:
* Add support for ValueList and ValueListItem for Radar

2.12.1:
* Make StripeResponse a new-style class

2.12.0:
* Add new API endpoints for the Invoice resource.

2.11.1:
* Bump minimum requests version to 2.20.0 (for [CVE-2018-18074](https://nvd.nist.gov/vuln/detail/CVE-2018-18074))

2.11.0:
* Add support for the Person resource
* Add support for the WebhookEndpoint resource

2.10.1:
* Correct behavior of stripe.max_network_retries if it's reset after initial use

2.10.0:
* Add support for Stripe Terminal

2.9.0:
* Rename FileUpload to File

2.8.1:
* Don't URL-encode square brackets
* Integer-index encode all arrays

2.8.0:
* Add support for automatic network retries

2.7.0:
* Add support for reporting resources

2.6.0:
* Add support for usage record summaries

2.5.0:
* Remove unsupported Bitcoin endpoints (this is technically a breaking change, but we're releasing as a minor version because none of these APIs were usable anyway)

2.4.0:
* Add cancel support for topups
* Add support for file links

2.3.0:
* Add support for Sigma scheduled query run objects

2.2.0:
* Add support for Stripe Issuing

2.1.0:
* Add InvoiceLineItem class

2.0.3:
* Internal improvements to ApiResource.class_url

2.0.2:
* Avoid duplicate dependency on requests with Python 2.7

2.0.1:
* Fix setup.py

2.0.0:
Major version release. List of backwards incompatible changes to watch out for:
* The minimum Python versions are now 2.7 / 3.4. If you're using Python 2.6 or 3.3, consider upgrading to a more recent version.
* Stripe exception classes should now be accessed via stripe.error rather than just stripe
* Some older deprecated methods have been removed
* Trying to detach an unattached source will now raise a stripe.error.InvalidRequestError exception instead of a NotImplementedError exception

Pull requests included in this release:
* Drop support for Python 2.6 and 3.3
* Use py.test for tests
* Remove deprecated code
* Remove util.json and use json module directly everywhere
* Update setup.py and test flow
* Use pipenv
* Change exception when detaching unattached sources from NotImplementedError to stripe.error.InvalidRequestError


(adam)
diff -r1.14 -r1.15 pkgsrc/finance/py-stripe/Makefile
diff -r1.5 -r1.6 pkgsrc/finance/py-stripe/PLIST
diff -r1.12 -r1.13 pkgsrc/finance/py-stripe/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/finance/py-stripe/Makefile (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/Makefile 2017/10/12 08:06:47 1.14
+++ pkgsrc/finance/py-stripe/Makefile 2019/01/15 19:14:07 1.15
@@ -1,19 +1,23 @@ @@ -1,19 +1,23 @@
1# $NetBSD: Makefile,v 1.14 2017/10/12 08:06:47 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2019/01/15 19:14:07 adam Exp $
2 2
3DISTNAME= stripe-1.67.0 3DISTNAME= stripe-2.18.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= finance python 5CATEGORIES= finance python
6MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://stripe.com/ 9HOMEPAGE= https://stripe.com/
10COMMENT= Stripe python bindings 10COMMENT= Stripe python bindings
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=0.8.8:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
14DEPENDS+= ${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson 14# tests require stripe-mock
 15TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.4:../../devel/py-test
 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov
 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock
 18TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.22:../../devel/py-test-xdist
15 19
16USE_LANGUAGES= # none 20USE_LANGUAGES= # none
17 21
18.include "../../lang/python/egg.mk" 22.include "../../lang/python/egg.mk"
19.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/finance/py-stripe/PLIST (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/PLIST 2017/10/10 12:23:24 1.5
+++ pkgsrc/finance/py-stripe/PLIST 2019/01/15 19:14:07 1.6
@@ -1,172 +1,296 @@ @@ -1,172 +1,296 @@
1@comment $NetBSD: PLIST,v 1.5 2017/10/10 12:23:24 adam Exp $ 1@comment $NetBSD: PLIST,v 1.6 2019/01/15 19:14:07 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 7${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/stripe/__init__.py 8${PYSITELIB}/stripe/__init__.py
8${PYSITELIB}/stripe/__init__.pyc 9${PYSITELIB}/stripe/__init__.pyc
9${PYSITELIB}/stripe/__init__.pyo 10${PYSITELIB}/stripe/__init__.pyo
10${PYSITELIB}/stripe/api_requestor.py 11${PYSITELIB}/stripe/api_requestor.py
11${PYSITELIB}/stripe/api_requestor.pyc 12${PYSITELIB}/stripe/api_requestor.pyc
12${PYSITELIB}/stripe/api_requestor.pyo 13${PYSITELIB}/stripe/api_requestor.pyo
 14${PYSITELIB}/stripe/api_resources/__init__.py
 15${PYSITELIB}/stripe/api_resources/__init__.pyc
 16${PYSITELIB}/stripe/api_resources/__init__.pyo
 17${PYSITELIB}/stripe/api_resources/abstract/__init__.py
 18${PYSITELIB}/stripe/api_resources/abstract/__init__.pyc
 19${PYSITELIB}/stripe/api_resources/abstract/__init__.pyo
 20${PYSITELIB}/stripe/api_resources/abstract/api_resource.py
 21${PYSITELIB}/stripe/api_resources/abstract/api_resource.pyc
 22${PYSITELIB}/stripe/api_resources/abstract/api_resource.pyo
 23${PYSITELIB}/stripe/api_resources/abstract/createable_api_resource.py
 24${PYSITELIB}/stripe/api_resources/abstract/createable_api_resource.pyc
 25${PYSITELIB}/stripe/api_resources/abstract/createable_api_resource.pyo
 26${PYSITELIB}/stripe/api_resources/abstract/deletable_api_resource.py
 27${PYSITELIB}/stripe/api_resources/abstract/deletable_api_resource.pyc
 28${PYSITELIB}/stripe/api_resources/abstract/deletable_api_resource.pyo
 29${PYSITELIB}/stripe/api_resources/abstract/listable_api_resource.py
 30${PYSITELIB}/stripe/api_resources/abstract/listable_api_resource.pyc
 31${PYSITELIB}/stripe/api_resources/abstract/listable_api_resource.pyo
 32${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.py
 33${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.pyc
 34${PYSITELIB}/stripe/api_resources/abstract/nested_resource_class_methods.pyo
 35${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.py
 36${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.pyc
 37${PYSITELIB}/stripe/api_resources/abstract/singleton_api_resource.pyo
 38${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.py
 39${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.pyc
 40${PYSITELIB}/stripe/api_resources/abstract/updateable_api_resource.pyo
 41${PYSITELIB}/stripe/api_resources/abstract/verify_mixin.py
 42${PYSITELIB}/stripe/api_resources/abstract/verify_mixin.pyc
 43${PYSITELIB}/stripe/api_resources/abstract/verify_mixin.pyo
 44${PYSITELIB}/stripe/api_resources/account.py
 45${PYSITELIB}/stripe/api_resources/account.pyc
 46${PYSITELIB}/stripe/api_resources/account.pyo
 47${PYSITELIB}/stripe/api_resources/account_link.py
 48${PYSITELIB}/stripe/api_resources/account_link.pyc
 49${PYSITELIB}/stripe/api_resources/account_link.pyo
 50${PYSITELIB}/stripe/api_resources/alipay_account.py
 51${PYSITELIB}/stripe/api_resources/alipay_account.pyc
 52${PYSITELIB}/stripe/api_resources/alipay_account.pyo
 53${PYSITELIB}/stripe/api_resources/apple_pay_domain.py
 54${PYSITELIB}/stripe/api_resources/apple_pay_domain.pyc
 55${PYSITELIB}/stripe/api_resources/apple_pay_domain.pyo
 56${PYSITELIB}/stripe/api_resources/application_fee.py
 57${PYSITELIB}/stripe/api_resources/application_fee.pyc
 58${PYSITELIB}/stripe/api_resources/application_fee.pyo
 59${PYSITELIB}/stripe/api_resources/application_fee_refund.py
 60${PYSITELIB}/stripe/api_resources/application_fee_refund.pyc
 61${PYSITELIB}/stripe/api_resources/application_fee_refund.pyo
 62${PYSITELIB}/stripe/api_resources/balance.py
 63${PYSITELIB}/stripe/api_resources/balance.pyc
 64${PYSITELIB}/stripe/api_resources/balance.pyo
 65${PYSITELIB}/stripe/api_resources/balance_transaction.py
 66${PYSITELIB}/stripe/api_resources/balance_transaction.pyc
 67${PYSITELIB}/stripe/api_resources/balance_transaction.pyo
 68${PYSITELIB}/stripe/api_resources/bank_account.py
 69${PYSITELIB}/stripe/api_resources/bank_account.pyc
 70${PYSITELIB}/stripe/api_resources/bank_account.pyo
 71${PYSITELIB}/stripe/api_resources/bitcoin_receiver.py
 72${PYSITELIB}/stripe/api_resources/bitcoin_receiver.pyc
 73${PYSITELIB}/stripe/api_resources/bitcoin_receiver.pyo
 74${PYSITELIB}/stripe/api_resources/bitcoin_transaction.py
 75${PYSITELIB}/stripe/api_resources/bitcoin_transaction.pyc
 76${PYSITELIB}/stripe/api_resources/bitcoin_transaction.pyo
 77${PYSITELIB}/stripe/api_resources/card.py
 78${PYSITELIB}/stripe/api_resources/card.pyc
 79${PYSITELIB}/stripe/api_resources/card.pyo
 80${PYSITELIB}/stripe/api_resources/charge.py
 81${PYSITELIB}/stripe/api_resources/charge.pyc
 82${PYSITELIB}/stripe/api_resources/charge.pyo
 83${PYSITELIB}/stripe/api_resources/checkout_session.py
 84${PYSITELIB}/stripe/api_resources/checkout_session.pyc
 85${PYSITELIB}/stripe/api_resources/checkout_session.pyo
 86${PYSITELIB}/stripe/api_resources/country_spec.py
 87${PYSITELIB}/stripe/api_resources/country_spec.pyc
 88${PYSITELIB}/stripe/api_resources/country_spec.pyo
 89${PYSITELIB}/stripe/api_resources/coupon.py
 90${PYSITELIB}/stripe/api_resources/coupon.pyc
 91${PYSITELIB}/stripe/api_resources/coupon.pyo
 92${PYSITELIB}/stripe/api_resources/customer.py
 93${PYSITELIB}/stripe/api_resources/customer.pyc
 94${PYSITELIB}/stripe/api_resources/customer.pyo
 95${PYSITELIB}/stripe/api_resources/dispute.py
 96${PYSITELIB}/stripe/api_resources/dispute.pyc
 97${PYSITELIB}/stripe/api_resources/dispute.pyo
 98${PYSITELIB}/stripe/api_resources/ephemeral_key.py
 99${PYSITELIB}/stripe/api_resources/ephemeral_key.pyc
 100${PYSITELIB}/stripe/api_resources/ephemeral_key.pyo
 101${PYSITELIB}/stripe/api_resources/event.py
 102${PYSITELIB}/stripe/api_resources/event.pyc
 103${PYSITELIB}/stripe/api_resources/event.pyo
 104${PYSITELIB}/stripe/api_resources/exchange_rate.py
 105${PYSITELIB}/stripe/api_resources/exchange_rate.pyc
 106${PYSITELIB}/stripe/api_resources/exchange_rate.pyo
 107${PYSITELIB}/stripe/api_resources/file.py
 108${PYSITELIB}/stripe/api_resources/file.pyc
 109${PYSITELIB}/stripe/api_resources/file.pyo
 110${PYSITELIB}/stripe/api_resources/file_link.py
 111${PYSITELIB}/stripe/api_resources/file_link.pyc
 112${PYSITELIB}/stripe/api_resources/file_link.pyo
 113${PYSITELIB}/stripe/api_resources/invoice.py
 114${PYSITELIB}/stripe/api_resources/invoice.pyc
 115${PYSITELIB}/stripe/api_resources/invoice.pyo
 116${PYSITELIB}/stripe/api_resources/invoice_item.py
 117${PYSITELIB}/stripe/api_resources/invoice_item.pyc
 118${PYSITELIB}/stripe/api_resources/invoice_item.pyo
 119${PYSITELIB}/stripe/api_resources/invoice_line_item.py
 120${PYSITELIB}/stripe/api_resources/invoice_line_item.pyc
 121${PYSITELIB}/stripe/api_resources/invoice_line_item.pyo
 122${PYSITELIB}/stripe/api_resources/issuer_fraud_record.py
 123${PYSITELIB}/stripe/api_resources/issuer_fraud_record.pyc
 124${PYSITELIB}/stripe/api_resources/issuer_fraud_record.pyo
 125${PYSITELIB}/stripe/api_resources/issuing/__init__.py
 126${PYSITELIB}/stripe/api_resources/issuing/__init__.pyc
 127${PYSITELIB}/stripe/api_resources/issuing/__init__.pyo
 128${PYSITELIB}/stripe/api_resources/issuing/authorization.py
 129${PYSITELIB}/stripe/api_resources/issuing/authorization.pyc
 130${PYSITELIB}/stripe/api_resources/issuing/authorization.pyo
 131${PYSITELIB}/stripe/api_resources/issuing/card.py
 132${PYSITELIB}/stripe/api_resources/issuing/card.pyc
 133${PYSITELIB}/stripe/api_resources/issuing/card.pyo
 134${PYSITELIB}/stripe/api_resources/issuing/card_details.py
 135${PYSITELIB}/stripe/api_resources/issuing/card_details.pyc
 136${PYSITELIB}/stripe/api_resources/issuing/card_details.pyo
 137${PYSITELIB}/stripe/api_resources/issuing/cardholder.py
 138${PYSITELIB}/stripe/api_resources/issuing/cardholder.pyc
 139${PYSITELIB}/stripe/api_resources/issuing/cardholder.pyo
 140${PYSITELIB}/stripe/api_resources/issuing/dispute.py
 141${PYSITELIB}/stripe/api_resources/issuing/dispute.pyc
 142${PYSITELIB}/stripe/api_resources/issuing/dispute.pyo
 143${PYSITELIB}/stripe/api_resources/issuing/transaction.py
 144${PYSITELIB}/stripe/api_resources/issuing/transaction.pyc
 145${PYSITELIB}/stripe/api_resources/issuing/transaction.pyo
 146${PYSITELIB}/stripe/api_resources/list_object.py
 147${PYSITELIB}/stripe/api_resources/list_object.pyc
 148${PYSITELIB}/stripe/api_resources/list_object.pyo
 149${PYSITELIB}/stripe/api_resources/login_link.py
 150${PYSITELIB}/stripe/api_resources/login_link.pyc
 151${PYSITELIB}/stripe/api_resources/login_link.pyo
 152${PYSITELIB}/stripe/api_resources/order.py
 153${PYSITELIB}/stripe/api_resources/order.pyc
 154${PYSITELIB}/stripe/api_resources/order.pyo
 155${PYSITELIB}/stripe/api_resources/order_return.py
 156${PYSITELIB}/stripe/api_resources/order_return.pyc
 157${PYSITELIB}/stripe/api_resources/order_return.pyo
 158${PYSITELIB}/stripe/api_resources/payment_intent.py
 159${PYSITELIB}/stripe/api_resources/payment_intent.pyc
 160${PYSITELIB}/stripe/api_resources/payment_intent.pyo
 161${PYSITELIB}/stripe/api_resources/payout.py
 162${PYSITELIB}/stripe/api_resources/payout.pyc
 163${PYSITELIB}/stripe/api_resources/payout.pyo
 164${PYSITELIB}/stripe/api_resources/person.py
 165${PYSITELIB}/stripe/api_resources/person.pyc
 166${PYSITELIB}/stripe/api_resources/person.pyo
 167${PYSITELIB}/stripe/api_resources/plan.py
 168${PYSITELIB}/stripe/api_resources/plan.pyc
 169${PYSITELIB}/stripe/api_resources/plan.pyo
 170${PYSITELIB}/stripe/api_resources/product.py
 171${PYSITELIB}/stripe/api_resources/product.pyc
 172${PYSITELIB}/stripe/api_resources/product.pyo
 173${PYSITELIB}/stripe/api_resources/radar/__init__.py
 174${PYSITELIB}/stripe/api_resources/radar/__init__.pyc
 175${PYSITELIB}/stripe/api_resources/radar/__init__.pyo
 176${PYSITELIB}/stripe/api_resources/radar/value_list.py
 177${PYSITELIB}/stripe/api_resources/radar/value_list.pyc
 178${PYSITELIB}/stripe/api_resources/radar/value_list.pyo
 179${PYSITELIB}/stripe/api_resources/radar/value_list_item.py
 180${PYSITELIB}/stripe/api_resources/radar/value_list_item.pyc
 181${PYSITELIB}/stripe/api_resources/radar/value_list_item.pyo
 182${PYSITELIB}/stripe/api_resources/recipient.py
 183${PYSITELIB}/stripe/api_resources/recipient.pyc
 184${PYSITELIB}/stripe/api_resources/recipient.pyo
 185${PYSITELIB}/stripe/api_resources/recipient_transfer.py
 186${PYSITELIB}/stripe/api_resources/recipient_transfer.pyc
 187${PYSITELIB}/stripe/api_resources/recipient_transfer.pyo
 188${PYSITELIB}/stripe/api_resources/refund.py
 189${PYSITELIB}/stripe/api_resources/refund.pyc
 190${PYSITELIB}/stripe/api_resources/refund.pyo
 191${PYSITELIB}/stripe/api_resources/reporting/__init__.py
 192${PYSITELIB}/stripe/api_resources/reporting/__init__.pyc
 193${PYSITELIB}/stripe/api_resources/reporting/__init__.pyo
 194${PYSITELIB}/stripe/api_resources/reporting/report_run.py
 195${PYSITELIB}/stripe/api_resources/reporting/report_run.pyc
 196${PYSITELIB}/stripe/api_resources/reporting/report_run.pyo
 197${PYSITELIB}/stripe/api_resources/reporting/report_type.py
 198${PYSITELIB}/stripe/api_resources/reporting/report_type.pyc
 199${PYSITELIB}/stripe/api_resources/reporting/report_type.pyo
 200${PYSITELIB}/stripe/api_resources/reversal.py
 201${PYSITELIB}/stripe/api_resources/reversal.pyc
 202${PYSITELIB}/stripe/api_resources/reversal.pyo
 203${PYSITELIB}/stripe/api_resources/review.py
 204${PYSITELIB}/stripe/api_resources/review.pyc
 205${PYSITELIB}/stripe/api_resources/review.pyo
 206${PYSITELIB}/stripe/api_resources/sigma/__init__.py
 207${PYSITELIB}/stripe/api_resources/sigma/__init__.pyc
 208${PYSITELIB}/stripe/api_resources/sigma/__init__.pyo
 209${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.py
 210${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.pyc
 211${PYSITELIB}/stripe/api_resources/sigma/scheduled_query_run.pyo
 212${PYSITELIB}/stripe/api_resources/sku.py
 213${PYSITELIB}/stripe/api_resources/sku.pyc
 214${PYSITELIB}/stripe/api_resources/sku.pyo
 215${PYSITELIB}/stripe/api_resources/source.py
 216${PYSITELIB}/stripe/api_resources/source.pyc
 217${PYSITELIB}/stripe/api_resources/source.pyo
 218${PYSITELIB}/stripe/api_resources/source_transaction.py
 219${PYSITELIB}/stripe/api_resources/source_transaction.pyc
 220${PYSITELIB}/stripe/api_resources/source_transaction.pyo
 221${PYSITELIB}/stripe/api_resources/subscription.py
 222${PYSITELIB}/stripe/api_resources/subscription.pyc
 223${PYSITELIB}/stripe/api_resources/subscription.pyo
 224${PYSITELIB}/stripe/api_resources/subscription_item.py
 225${PYSITELIB}/stripe/api_resources/subscription_item.pyc
 226${PYSITELIB}/stripe/api_resources/subscription_item.pyo
 227${PYSITELIB}/stripe/api_resources/terminal/__init__.py
 228${PYSITELIB}/stripe/api_resources/terminal/__init__.pyc
 229${PYSITELIB}/stripe/api_resources/terminal/__init__.pyo
 230${PYSITELIB}/stripe/api_resources/terminal/connection_token.py
 231${PYSITELIB}/stripe/api_resources/terminal/connection_token.pyc
 232${PYSITELIB}/stripe/api_resources/terminal/connection_token.pyo
 233${PYSITELIB}/stripe/api_resources/terminal/location.py
 234${PYSITELIB}/stripe/api_resources/terminal/location.pyc
 235${PYSITELIB}/stripe/api_resources/terminal/location.pyo
 236${PYSITELIB}/stripe/api_resources/terminal/reader.py
 237${PYSITELIB}/stripe/api_resources/terminal/reader.pyc
 238${PYSITELIB}/stripe/api_resources/terminal/reader.pyo
 239${PYSITELIB}/stripe/api_resources/three_d_secure.py
 240${PYSITELIB}/stripe/api_resources/three_d_secure.pyc
 241${PYSITELIB}/stripe/api_resources/three_d_secure.pyo
 242${PYSITELIB}/stripe/api_resources/token.py
 243${PYSITELIB}/stripe/api_resources/token.pyc
 244${PYSITELIB}/stripe/api_resources/token.pyo
 245${PYSITELIB}/stripe/api_resources/topup.py
 246${PYSITELIB}/stripe/api_resources/topup.pyc
 247${PYSITELIB}/stripe/api_resources/topup.pyo
 248${PYSITELIB}/stripe/api_resources/transfer.py
 249${PYSITELIB}/stripe/api_resources/transfer.pyc
 250${PYSITELIB}/stripe/api_resources/transfer.pyo
 251${PYSITELIB}/stripe/api_resources/usage_record.py
 252${PYSITELIB}/stripe/api_resources/usage_record.pyc
 253${PYSITELIB}/stripe/api_resources/usage_record.pyo
 254${PYSITELIB}/stripe/api_resources/usage_record_summary.py
 255${PYSITELIB}/stripe/api_resources/usage_record_summary.pyc
 256${PYSITELIB}/stripe/api_resources/usage_record_summary.pyo
 257${PYSITELIB}/stripe/api_resources/webhook_endpoint.py
 258${PYSITELIB}/stripe/api_resources/webhook_endpoint.pyc
 259${PYSITELIB}/stripe/api_resources/webhook_endpoint.pyo
13${PYSITELIB}/stripe/data/ca-certificates.crt 260${PYSITELIB}/stripe/data/ca-certificates.crt
14${PYSITELIB}/stripe/error.py 261${PYSITELIB}/stripe/error.py
15${PYSITELIB}/stripe/error.pyc 262${PYSITELIB}/stripe/error.pyc
16${PYSITELIB}/stripe/error.pyo 263${PYSITELIB}/stripe/error.pyo
17${PYSITELIB}/stripe/http_client.py 264${PYSITELIB}/stripe/http_client.py
18${PYSITELIB}/stripe/http_client.pyc 265${PYSITELIB}/stripe/http_client.pyc
19${PYSITELIB}/stripe/http_client.pyo 266${PYSITELIB}/stripe/http_client.pyo
20${PYSITELIB}/stripe/importer.py 
21${PYSITELIB}/stripe/importer.pyc 
22${PYSITELIB}/stripe/importer.pyo 
23${PYSITELIB}/stripe/multipart_data_generator.py 267${PYSITELIB}/stripe/multipart_data_generator.py
24${PYSITELIB}/stripe/multipart_data_generator.pyc 268${PYSITELIB}/stripe/multipart_data_generator.pyc
25${PYSITELIB}/stripe/multipart_data_generator.pyo 269${PYSITELIB}/stripe/multipart_data_generator.pyo
26${PYSITELIB}/stripe/oauth.py 270${PYSITELIB}/stripe/oauth.py
27${PYSITELIB}/stripe/oauth.pyc 271${PYSITELIB}/stripe/oauth.pyc
28${PYSITELIB}/stripe/oauth.pyo 272${PYSITELIB}/stripe/oauth.pyo
29${PYSITELIB}/stripe/oauth_error.py 273${PYSITELIB}/stripe/oauth_error.py
30${PYSITELIB}/stripe/oauth_error.pyc 274${PYSITELIB}/stripe/oauth_error.pyc
31${PYSITELIB}/stripe/oauth_error.pyo 275${PYSITELIB}/stripe/oauth_error.pyo
32${PYSITELIB}/stripe/resource.py 276${PYSITELIB}/stripe/request_metrics.py
33${PYSITELIB}/stripe/resource.pyc 277${PYSITELIB}/stripe/request_metrics.pyc
34${PYSITELIB}/stripe/resource.pyo 278${PYSITELIB}/stripe/request_metrics.pyo
35${PYSITELIB}/stripe/test/__init__.py 279${PYSITELIB}/stripe/six.py
36${PYSITELIB}/stripe/test/__init__.pyc 280${PYSITELIB}/stripe/six.pyc
37${PYSITELIB}/stripe/test/__init__.pyo 281${PYSITELIB}/stripe/six.pyo
38${PYSITELIB}/stripe/test/helper.py 282${PYSITELIB}/stripe/stripe_object.py
39${PYSITELIB}/stripe/test/helper.pyc 283${PYSITELIB}/stripe/stripe_object.pyc
40${PYSITELIB}/stripe/test/helper.pyo 284${PYSITELIB}/stripe/stripe_object.pyo
41${PYSITELIB}/stripe/test/resources/__init__.py 285${PYSITELIB}/stripe/stripe_response.py
42${PYSITELIB}/stripe/test/resources/__init__.pyc 286${PYSITELIB}/stripe/stripe_response.pyc
43${PYSITELIB}/stripe/test/resources/__init__.pyo 287${PYSITELIB}/stripe/stripe_response.pyo
44${PYSITELIB}/stripe/test/resources/test_accounts.py 
45${PYSITELIB}/stripe/test/resources/test_accounts.pyc 
46${PYSITELIB}/stripe/test/resources/test_accounts.pyo 
47${PYSITELIB}/stripe/test/resources/test_api_resource.py 
48${PYSITELIB}/stripe/test/resources/test_api_resource.pyc 
49${PYSITELIB}/stripe/test/resources/test_api_resource.pyo 
50${PYSITELIB}/stripe/test/resources/test_apple_pay_domain.py 
51${PYSITELIB}/stripe/test/resources/test_apple_pay_domain.pyc 
52${PYSITELIB}/stripe/test/resources/test_apple_pay_domain.pyo 
53${PYSITELIB}/stripe/test/resources/test_application_fees.py 
54${PYSITELIB}/stripe/test/resources/test_application_fees.pyc 
55${PYSITELIB}/stripe/test/resources/test_application_fees.pyo 
56${PYSITELIB}/stripe/test/resources/test_balances.py 
57${PYSITELIB}/stripe/test/resources/test_balances.pyc 
58${PYSITELIB}/stripe/test/resources/test_balances.pyo 
59${PYSITELIB}/stripe/test/resources/test_bitcoin.py 
60${PYSITELIB}/stripe/test/resources/test_bitcoin.pyc 
61${PYSITELIB}/stripe/test/resources/test_bitcoin.pyo 
62${PYSITELIB}/stripe/test/resources/test_charges.py 
63${PYSITELIB}/stripe/test/resources/test_charges.pyc 
64${PYSITELIB}/stripe/test/resources/test_charges.pyo 
65${PYSITELIB}/stripe/test/resources/test_country_specs.py 
66${PYSITELIB}/stripe/test/resources/test_country_specs.pyc 
67${PYSITELIB}/stripe/test/resources/test_country_specs.pyo 
68${PYSITELIB}/stripe/test/resources/test_coupon.py 
69${PYSITELIB}/stripe/test/resources/test_coupon.pyc 
70${PYSITELIB}/stripe/test/resources/test_coupon.pyo 
71${PYSITELIB}/stripe/test/resources/test_createable.py 
72${PYSITELIB}/stripe/test/resources/test_createable.pyc 
73${PYSITELIB}/stripe/test/resources/test_createable.pyo 
74${PYSITELIB}/stripe/test/resources/test_customers.py 
75${PYSITELIB}/stripe/test/resources/test_customers.pyc 
76${PYSITELIB}/stripe/test/resources/test_customers.pyo 
77${PYSITELIB}/stripe/test/resources/test_deletable.py 
78${PYSITELIB}/stripe/test/resources/test_deletable.pyc 
79${PYSITELIB}/stripe/test/resources/test_deletable.pyo 
80${PYSITELIB}/stripe/test/resources/test_disputes.py 
81${PYSITELIB}/stripe/test/resources/test_disputes.pyc 
82${PYSITELIB}/stripe/test/resources/test_disputes.pyo 
83${PYSITELIB}/stripe/test/resources/test_ephemeral_keys.py 
84${PYSITELIB}/stripe/test/resources/test_ephemeral_keys.pyc 
85${PYSITELIB}/stripe/test/resources/test_ephemeral_keys.pyo 
86${PYSITELIB}/stripe/test/resources/test_file_uploads.py 
87${PYSITELIB}/stripe/test/resources/test_file_uploads.pyc 
88${PYSITELIB}/stripe/test/resources/test_file_uploads.pyo 
89${PYSITELIB}/stripe/test/resources/test_invoices.py 
90${PYSITELIB}/stripe/test/resources/test_invoices.pyc 
91${PYSITELIB}/stripe/test/resources/test_invoices.pyo 
92${PYSITELIB}/stripe/test/resources/test_list_object.py 
93${PYSITELIB}/stripe/test/resources/test_list_object.pyc 
94${PYSITELIB}/stripe/test/resources/test_list_object.pyo 
95${PYSITELIB}/stripe/test/resources/test_listable.py 
96${PYSITELIB}/stripe/test/resources/test_listable.pyc 
97${PYSITELIB}/stripe/test/resources/test_listable.pyo 
98${PYSITELIB}/stripe/test/resources/test_metadata.py 
99${PYSITELIB}/stripe/test/resources/test_metadata.pyc 
100${PYSITELIB}/stripe/test/resources/test_metadata.pyo 
101${PYSITELIB}/stripe/test/resources/test_payouts.py 
102${PYSITELIB}/stripe/test/resources/test_payouts.pyc 
103${PYSITELIB}/stripe/test/resources/test_payouts.pyo 
104${PYSITELIB}/stripe/test/resources/test_plans.py 
105${PYSITELIB}/stripe/test/resources/test_plans.pyc 
106${PYSITELIB}/stripe/test/resources/test_plans.pyo 
107${PYSITELIB}/stripe/test/resources/test_recipients.py 
108${PYSITELIB}/stripe/test/resources/test_recipients.pyc 
109${PYSITELIB}/stripe/test/resources/test_recipients.pyo 
110${PYSITELIB}/stripe/test/resources/test_refunds.py 
111${PYSITELIB}/stripe/test/resources/test_refunds.pyc 
112${PYSITELIB}/stripe/test/resources/test_refunds.pyo 
113${PYSITELIB}/stripe/test/resources/test_relay.py 
114${PYSITELIB}/stripe/test/resources/test_relay.pyc 
115${PYSITELIB}/stripe/test/resources/test_relay.pyo 
116${PYSITELIB}/stripe/test/resources/test_reversals.py 
117${PYSITELIB}/stripe/test/resources/test_reversals.pyc 
118${PYSITELIB}/stripe/test/resources/test_reversals.pyo 
119${PYSITELIB}/stripe/test/resources/test_sources.py 
120${PYSITELIB}/stripe/test/resources/test_sources.pyc 
121${PYSITELIB}/stripe/test/resources/test_sources.pyo 
122${PYSITELIB}/stripe/test/resources/test_stripe_object.py 
123${PYSITELIB}/stripe/test/resources/test_stripe_object.pyc 
124${PYSITELIB}/stripe/test/resources/test_stripe_object.pyo 
125${PYSITELIB}/stripe/test/resources/test_subscription_items.py 
126${PYSITELIB}/stripe/test/resources/test_subscription_items.pyc 
127${PYSITELIB}/stripe/test/resources/test_subscription_items.pyo 
128${PYSITELIB}/stripe/test/resources/test_subscriptions.py 
129${PYSITELIB}/stripe/test/resources/test_subscriptions.pyc 
130${PYSITELIB}/stripe/test/resources/test_subscriptions.pyo 
131${PYSITELIB}/stripe/test/resources/test_threedsecure.py 
132${PYSITELIB}/stripe/test/resources/test_threedsecure.pyc 
133${PYSITELIB}/stripe/test/resources/test_threedsecure.pyo 
134${PYSITELIB}/stripe/test/resources/test_transfers.py 
135${PYSITELIB}/stripe/test/resources/test_transfers.pyc 
136${PYSITELIB}/stripe/test/resources/test_transfers.pyo 
137${PYSITELIB}/stripe/test/resources/test_updateable.py 
138${PYSITELIB}/stripe/test/resources/test_updateable.pyc 
139${PYSITELIB}/stripe/test/resources/test_updateable.pyo 
140${PYSITELIB}/stripe/test/test_error.py 
141${PYSITELIB}/stripe/test/test_error.pyc 
142${PYSITELIB}/stripe/test/test_error.pyo 
143${PYSITELIB}/stripe/test/test_http_client.py 
144${PYSITELIB}/stripe/test/test_http_client.pyc 
145${PYSITELIB}/stripe/test/test_http_client.pyo 
146${PYSITELIB}/stripe/test/test_integration.py 
147${PYSITELIB}/stripe/test/test_integration.pyc 
148${PYSITELIB}/stripe/test/test_integration.pyo 
149${PYSITELIB}/stripe/test/test_multipart_data_generator.py 
150${PYSITELIB}/stripe/test/test_multipart_data_generator.pyc 
151${PYSITELIB}/stripe/test/test_multipart_data_generator.pyo 
152${PYSITELIB}/stripe/test/test_oauth.py 
153${PYSITELIB}/stripe/test/test_oauth.pyc 
154${PYSITELIB}/stripe/test/test_oauth.pyo 
155${PYSITELIB}/stripe/test/test_requestor.py 
156${PYSITELIB}/stripe/test/test_requestor.pyc 
157${PYSITELIB}/stripe/test/test_requestor.pyo 
158${PYSITELIB}/stripe/test/test_util.py 
159${PYSITELIB}/stripe/test/test_util.pyc 
160${PYSITELIB}/stripe/test/test_util.pyo 
161${PYSITELIB}/stripe/test/test_webhook.py 
162${PYSITELIB}/stripe/test/test_webhook.pyc 
163${PYSITELIB}/stripe/test/test_webhook.pyo 
164${PYSITELIB}/stripe/util.py 288${PYSITELIB}/stripe/util.py
165${PYSITELIB}/stripe/util.pyc 289${PYSITELIB}/stripe/util.pyc
166${PYSITELIB}/stripe/util.pyo 290${PYSITELIB}/stripe/util.pyo
167${PYSITELIB}/stripe/version.py 291${PYSITELIB}/stripe/version.py
168${PYSITELIB}/stripe/version.pyc 292${PYSITELIB}/stripe/version.pyc
169${PYSITELIB}/stripe/version.pyo 293${PYSITELIB}/stripe/version.pyo
170${PYSITELIB}/stripe/webhook.py 294${PYSITELIB}/stripe/webhook.py
171${PYSITELIB}/stripe/webhook.pyc 295${PYSITELIB}/stripe/webhook.pyc
172${PYSITELIB}/stripe/webhook.pyo 296${PYSITELIB}/stripe/webhook.pyo

cvs diff -r1.12 -r1.13 pkgsrc/finance/py-stripe/distinfo (expand / switch to unified diff)

--- pkgsrc/finance/py-stripe/distinfo 2017/10/12 08:06:47 1.12
+++ pkgsrc/finance/py-stripe/distinfo 2019/01/15 19:14:07 1.13
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.12 2017/10/12 08:06:47 adam Exp $ 1$NetBSD: distinfo,v 1.13 2019/01/15 19:14:07 adam Exp $
2 2
3SHA1 (stripe-1.67.0.tar.gz) = 30ee2a4f16cabf084b59f74f2b03e6c953331345 3SHA1 (stripe-2.18.0.tar.gz) = 8d28a9bfced1cc429c822caef62ff23b55b1bd4c
4RMD160 (stripe-1.67.0.tar.gz) = fd74acf43da7c0f5e680f35ad2c577195d5574d8 4RMD160 (stripe-2.18.0.tar.gz) = 7f52a395f3b3df65154a80d7b1e7902ff01ec14f
5SHA512 (stripe-1.67.0.tar.gz) = 99fe12690ba7280c5935d27b560beded790ff31530735b7937620b8bc0f732e5e5a1091575fcbd371b9e0859193a6af0a678c4713cfee86523253b83e1108215 5SHA512 (stripe-2.18.0.tar.gz) = 0cb5227e563e1095c49d9290a62232393907bfa7ca68540ed2231e67225a24583b337badb258f4984262ee57f0c7520f300df9e83fa4ae9452c6407fe1ef28ee
6Size (stripe-1.67.0.tar.gz) = 191421 bytes 6Size (stripe-2.18.0.tar.gz) = 196693 bytes