Tue Oct 22 06:51:54 2019 UTC ()
py-flake8-docstrings: updated to 1.5.0

1.5.0

- Add --ignore-decorators option which allows functions with a specific
  decorator to ignore error codes.

1.4.0

- Add --docstring-convention option which allows selection of conventions
  besides the default pep257.  Available options are based on those
  available from pydocstyle and are currently pep257, google, and
  numpy.  flake8-docstrings also adds a special all docstring
  convention which will enable all rules from pydocstyle.  Note that
  pydocstyle defines some conflicting rules so you'll want to use
  ignore / extend-ignore when selecting docstring-convention = all

- Bump minimum flake8 version to 3

- Fix proper handling of stdin via --stdin-display-name


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-flake8-docstrings/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-flake8-docstrings/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-flake8-docstrings/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-flake8-docstrings/Makefile 2018/07/09 02:06:50 1.1
+++ pkgsrc/devel/py-flake8-docstrings/Makefile 2019/10/22 06:51:54 1.2
@@ -1,18 +1,19 @@ @@ -1,18 +1,19 @@
1# $NetBSD: Makefile,v 1.1 2018/07/09 02:06:50 minskim Exp $ 1# $NetBSD: Makefile,v 1.2 2019/10/22 06:51:54 adam Exp $
2 2
3DISTNAME= flake8-docstrings-1.3.0 3DISTNAME= flake8-docstrings-1.5.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8-docstrings/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=f/flake8-docstrings/}
7 7
8MAINTAINER= minskim@NetBSD.org 8MAINTAINER= minskim@NetBSD.org
9HOMEPAGE= https://gitlab.com/pycqa/flake8-docstrings 9HOMEPAGE= https://gitlab.com/pycqa/flake8-docstrings
10COMMENT= Extension for flake8 using pydocstyle to check docstrings 10COMMENT= Extension for flake8 using pydocstyle to check docstrings
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-docstyle>=2.1.0:../../devel/py-docstyle 13DEPENDS+= ${PYPKGPREFIX}-docstyle>=2.1.0:../../devel/py-docstyle
14DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8 14DEPENDS+= ${PYPKGPREFIX}-flake8>=3.0.0:../../devel/py-flake8
15DEPENDS+= ${PYPKGPREFIX}-flake8-polyfill-[0-9]*:../../devel/py-flake8-polyfill 15
 16USE_LANGUAGES= # none
16 17
17.include "../../lang/python/egg.mk" 18.include "../../lang/python/egg.mk"
18.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/devel/py-flake8-docstrings/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-flake8-docstrings/distinfo 2018/07/09 02:06:50 1.1
+++ pkgsrc/devel/py-flake8-docstrings/distinfo 2019/10/22 06:51:54 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2018/07/09 02:06:50 minskim Exp $ 1$NetBSD: distinfo,v 1.2 2019/10/22 06:51:54 adam Exp $
2 2
3SHA1 (flake8-docstrings-1.3.0.tar.gz) = 8f9c675b6525674c1eabbf933aced48d3044f0e7 3SHA1 (flake8-docstrings-1.5.0.tar.gz) = b393ba86615182225745dffb2acfd1b08268681d
4RMD160 (flake8-docstrings-1.3.0.tar.gz) = 5a66cf919ab679a51642f86ee57adcf0be4a5682 4RMD160 (flake8-docstrings-1.5.0.tar.gz) = bb6627e8a4166889e86e1641003ffa385c3c69d5
5SHA512 (flake8-docstrings-1.3.0.tar.gz) = b2807bd0b68071f5ea8f1de545826692d8c97c14f5f27132a2c5348a4f0599773345305208d80e6302d6ae7c714e1575c30012d50e0996ec86549df7c3278a1c 5SHA512 (flake8-docstrings-1.5.0.tar.gz) = aaf5fc94f15492822b31333231cdaba98c61b77a38d810c7dcb21964bdb9426829c6b66cf6edd68fff356f9933854b35e610f6655abd75c860f3e1487af761a3
6Size (flake8-docstrings-1.3.0.tar.gz) = 4850 bytes 6Size (flake8-docstrings-1.5.0.tar.gz) = 5674 bytes