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:           Wed Jun 26 21:38:02 UTC 2024

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

Log Message:
py-autopep8: updated to 2.3.1

2.3.1

Bug Fix

skip e501 fixed method for f-string line without aggressive option
Fix argument parser errors are printed without a trailing newline

Enhancement

Refactor unit test
Remove coveralls
codecov with 3.11 and 3.12


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/py-autopep8/Makefile
cvs rdiff -u -r1.27 -r1.28 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.28 pkgsrc/devel/py-autopep8/Makefile:1.29
--- pkgsrc/devel/py-autopep8/Makefile:1.28      Mon Jun 17 08:05:12 2024
+++ pkgsrc/devel/py-autopep8/Makefile   Wed Jun 26 21:38:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2024/06/17 08:05:12 adam Exp $
+# $NetBSD: Makefile,v 1.29 2024/06/26 21:38:02 adam Exp $
 
-DISTNAME=      autopep8-2.3.0
+DISTNAME=      autopep8-2.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}

Index: pkgsrc/devel/py-autopep8/distinfo
diff -u pkgsrc/devel/py-autopep8/distinfo:1.27 pkgsrc/devel/py-autopep8/distinfo:1.28
--- pkgsrc/devel/py-autopep8/distinfo:1.27      Mon Jun 17 08:05:12 2024
+++ pkgsrc/devel/py-autopep8/distinfo   Wed Jun 26 21:38:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.27 2024/06/17 08:05:12 adam Exp $
+$NetBSD: distinfo,v 1.28 2024/06/26 21:38:02 adam Exp $
 
-BLAKE2s (autopep8-2.3.0.tar.gz) = 343bdaf588fc12f33bba25fa22219349ee90e46d4fa982063005011669a6bc30
-SHA512 (autopep8-2.3.0.tar.gz) = e76ffcc242f3ae4c75e1f2831158fdcd154c993bc16d61f0b6b5a08259d47c418986ebdea22c74f8703e7018c66f7fa8658ba993b15ff3b40b92d0e8c5edfd40
-Size (autopep8-2.3.0.tar.gz) = 91624 bytes
+BLAKE2s (autopep8-2.3.1.tar.gz) = 2dd3275a7ec1592b872d521b4ff35032cb321bb2e75878930a9a56f60ec80df1
+SHA512 (autopep8-2.3.1.tar.gz) = 27751ea37d3067efb693acf4872b9e15f1815f1d4116d73b504d491382e4e54337afaef4a1f171979d4cc737b0014e8ebfbc0d34fe02255c39c6b5b09c263067
+Size (autopep8-2.3.1.tar.gz) = 92064 bytes



Home | Main Index | Thread Index | Old Index