Date: Tuesday, July 26, 2016 @ 04:59:28
  Author: felixonmars
Revision: 272462

upgpkg: python-setuptools 1:25.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-07-25 21:03:13 UTC (rev 272461)
+++ PKGBUILD    2016-07-26 04:59:28 UTC (rev 272462)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=25.0.0
+pkgver=25.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -26,6 +26,8 @@
       -e '/tag_date = 1/d' \
       -i setuptools/setup.cfg
 
+  sed -i 's/flake8<3dev/flake8/' setuptools/setup.py
+
   cp -a setuptools{,-py2}
 
   cd "$srcdir"/setuptools

Reply via email to