Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-autopep8 py-autopep8: updated to 1.5.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4b28ed0ea12
branches:  trunk
changeset: 433257:b4b28ed0ea12
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 01 05:12:22 2020 +0000

description:
py-autopep8: updated to 1.5.3

version 1.5.3

changes
requirement pycodestyle version 2.6.0+

fix bugs
Expected pyproject.toml configuration syntax incompatible with TOML format
Fix incompatible exit code with --jobs=0 and --exit-code
Fix hangup E122 fixed method with backslash

diffstat:

 devel/py-autopep8/Makefile |   7 ++++---
 devel/py-autopep8/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 8 deletions(-)

diffs (37 lines):

diff -r 59f6fd06ea3d -r b4b28ed0ea12 devel/py-autopep8/Makefile
--- a/devel/py-autopep8/Makefile        Mon Jun 01 03:50:21 2020 +0000
+++ b/devel/py-autopep8/Makefile        Mon Jun 01 05:12:22 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2020/04/23 06:08:32 adam Exp $
+# $NetBSD: Makefile,v 1.14 2020/06/01 05:12:22 adam Exp $
 
-DISTNAME=      autopep8-1.5.2
+DISTNAME=      autopep8-1.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
@@ -10,7 +10,8 @@
 COMMENT=       Automatic formatter of Python code to conform to PEP 8
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.5.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.6.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 
 USE_LANGUAGES= # none
 
diff -r 59f6fd06ea3d -r b4b28ed0ea12 devel/py-autopep8/distinfo
--- a/devel/py-autopep8/distinfo        Mon Jun 01 03:50:21 2020 +0000
+++ b/devel/py-autopep8/distinfo        Mon Jun 01 05:12:22 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2020/04/23 06:08:32 adam Exp $
+$NetBSD: distinfo,v 1.13 2020/06/01 05:12:22 adam Exp $
 
-SHA1 (autopep8-1.5.2.tar.gz) = 96e5b0038823aea69cc581867ab9125a790ffe45
-RMD160 (autopep8-1.5.2.tar.gz) = 065043e92fcb43bacab13e3604f374d67c99bba8
-SHA512 (autopep8-1.5.2.tar.gz) = d7386de85d3390493b4f53cdf8c23ed6c8d5b2c7d783b7e215bc9c4bdc3b09dd098d3a0b8328480dbe9d10e5ca141849babd14865ef6e206f5088f00aca0804a
-Size (autopep8-1.5.2.tar.gz) = 117909 bytes
+SHA1 (autopep8-1.5.3.tar.gz) = e3f89f6f00119d3c15cb6ced0cba507beb284cbb
+RMD160 (autopep8-1.5.3.tar.gz) = b305b43a7b3ba2a732a0510b81278c2bb4547166
+SHA512 (autopep8-1.5.3.tar.gz) = e288b45da93b91d75b469bd6efb9d94fbd9abc00a6d2167655d9f80675aa2a5ce00d1256b6ef8b7a7e3e9d5dc9f11827fd91152b0a06246abfc8ed4cf510b0de
+Size (autopep8-1.5.3.tar.gz) = 116297 bytes



Home | Main Index | Thread Index | Old Index