Path to this page:
Subject: CVS commit: pkgsrc/devel/py-autopep8
From: Thomas Klausner
Date: 2023-04-30 16:41:14
Message id: 20230430144114.75776FA87@cvs.NetBSD.org
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 ⭐ )
Files: