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:   adam
Date:           Mon Mar 15 07:22:22 UTC 2021

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

Log Message:
py-flake8: updated to 3.9.0

3.9.0 -- 2021-03-14
-------------------

You can view the `3.9.0 milestone`_ on GitLab for more details.

New Dependency Information
- Pyflakes has been updated to >= 2.3.0, < 2.4.0 (See also `GitLab!466`_)
- pycodestyle has been updated to >= 2.7.0, < 2.8.0 (See also `GitLab!467`_)

Deprecations
- Drop support for python 3.4 (See also `GitLab!457`_)

Features
- Add ``--no-show-source`` option to disable ``--show-source`` (See also
  `GitLab!441`_)

Bugs Fixed
- Fix handling of ``crlf`` line endings when linting stdin (See also
  `GitLab!461`_)


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-flake8/Makefile
cvs rdiff -u -r1.27 -r1.28 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.35 pkgsrc/devel/py-flake8/Makefile:1.36
--- pkgsrc/devel/py-flake8/Makefile:1.35        Sat Oct  3 06:02:18 2020
+++ pkgsrc/devel/py-flake8/Makefile     Mon Mar 15 07:22:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.35 2020/10/03 06:02:18 adam Exp $
+# $NetBSD: Makefile,v 1.36 2021/03/15 07:22:22 adam Exp $
 
-DISTNAME=      flake8-3.8.4
+DISTNAME=      flake8-3.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/flake8/}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://gitlab.com/pycqa/flake
 COMMENT=       Modular source code checker for Python programs
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.6.0:../../devel/py-codestyle
-DEPENDS+=      ${PYPKGPREFIX}-flakes>=2.2.0:../../devel/py-flakes
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.7.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-flakes>=2.3.0:../../devel/py-flakes
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6.0:../../devel/py-mccabe
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27

Index: pkgsrc/devel/py-flake8/distinfo
diff -u pkgsrc/devel/py-flake8/distinfo:1.27 pkgsrc/devel/py-flake8/distinfo:1.28
--- pkgsrc/devel/py-flake8/distinfo:1.27        Sat Oct  3 06:02:18 2020
+++ pkgsrc/devel/py-flake8/distinfo     Mon Mar 15 07:22:22 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2020/10/03 06:02:18 adam Exp $
+$NetBSD: distinfo,v 1.28 2021/03/15 07:22:22 adam Exp $
 
-SHA1 (flake8-3.8.4.tar.gz) = 3642170bd42dbfb5852dcd5263d72ca0a50f2864
-RMD160 (flake8-3.8.4.tar.gz) = be4a5419587b2685198ecde6733566082522e0e4
-SHA512 (flake8-3.8.4.tar.gz) = 51ed09beed50175573e6184b404431b3f89aa6594c40c70ed8288982fe12c2a68992e36d69c99013188f03555bf9fef1ba4f111f8e389cef1e1daa69b41ff5b0
-Size (flake8-3.8.4.tar.gz) = 163583 bytes
+SHA1 (flake8-3.9.0.tar.gz) = 50f36a365618ede3bf8d54b47b4b599f3e786fee
+RMD160 (flake8-3.9.0.tar.gz) = efa5f2afb3e47d50f6d0c35a8968e626fd05ce9d
+SHA512 (flake8-3.9.0.tar.gz) = bfeaa13737f23318da8673c28f0f10463c0aad71a01fe70797321de3b9b7efbe7b5d0ee0664b8440db6b35d7f29f157848757d55fcac531a0c6da6371d681b65
+Size (flake8-3.9.0.tar.gz) = 164144 bytes



Home | Main Index | Thread Index | Old Index