[arch-commits] Commit in python-pytest-flake8/trunk (PKGBUILD)
    Felix Yan 
    felixonmars at archlinux.org
       
    Fri Oct  7 08:10:00 UTC 2016
    
    
  
    Date: Friday, October 7, 2016 @ 08:09:59
  Author: felixonmars
Revision: 191534
upgpkg: python-pytest-flake8 0.7-1
Modified:
  python-pytest-flake8/trunk/PKGBUILD
----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-07 06:50:56 UTC (rev 191533)
+++ PKGBUILD	2016-10-07 08:09:59 UTC (rev 191534)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-flake8
 pkgname=('python-pytest-flake8' 'python2-pytest-flake8')
-pkgver=0.6
+pkgver=0.7
 pkgrel=1
 pkgdesc='pytest plugin to check FLAKE8 requirements'
 arch=('any')
@@ -14,6 +14,9 @@
 md5sums=('SKIP')
 
 prepare() {
+  # https://github.com/tholo/pytest-flake8/pull/14
+  sed -i 's/flake8-ignore = E128/flake8-ignore = E128 E501/' pytest-flake8/tox.ini
+
   cp -a pytest-flake8{,-py2}
 }
 
    
    
More information about the arch-commits
mailing list