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

Felix Yan fyan at archlinux.org
Mon Feb 22 07:21:26 UTC 2016


    Date: Monday, February 22, 2016 @ 08:21:26
  Author: fyan
Revision: 163117

upgpkg: python-praw 3.4.0-1

Modified:
  python-praw/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-22 07:18:05 UTC (rev 163116)
+++ PKGBUILD	2016-02-22 07:21:26 UTC (rev 163117)
@@ -3,7 +3,7 @@
 
 pkgbase=python-praw
 pkgname=('python-praw' 'python2-praw')
-pkgver=3.3.0
+pkgver=3.4.0
 pkgrel=1
 pkgdesc="Python Reddit API Wrapper that allows for simple access to reddit's API"
 arch=('any')
@@ -12,11 +12,13 @@
 makedepends=('python-setuptools' 'python2-setuptools' 'python-decorator' 'python2-decorator'
              'python-requests' 'python2-requests' 'python-six' 'python2-six'
              'python-update_checker' 'python2-update_checker' 'git')
-checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 'python2-betamax-matchers')
+checkdepends=('python-mock' 'python2-mock' 'python-betamax-matchers' 'python2-betamax-matchers'
+              'python-betamax-serializers' 'python2-betamax-serializers')
 source=("git+https://github.com/praw-dev/praw.git#tag=v$pkgver")
 md5sums=('SKIP')
 
 prepare() {
+  sed -i 's/mock ==1.0.1/mock/' praw/setup.py
   cp -a praw{,-py2}
 }
 



More information about the arch-commits mailing list