pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-autopep8



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Oct 26 17:09:49 UTC 2021

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

Log Message:
py-autopep8: updated to 1.6.0

v1.6.0

Change

required pycodestyle version 2.8.0 and higher version

Buf Fix

Ignore Settings for W292 Do Not Work
Multiple #autopep8: off/on directives in one file do not work
--hang-closing option does not work for non-indented lines


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-autopep8/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-autopep8/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-autopep8/Makefile
diff -u pkgsrc/devel/py-autopep8/Makefile:1.18 pkgsrc/devel/py-autopep8/Makefile:1.19
--- pkgsrc/devel/py-autopep8/Makefile:1.18      Wed May 12 09:33:29 2021
+++ pkgsrc/devel/py-autopep8/Makefile   Tue Oct 26 17:09:49 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2021/05/12 09:33:29 adam Exp $
+# $NetBSD: Makefile,v 1.19 2021/10/26 17:09:49 adam Exp $
 
-DISTNAME=      autopep8-1.5.7
+DISTNAME=      autopep8-1.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/hhatto/auto
 COMMENT=       Automatic formatter of Python code to conform to PEP 8
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.7.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.8.0:../../devel/py-codestyle
 DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-autopep8/distinfo
diff -u pkgsrc/devel/py-autopep8/distinfo:1.19 pkgsrc/devel/py-autopep8/distinfo:1.20
--- pkgsrc/devel/py-autopep8/distinfo:1.19      Tue Oct 26 10:18:12 2021
+++ pkgsrc/devel/py-autopep8/distinfo   Tue Oct 26 17:09:49 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/10/26 10:18:12 nia Exp $
+$NetBSD: distinfo,v 1.20 2021/10/26 17:09:49 adam Exp $
 
-BLAKE2s (autopep8-1.5.7.tar.gz) = f9ccc045061c65bca251d0b53a4d65d13f06c2b734f404d1ada13eae377937cc
-SHA512 (autopep8-1.5.7.tar.gz) = b8fb8b63400e74ea978f576cb47c99b0a4bb15a5d1cfeb6ffc25d2ecdad301762f99ddff5c75af3900b3560797d9289a15bbb87ddcf74077d39bde0abadd4da7
-Size (autopep8-1.5.7.tar.gz) = 121537 bytes
+BLAKE2s (autopep8-1.6.0.tar.gz) = 035dc27ad9292da3e2db01bdf8bb1f37ba971d8c30d91bb2e476b46b2c9cbd7d
+SHA512 (autopep8-1.6.0.tar.gz) = f4ffd564ceb48ff1f37d0a051aa8fefc60595a68709045c13561d8ab73de48dce99cc12acf40559e587ba4f6fddd4727dd2b40691ce43c991d60dda2c8b0d617
+Size (autopep8-1.6.0.tar.gz) = 122165 bytes



Home | Main Index | Thread Index | Old Index