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.55.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66ec448cad4f
branches:  trunk
changeset: 442888:66ec448cad4f
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 02 19:58:14 2020 +0000

description:
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

diffstat:

 finance/py-stripe/Makefile |   6 +++---
 finance/py-stripe/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 7654478d314c -r 66ec448cad4f finance/py-stripe/Makefile
--- a/finance/py-stripe/Makefile        Wed Dec 02 18:27:24 2020 +0000
+++ b/finance/py-stripe/Makefile        Wed Dec 02 19:58:14 2020 +0000
@@ -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@localhost
-HOMEPAGE=      https://stripe.com/
+HOMEPAGE=      https://github.com/stripe/stripe-python
 COMMENT=       Stripe python bindings
 LICENSE=       mit
 
diff -r 7654478d314c -r 66ec448cad4f finance/py-stripe/distinfo
--- a/finance/py-stripe/distinfo        Wed Dec 02 18:27:24 2020 +0000
+++ b/finance/py-stripe/distinfo        Wed Dec 02 19:58:14 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index