[arch-commits] Commit in python-braintree/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 13 16:20:32 UTC 2020


    Date: Thursday, February 13, 2020 @ 16:20:31
  Author: felixonmars
Revision: 570601

upgpkg: python-braintree 3.59.0-1

Modified:
  python-braintree/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-13 16:19:50 UTC (rev 570600)
+++ PKGBUILD	2020-02-13 16:20:31 UTC (rev 570601)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-braintree
-pkgver=3.57.1
-pkgrel=2
+pkgver=3.59.0
+pkgrel=1
 pkgdesc="Braintree Python Library"
 arch=('any')
 url="https://www.braintreepayments.com/docs/python"
@@ -11,12 +11,8 @@
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/braintree/braintree_python/archive/$pkgver.tar.gz")
-sha512sums=('12ab4854360510e74649d2c4a18a0e85a811af6e8702230ef73cc68912f610441382de3037ef2ca9c43f0fdb41ac84b6ffa6f6184e6d2d619a4f32aa92ca18eb')
+sha512sums=('209019414392858d4e6ab9893801b82cea58079eb111fcbb73322263228765607c0c0647370f709da0ad9f50e32c1a8f8e4dbe5380469b85a0f9cd306b1e31bb')
 
-prepare() {
-  sed -i -e 's/import cgi/import urllib.parse/' -e 's/cgi.parse_qs/urllib.parse.parse_qs/' braintree_python-$pkgver/braintree/transparent_redirect_gateway.py
-}
-
 build() {
   cd braintree_python-$pkgver
   python setup.py build



More information about the arch-commits mailing list