Wed Dec 2 19:58:14 2020 UTC ()
py-stripe: updated to 2.55.1

2.55.1:
Fix issue where StripeObjects in lists would not be converted to dicts
Start testing Python 3.9
Include the examples in the built sources


(adam)
diff -r1.32 -r1.33 pkgsrc/finance/py-stripe/Makefile
diff -r1.29 -r1.30 pkgsrc/finance/py-stripe/distinfo

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

--- pkgsrc/finance/py-stripe/Makefile 2020/10/15 13:44:39 1.32
+++ pkgsrc/finance/py-stripe/Makefile 2020/12/02 19:58:14 1.33
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1# $NetBSD: Makefile,v 1.32 2020/10/15 13:44:39 adam Exp $ 1# $NetBSD: Makefile,v 1.33 2020/12/02 19:58:14 adam Exp $
2 2
3DISTNAME= stripe-2.55.0 3DISTNAME= stripe-2.55.1
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://github.com/stripe/stripe-python
10COMMENT= Stripe python bindings 10COMMENT= Stripe python bindings
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests 13DEPENDS+= ${PYPKGPREFIX}-requests>=2.20:../../devel/py-requests
14# tests require stripe-mock 14# tests require stripe-mock
15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov 15TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=2.5:../../devel/py-test-cov
16TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock 16TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock>=1.7:../../devel/py-test-mock
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.22:../../devel/py-test-xdist 17TEST_DEPENDS+= ${PYPKGPREFIX}-test-xdist>=1.22:../../devel/py-test-xdist
18 18
19PYTHON_VERSIONED_DEPENDENCIES= test:test 19PYTHON_VERSIONED_DEPENDENCIES= test:test
20 20
21USE_LANGUAGES= # none 21USE_LANGUAGES= # none
22 22

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

--- pkgsrc/finance/py-stripe/distinfo 2020/10/15 13:44:39 1.29
+++ pkgsrc/finance/py-stripe/distinfo 2020/12/02 19:58:14 1.30
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.29 2020/10/15 13:44:39 adam Exp $ 1$NetBSD: distinfo,v 1.30 2020/12/02 19:58:14 adam Exp $
2 2
3SHA1 (stripe-2.55.0.tar.gz) = 004255deaaf3483e98a2b3aeca5fd6ed3f59b76b 3SHA1 (stripe-2.55.1.tar.gz) = 55648c18c534c10f2293a59c00a3a6c06e858e7c
4RMD160 (stripe-2.55.0.tar.gz) = 28ad5601847fdaf77734c4ffc5e823ee04eef4a2 4RMD160 (stripe-2.55.1.tar.gz) = 575f1621ce3c738f65621573bad10e56cc8d26d2
5SHA512 (stripe-2.55.0.tar.gz) = 863d7dd352c75fb0d2a0013bf74aab34ac94b6b7fdca44d1e3fd2a5201f133e3ed17597ae2ce46fe15bf0729f40c3c860f9caf919e3c77ff80026687dc936cc2 5SHA512 (stripe-2.55.1.tar.gz) = f776539758797fdc994191d1b15b124faaca59168ac2cd4f517612d5a25b208f5dadceaa849b3bce9509ffa1be62704fa9cb5db66223ef01bc8d2f55b0002c94
6Size (stripe-2.55.0.tar.gz) = 219589 bytes 6Size (stripe-2.55.1.tar.gz) = 221154 bytes