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
This commit is contained in:
parent
3f8c6e0eb2
commit
d12dcf164e
2 changed files with 8 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.32 2020/10/15 13:44:39 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.33 2020/12/02 19:58:14 adam Exp $
|
||||
|
||||
DISTNAME= stripe-2.55.0
|
||||
DISTNAME= stripe-2.55.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= finance python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=s/stripe/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://stripe.com/
|
||||
HOMEPAGE= https://github.com/stripe/stripe-python
|
||||
COMMENT= Stripe python bindings
|
||||
LICENSE= mit
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.29 2020/10/15 13:44:39 adam Exp $
|
||||
$NetBSD: distinfo,v 1.30 2020/12/02 19:58:14 adam Exp $
|
||||
|
||||
SHA1 (stripe-2.55.0.tar.gz) = 004255deaaf3483e98a2b3aeca5fd6ed3f59b76b
|
||||
RMD160 (stripe-2.55.0.tar.gz) = 28ad5601847fdaf77734c4ffc5e823ee04eef4a2
|
||||
SHA512 (stripe-2.55.0.tar.gz) = 863d7dd352c75fb0d2a0013bf74aab34ac94b6b7fdca44d1e3fd2a5201f133e3ed17597ae2ce46fe15bf0729f40c3c860f9caf919e3c77ff80026687dc936cc2
|
||||
Size (stripe-2.55.0.tar.gz) = 219589 bytes
|
||||
SHA1 (stripe-2.55.1.tar.gz) = 55648c18c534c10f2293a59c00a3a6c06e858e7c
|
||||
RMD160 (stripe-2.55.1.tar.gz) = 575f1621ce3c738f65621573bad10e56cc8d26d2
|
||||
SHA512 (stripe-2.55.1.tar.gz) = f776539758797fdc994191d1b15b124faaca59168ac2cd4f517612d5a25b208f5dadceaa849b3bce9509ffa1be62704fa9cb5db66223ef01bc8d2f55b0002c94
|
||||
Size (stripe-2.55.1.tar.gz) = 221154 bytes
|
||||
|
|
Loading…
Reference in a new issue