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

Felix Yan fyan at archlinux.org
Mon Dec 14 13:47:01 UTC 2015


    Date: Monday, December 14, 2015 @ 14:47:00
  Author: fyan
Revision: 153250

upgpkg: python-httpretty 0.8.12-1

Modified:
  python-httpretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-14 13:43:07 UTC (rev 153249)
+++ PKGBUILD	2015-12-14 13:47:00 UTC (rev 153250)
@@ -3,7 +3,8 @@
 
 pkgbase=python-httpretty
 pkgname=("python-httpretty" "python2-httpretty")
-pkgver=0.8.11
+pkgver=0.8.12
+_commit=f8e89e8ac5d7cd187b4ae65776c5069aafe35933
 pkgrel=1
 pkgdesc="HTTP client mock for Python"
 arch=('any')
@@ -13,14 +14,11 @@
 checkdepends=('python-nose' 'python2-nose' 'python-coverage' 'python2-coverage' 'python-mock' 'python2-mock'
               'python-sure' 'python2-sure' 'python-tornado' 'python2-tornado' 'python-requests' 'python2-requests'
               'python-httplib2' 'python2-httplib2')
-source=("git+https://github.com/gabrielfalcao/HTTPretty.git#tag=$pkgver")
+source=("git+https://github.com/gabrielfalcao/HTTPretty.git#commit=$_commit")
 md5sums=('SKIP')
 
 prepare() {
   cp -a HTTPretty{,-py2}
-
-  # Fix the encoding issue
-  sed -i 's/key=lambda (matcher, _): matcher.priority,/key=lambda matcher, _: matcher.priority,/' -i HTTPretty/httpretty/core.py
 }
 
 check() {



More information about the arch-commits mailing list