Date: Thursday, November 17, 2016 @ 06:05:21 Author: felixonmars Revision: 196109
upgpkg: flake8 1:3.2.0-1 Modified: flake8/trunk/PKGBUILD Deleted: flake8/trunk/pycodestyle-2.1.patch -----------------------+ PKGBUILD | 13 ++++--------- pycodestyle-2.1.patch | 10 ---------- 2 files changed, 4 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-17 06:03:46 UTC (rev 196108) +++ PKGBUILD 2016-11-17 06:05:21 UTC (rev 196109) @@ -6,8 +6,8 @@ pkgbase=flake8 pkgname=(flake8 python2-flake8) -pkgver=3.0.4 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 epoch=1 pkgdesc="The modular source code checker: pep8, pyflakes and co" arch=('any') @@ -18,15 +18,10 @@ 'python2-enum34' 'python2-configparser' 'python-pytest-runner' 'python2-pytest-runner' 'git') checkdepends=('python-mock' 'python2-mock') -source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver" - pycodestyle-2.1.patch) -md5sums=('SKIP' - 'aa1c184ffea3f79f4c53f3ad459ba6a4') +source=("git+https://gitlab.com/pycqa/flake8.git#tag=$pkgver") +md5sums=('SKIP') prepare() { - # FS#51728 - (cd flake8/src/flake8; patch -p1 -i "$srcdir"/pycodestyle-2.1.patch) - sed -i -e 's/, *< *[0-9=.]*//' flake8/setup.py cp -a flake8{,-py2} } Deleted: pycodestyle-2.1.patch =================================================================== --- pycodestyle-2.1.patch 2016-11-17 06:03:46 UTC (rev 196108) +++ pycodestyle-2.1.patch 2016-11-17 06:05:21 UTC (rev 196109) @@ -1,10 +0,0 @@ ---- a/processor.py 2016-08-08 20:35:49.000000000 +0800 -+++ b/processor.py 2016-11-07 13:15:49.496852642 +0800 -@@ -98,6 +98,7 @@ - self.statistics = { - 'logical lines': 0, - } -+ self.previous_unindented_logical_line = '' - - @contextlib.contextmanager - def inside_multiline(self, line_number):