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

Felix Yan felixonmars at archlinux.org
Thu Jul 13 08:18:44 UTC 2017


    Date: Thursday, July 13, 2017 @ 08:18:44
  Author: felixonmars
Revision: 244900

upgpkg: python-prawcore 0.11.0-1

Modified:
  python-prawcore/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 08:14:18 UTC (rev 244899)
+++ PKGBUILD	2017-07-13 08:18:44 UTC (rev 244900)
@@ -3,7 +3,7 @@
 
 pkgbase=python-prawcore
 pkgname=('python-prawcore' 'python2-prawcore')
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="Low-level communication layer for PRAW 4+."
 arch=('any')
@@ -11,11 +11,13 @@
 url="https://github.com/praw-dev/prawcore"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 'python2-requests')
 checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 'python2-betamax-matchers'
-              'python-betamax-serializers' 'python2-betamax-serializers')
+              'python-betamax-serializers' 'python2-betamax-serializers' 'python-testfixtures'
+              'python2-testfixtures')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/praw-dev/prawcore/archive/v$pkgver.tar.gz")
-sha512sums=('db7a2276dfa06d4f5424e25eec6f5e3370970e6a0249b69db7338bce9f298db5ef3fe5733735fa86219e66b0311b9c580a24f24e544bbcb5dd0bf8f673a18f87')
+sha512sums=('2f49abca35515836be6e27938f7a7bbdf3b8d8e7c4ffb305f646ecf068968478d724fa7839071110b7960a2313b0ab11f1a0d13e8378ed1b616317612b83aeb9')
 
 prepare() {
+  sed -i 's/testfixtures >4.13.2, <5/testfixtures >4.13.2, <6/' prawcore-$pkgver/setup.py
   cp -a prawcore-$pkgver{,-py2}
 }
 



More information about the arch-commits mailing list