pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance/py-stripe py-stripe: updated to 2.41.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a92f339b713a
branches: trunk
changeset: 347110:a92f339b713a
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jan 08 11:19:03 2020 +0000
description:
py-stripe: updated to 2.41.1
2.41.1:
* Fix uploading files with Unicode names (Python 2.7)
* Update Python API docs inline link
* Update `proxy.py`
2.41.0:
* Add support for `CreditNote` preview
2.40.0:
* Add list_usage_record_summaries and list_source_transactions
2.39.0:
* Add support for `Mandate`
2.38.0:
* Add support for reverse pagination
* Contributor Convenant
2.37.2:
* Implement support for stripe-should-retry and retry-after headers
2.37.1:
* Check that `error` is a dict before trying to use it to create a `StripeError`
2.37.0:
* Add `ErrorObject` to `StripeError` exceptions
* Pass `CFLAGS` and `LDFLAGS` when running tests
2.36.2:
* Use `OrderedDict` to maintain key order in API requests and responses
2.36.1:
* Use `ListObject` properties as default values in request methods
2.36.0:
* Add support for header parameters in `ListObject` request methods
diffstat:
finance/py-stripe/Makefile | 4 ++--
finance/py-stripe/PLIST | 8 +++++++-
finance/py-stripe/distinfo | 10 +++++-----
3 files changed, 14 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r 6c1a75ffeaf1 -r a92f339b713a finance/py-stripe/Makefile
--- a/finance/py-stripe/Makefile Wed Jan 08 10:40:02 2020 +0000
+++ b/finance/py-stripe/Makefile Wed Jan 08 11:19:03 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/08/26 14:26:43 adam Exp $
+# $NetBSD: Makefile,v 1.18 2020/01/08 11:19:03 adam Exp $
-DISTNAME= stripe-2.35.1
+DISTNAME= stripe-2.41.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
diff -r 6c1a75ffeaf1 -r a92f339b713a finance/py-stripe/PLIST
--- a/finance/py-stripe/PLIST Wed Jan 08 10:40:02 2020 +0000
+++ b/finance/py-stripe/PLIST Wed Jan 08 11:19:03 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2019/08/26 14:26:43 adam Exp $
+@comment $NetBSD: PLIST,v 1.9 2020/01/08 11:19:03 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -113,6 +113,9 @@
${PYSITELIB}/stripe/api_resources/ephemeral_key.py
${PYSITELIB}/stripe/api_resources/ephemeral_key.pyc
${PYSITELIB}/stripe/api_resources/ephemeral_key.pyo
+${PYSITELIB}/stripe/api_resources/error_object.py
+${PYSITELIB}/stripe/api_resources/error_object.pyc
+${PYSITELIB}/stripe/api_resources/error_object.pyo
${PYSITELIB}/stripe/api_resources/event.py
${PYSITELIB}/stripe/api_resources/event.pyc
${PYSITELIB}/stripe/api_resources/event.pyo
@@ -164,6 +167,9 @@
${PYSITELIB}/stripe/api_resources/login_link.py
${PYSITELIB}/stripe/api_resources/login_link.pyc
${PYSITELIB}/stripe/api_resources/login_link.pyo
+${PYSITELIB}/stripe/api_resources/mandate.py
+${PYSITELIB}/stripe/api_resources/mandate.pyc
+${PYSITELIB}/stripe/api_resources/mandate.pyo
${PYSITELIB}/stripe/api_resources/order.py
${PYSITELIB}/stripe/api_resources/order.pyc
${PYSITELIB}/stripe/api_resources/order.pyo
diff -r 6c1a75ffeaf1 -r a92f339b713a finance/py-stripe/distinfo
--- a/finance/py-stripe/distinfo Wed Jan 08 10:40:02 2020 +0000
+++ b/finance/py-stripe/distinfo Wed Jan 08 11:19:03 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2019/08/26 14:26:43 adam Exp $
+$NetBSD: distinfo,v 1.16 2020/01/08 11:19:03 adam Exp $
-SHA1 (stripe-2.35.1.tar.gz) = c18ae8dd0cc2c04ab9b321680d42d84a2cbf17f2
-RMD160 (stripe-2.35.1.tar.gz) = accfa92516f72696df78e593263f502586171c79
-SHA512 (stripe-2.35.1.tar.gz) = ee7b2dcc4aba422a48f971034d5a861202d4df743fc8be6411ac0d736836aedc730c35b7ce56caba8caadcbd2614bf166505f895f7b4909bd32a10c620b8be2b
-Size (stripe-2.35.1.tar.gz) = 207237 bytes
+SHA1 (stripe-2.41.1.tar.gz) = dfca3a790460f73aa24d945a5d04b74bd5d038e4
+RMD160 (stripe-2.41.1.tar.gz) = edf7c1ecbdd74703df1d5553d7085e0984ce2b64
+SHA512 (stripe-2.41.1.tar.gz) = 34939964c99f42a31efe83a458a85f139e36b8869e78e63020259eff1737c11628ce6e24825e8ade57700d24a9ac78cfa32478406be11a0901fca688cbf1e841
+Size (stripe-2.41.1.tar.gz) = 217323 bytes
Home |
Main Index |
Thread Index |
Old Index