pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-flake8 Update to 3.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f780b83fe372
branches:  trunk
changeset: 358448:f780b83fe372
user:      wen <wen%pkgsrc.org@localhost>
date:      Mon Feb 13 11:22:54 2017 +0000

description:
Update to 3.3.0

Upstream changes:
3.3.0 -- 2017-02-06
You can view the 3.3.0 milestone on GitLab for more details.

Add support for Python 3.6 (via dependencies). Note Flake8 does not
guarantee that all plugins will support Python 3.6.
Added unique error codes for all missing PyFlakes messages. (14 new
codes, see "Error / Violation Codes")
Dramatically improve the performance of Flake8. (See also GitLab!156)
Display the local file path instead of the temporary file path when
using the git hook. (See also GitLab#244)
Add methods to Report class that will be called when Flake8 starts and
finishes processing a file. (See also GitLab#251)
Fix problem where hooks should only check *.py files. (See also
GitLab#268)
Fix handling of SyntaxErrors that do not include physical line information.
(See also GitLab#279)
Update upper bound on PyFlakes to allow for PyFlakes 1.5.0.  (See also
GitLab#290)
Update setuptools integration to less eagerly deduplicate packages.
(See also GitLab#295)
Force flake8 --version to be repeatable between invocations. (See also
GitLab#297)

diffstat:

 devel/py-flake8/Makefile |   4 ++--
 devel/py-flake8/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6a8592f25224 -r f780b83fe372 devel/py-flake8/Makefile
--- a/devel/py-flake8/Makefile  Mon Feb 13 11:09:58 2017 +0000
+++ b/devel/py-flake8/Makefile  Mon Feb 13 11:22:54 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/01/03 13:23:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2017/02/13 11:22:54 wen Exp $
 
-DISTNAME=      flake8-3.2.1
+DISTNAME=      flake8-3.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8/}
diff -r 6a8592f25224 -r f780b83fe372 devel/py-flake8/distinfo
--- a/devel/py-flake8/distinfo  Mon Feb 13 11:09:58 2017 +0000
+++ b/devel/py-flake8/distinfo  Mon Feb 13 11:22:54 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/11/28 12:45:55 wiz Exp $
+$NetBSD: distinfo,v 1.5 2017/02/13 11:22:54 wen Exp $
 
-SHA1 (flake8-3.2.1.tar.gz) = bf42a3009ae3f5cb5cd4ea54b959dbd79f85dd4f
-RMD160 (flake8-3.2.1.tar.gz) = 69ed0c9998ca1c5f1c91dc768ce5c87404d6e5d3
-SHA512 (flake8-3.2.1.tar.gz) = 9ccb4e13d87ae1198466f112138d5ef423f55e9af1d6ab9f14d6927bd40b9d621d1a74e0acd43b1ba4e12cae67d7671dde205c04f5760d760ca9d982655d4ebf
-Size (flake8-3.2.1.tar.gz) = 129458 bytes
+SHA1 (flake8-3.3.0.tar.gz) = 12e0efd6f0cdaf877ba58c7c03a47cd0710666e2
+RMD160 (flake8-3.3.0.tar.gz) = 296cdce03fe383d436f2fd954dff1d3d40702dbf
+SHA512 (flake8-3.3.0.tar.gz) = 53b3116765f9031c96a0442954f324fe3edaf63aff21f7cf340e47e724250928d6d9786473d2680b695969ef979a8bb6d4d2b39f1598b075dcace1b221a4c099
+Size (flake8-3.3.0.tar.gz) = 134345 bytes



Home | Main Index | Thread Index | Old Index