From 9a73630b02800e8cdc9dd56502d14ebc3eb91d62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Sun, 8 Oct 2017 18:46:13 +0200 Subject: [PATCH] dev-python/stripe: Version bumps Package-Manager: Portage-2.3.8, Repoman-2.3.1 --- dev-python/stripe/Manifest | 2 +- .../stripe/{stripe-1.62.0.ebuild => stripe-1.66.0.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename dev-python/stripe/{stripe-1.62.0.ebuild => stripe-1.66.0.ebuild} (92%) diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest index 1aae0fde51a46..3f06f5b7cfc33 100644 --- a/dev-python/stripe/Manifest +++ b/dev-python/stripe/Manifest @@ -1 +1 @@ -DIST stripe-1.62.0.tar.gz 190349 SHA256 03136c5ce8fad86e265629daf4adae9dc6e1a44b6e4a08e731783764bf970fb8 SHA512 b90b96c3d76dfddc39659dbbf055da3d93cdbeb600267fceb4fa6f82b4f993e63f9da9bc49373fd3fbe4db575d214a333169f19fc30bbc4563a6451f29dcf8ca WHIRLPOOL cca3861360d2ec0408c57a45e45d4e3a77f23c29f71ab6a72380d043fcd237785b05766d2fcff95799716f8c54d048fe0577aeef4e4744a7e254aff3823eb86e +DIST stripe-1.66.0.tar.gz 191304 SHA256 d9fe9527de58ddcf05b6cfd07c444c43d53811a7fc0d58bd7a82ed4006cdbbc6 SHA512 bb98837a662f36ed4d25f45bfff6614962552abeab1240890c139333064effd911b8cb20c181f54fb540ed5315b98172aebc2785d8bc215ea61d421ad49b1ee5 WHIRLPOOL 8b8ba83a5f109f28e033d1df6157209982a33527b76cf15d7a6ad0c57b928e5778f8785be691db25c5df16b4cfe37e8676f47a270c2a8da6b09bd6da08a95af8 diff --git a/dev-python/stripe/stripe-1.62.0.ebuild b/dev-python/stripe/stripe-1.66.0.ebuild similarity index 92% rename from dev-python/stripe/stripe-1.62.0.ebuild rename to dev-python/stripe/stripe-1.66.0.ebuild index 6740332058716..e0bbe3dd84b62 100644 --- a/dev-python/stripe/stripe-1.62.0.ebuild +++ b/dev-python/stripe/stripe-1.66.0.ebuild @@ -23,7 +23,7 @@ DEPEND="${RDEPEND} dev-python/pycurl )" -DOCS="LONG_DESCRIPTION.rst" +DOCS="CHANGELOG LONG_DESCRIPTION.rst README.md" python_test() { ${PYTHON:-python} -Wall setup.py test || die