pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8



Module Name:    pkgsrc
Committed By:   wen
Date:           Mon Feb 13 11:22:54 UTC 2017

Modified Files:
        pkgsrc/devel/py-flake8: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-flake8/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-flake8/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-flake8/Makefile
diff -u pkgsrc/devel/py-flake8/Makefile:1.6 pkgsrc/devel/py-flake8/Makefile:1.7
--- pkgsrc/devel/py-flake8/Makefile:1.6 Tue Jan  3 13:23:01 2017
+++ pkgsrc/devel/py-flake8/Makefile     Mon Feb 13 11:22:54 2017
@@ -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/}

Index: pkgsrc/devel/py-flake8/distinfo
diff -u pkgsrc/devel/py-flake8/distinfo:1.4 pkgsrc/devel/py-flake8/distinfo:1.5
--- pkgsrc/devel/py-flake8/distinfo:1.4 Mon Nov 28 12:45:55 2016
+++ pkgsrc/devel/py-flake8/distinfo     Mon Feb 13 11:22:54 2017
@@ -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