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 Jan 14 16:40:22 UTC 2025

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

Log Message:
py-autopep8: updated to 2.3.2

2.3.2

Update README.rst: Typo fix
Bump codecov/codecov-action from 4 to 5
support Python 3.13 and drop 3.8
Fix E721 type comparison pattern handling


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-autopep8/Makefile
cvs rdiff -u -r1.28 -r1.29 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.30 pkgsrc/devel/py-autopep8/Makefile:1.31
--- pkgsrc/devel/py-autopep8/Makefile:1.30      Mon Nov 11 07:28:01 2024
+++ pkgsrc/devel/py-autopep8/Makefile   Tue Jan 14 16:40:22 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2024/11/11 07:28:01 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2025/01/14 16:40:22 adam Exp $
 
-DISTNAME=      autopep8-2.3.1
+DISTNAME=      autopep8-2.3.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
@@ -15,8 +15,6 @@ DEPENDS+=     ${PYPKGPREFIX}-codestyle>=2.12
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/pyversion.mk"
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-tomli-[0-9]*:../../textproc/py-tomli

Index: pkgsrc/devel/py-autopep8/distinfo
diff -u pkgsrc/devel/py-autopep8/distinfo:1.28 pkgsrc/devel/py-autopep8/distinfo:1.29
--- pkgsrc/devel/py-autopep8/distinfo:1.28      Wed Jun 26 21:38:02 2024
+++ pkgsrc/devel/py-autopep8/distinfo   Tue Jan 14 16:40:22 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2024/06/26 21:38:02 adam Exp $
+$NetBSD: distinfo,v 1.29 2025/01/14 16:40:22 adam Exp $
 
-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
+BLAKE2s (autopep8-2.3.2.tar.gz) = c785411740fb0140f18eda97c28b18b941750d0bdaf9495ff8e1308ad8525037
+SHA512 (autopep8-2.3.2.tar.gz) = 1fc897feec093e7e945b10bbd3cbbef5a83c4ec7d86215fb9643434d80a14ff54bf613dbb9dd0acacc9706ac35e8f0486ef643ae49da040471965d41fdd03cc4
+Size (autopep8-2.3.2.tar.gz) = 92210 bytes



Home | Main Index | Thread Index | Old Index