diff options
author | koobs <koobs@FreeBSD.org> | 2013-10-26 14:44:26 +0800 |
---|---|---|
committer | koobs <koobs@FreeBSD.org> | 2013-10-26 14:44:26 +0800 |
commit | a9fd0a9e0000d2026786e84fb8253fb6f6016db0 (patch) | |
tree | f13b52d49d2ad1547997adca4a8095e68bb32e18 /finance | |
parent | cfd2f3565053ae0dc4c5ab7b383a96ac571a0ba2 (diff) | |
download | freebsd-ports-gnome-a9fd0a9e0000d2026786e84fb8253fb6f6016db0.tar.gz freebsd-ports-gnome-a9fd0a9e0000d2026786e84fb8253fb6f6016db0.tar.zst freebsd-ports-gnome-a9fd0a9e0000d2026786e84fb8253fb6f6016db0.zip |
finance/py-stripe: Update to 1.9.8
- Update to 1.9.8
I missed this during the initial port commit. It fixes the failing unit
test.
Changes:
1.9.8 2013-10-17: Removed incorrect test.
1.9.7 2013-10-10: Add support for metadata.
1.9.6 2013-10-08: Fix issue with support for closing disputes.
PR: ports/182313
Diffstat (limited to 'finance')
-rw-r--r-- | finance/py-stripe/Makefile | 2 | ||||
-rw-r--r-- | finance/py-stripe/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/finance/py-stripe/Makefile b/finance/py-stripe/Makefile index 10d003250b1e..5415682da94f 100644 --- a/finance/py-stripe/Makefile +++ b/finance/py-stripe/Makefile @@ -3,7 +3,7 @@ # PORTNAME= stripe -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.8 CATEGORIES= finance python MASTER_SITES= https://code.stripe.com/stripe/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/finance/py-stripe/distinfo b/finance/py-stripe/distinfo index 1537c160a33e..896e698bbd60 100644 --- a/finance/py-stripe/distinfo +++ b/finance/py-stripe/distinfo @@ -1,2 +1,2 @@ -SHA256 (stripe-1.9.5.tar.gz) = 5c01bab3ae831f8eb2ad72f9337777f66abb2f952cddc417bfb31038335d746c -SIZE (stripe-1.9.5.tar.gz) = 142358 +SHA256 (stripe-1.9.8.tar.gz) = 6fa50635daf56340fda495b1cb6cbaeefea0b73ef3d1ef4e69cafe9437e52479 +SIZE (stripe-1.9.8.tar.gz) = 143137 |