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:   wiz
Date:           Sun Apr 30 14:41:14 UTC 2023

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

Log Message:
py-autopep8: update to 2.0.2.

2.0.2

What's Changed

    Ignore DeprecationWarnings to fix tests on py3.11 by @mgorny in #665
    fix: infinite loop in autopep8.fix_code without w50 ignore option by @hhatto in #677

2.0.1

What's Changed

    Add 'python_requires=">=3.6"' to match tomli package by @vphilippon in #656
    require pycodestyle 2.10.0 and higher version by @hhatto in #659
    update actions by @hhatto in #658
    Support using built-in tomllib in Python 3.11 by @mgorny in #654
    fix: e265, e266 by @hhatto in #663

2.0.0

replaces 1.7.1

1.7.1

What's Changed

    Cleanup Python 2 references in setup.py by @geozeke in #644
    include tox.ini (because need unit test) by @hhatto in #646
    Fix E265 and E266 confusion and overlap by @PeterJCLaw in #650
    Use tomli in place of unmaintained toml package by @mgorny in #629
    fix: special case of auto value with flake8 config by @hhatto in #653

1.7.0

Change

    Require pycodestyle 2.9.1 and higher version ( Thanks @heavenshell ⭐ )
    Drop support Python2.7

New Feature

    Support E275

Bug Fix

    Ignoring W191 ( Thanks @MinekPo1 ⭐ )


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-autopep8/Makefile
cvs rdiff -u -r1.20 -r1.21 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.21 pkgsrc/devel/py-autopep8/Makefile:1.22
--- pkgsrc/devel/py-autopep8/Makefile:1.21      Wed Jan  5 15:41:01 2022
+++ pkgsrc/devel/py-autopep8/Makefile   Sun Apr 30 14:41:14 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2022/01/05 15:41:01 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2023/04/30 14:41:14 wiz Exp $
 
-DISTNAME=      autopep8-1.6.0
+DISTNAME=      autopep8-2.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/autopep8/}
 
@@ -11,11 +10,13 @@ HOMEPAGE=   https://github.com/hhatto/auto
 COMMENT=       Automatic formatter of Python code to conform to PEP 8
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.8.0:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.10.0:../../devel/py-codestyle
 DEPENDS+=      ${PYPKGPREFIX}-toml-[0-9]*:../../textproc/py-toml
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_PKG_RESOURCES=     yes
 
 post-install:

Index: pkgsrc/devel/py-autopep8/distinfo
diff -u pkgsrc/devel/py-autopep8/distinfo:1.20 pkgsrc/devel/py-autopep8/distinfo:1.21
--- pkgsrc/devel/py-autopep8/distinfo:1.20      Tue Oct 26 17:09:49 2021
+++ pkgsrc/devel/py-autopep8/distinfo   Sun Apr 30 14:41:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2021/10/26 17:09:49 adam Exp $
+$NetBSD: distinfo,v 1.21 2023/04/30 14:41:14 wiz Exp $
 
-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
+BLAKE2s (autopep8-2.0.2.tar.gz) = 1af0b81651be6905adac6167496c38b8616ace972930f9a8607b404da20dfbdb
+SHA512 (autopep8-2.0.2.tar.gz) = 09471827d18ca0c691bc524e0639a416d1a4418ddda1cb88f50e5c5302e75e7014751e659e26439c22317db21588fbd956c94299cef44e2c47771df38de94be3
+Size (autopep8-2.0.2.tar.gz) = 116154 bytes



Home | Main Index | Thread Index | Old Index