2024-03-24 20:19:27 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-autopep8: updated to 2.1.0
v2.1.0
migrate to pyproject.toml
Revert "Update MANIFEST.in"
run with pypy3.10
ISSUE_TEMPLATE: use "console" instead of non-existing \
"shell" syntax
add 3.12, drop 3.7
tox: add python3.12 to test environments
async def function formatting
pyproject: support py3.12 via new version of pycodestyle
add: unit test for e501 with async def
Update python versions
add unit test for e501 not effected with f-string
add dependabot alearts for GitHub Actions
Bump actions/setup-python from 4 to 5
Bump actions/checkout from 3 to 4
Bump github/codeql-action from 2 to 3
update codecov action v4
Avoid lib2to3 (second challenge)
|
2023-08-27 04:44:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autopep8: updated to 2.0.4
v2.0.4
Paugier fix pycodestyle missing whitespace
Try to fix an AttributeError related to pycodestyle 2.11.0
v2.0.3
add pre-commit configuration
Add pre commit config
Version dependent operator whitespace function.
Update MANIFEST.in
|
2023-04-30 16:41:14 by Thomas Klausner | Files touched by this commit (2) | |
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 ⭐ )
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|
2021-10-26 19:09:49 by Adam Ciarcinski | Files touched by this commit (2) | |
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
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2021-05-12 11:33:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autopep8: updated to 1.5.7
v1.5.7
Change
* disallow 0 for indent-size option
* exit code is 99 when error occured cli option parsing
Bug Fix
* exit code correctly on permission denied failure
|
2021-03-20 20:07:14 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-autopep8: updated to 1.5.6
v1.5.6
Update
pycodestyle version 2.7.0 and higher is now required
Bug Fix
E128 check similar to pycodestyle
|